Commit History

Author SHA1 Message Date
  Károly Balogh 3d16d38f10 atari: enable FPC_STDOUT_TRUE_ALIAS and groom some of the other defines 7 years ago
  Károly Balogh 444d032607 msdos: enable FPC_STDOUT_TRUE_ALIAS by default 7 years ago
  Károly Balogh 07513150e0 * make StdOut/StdErr optionally a true alias of Output/ErrOutput, so they share the same underlying TextRec. this reduces data segment usage on small systems by more than 1K. 7 years ago
  florian 980c689d37 + Peephole optimizer MovPush2Push 7 years ago
  florian 961f7fd25b * msdos target uses already non 8.3 file names, so it makes no sense to get in trouble by using rtlconst instead of rtlconsts 7 years ago
  florian 37c987c3ea * dependencies fixed 7 years ago
  florian 08ebf36d00 * fix test for i8086 7 years ago
  florian 09af451c2e * try to get rid at least of one mov when looking for les/lds optimization 7 years ago
  nickysn 3e63f6bbae + added test tasm18a.pp, which tests that 3-byte records don't set a valid 7 years ago
  marco 19b47e54bb * win32/64 stdio handles don't have fixed numbers, remove very old check 7 years ago
  nickysn d5845a2d2a * updated test tasm18.pp, so it is now runnable and checks the generated code 7 years ago
  Mattias Gaertner 84d93e50a2 pastojs: write procedure declaration 7 years ago
  Mattias Gaertner c8fe0d342f fpdoc: cleaned up obsolete okspecialize code 7 years ago
  Mattias Gaertner 014a654955 pastojs: write property 7 years ago
  Mattias Gaertner 2556ea5161 fcl-passrc: fixed indentation 7 years ago
  Mattias Gaertner 715295edd6 fcl-passrc: removed not used okSpecialize 7 years ago
  Mattias Gaertner 99e99e17f0 pastojs: write expression 7 years ago
  Mattias Gaertner 4c2f2908fb fcl-passrc: comments 7 years ago
  michael 3cc93fde2c * Add empty virtual constructor to TRouteObject 7 years ago
  michael 92321c06e8 * Changed default debug server exe (bug ID 33140) 7 years ago
  michael 431f44ccb0 * Make debugserver configurable 7 years ago
  nickysn cbf01fc284 + added test tasm18.pp, which tests instructions with an operand size set 7 years ago
  nickysn f0765421eb + also set the operand size in constants like recordtype (without addressing a 7 years ago
  nickysn 7338437dcd * allow recordtype.recordfield constants to set the operand size; this makes things like 7 years ago
  nickysn f829f70186 * use the 'size' return value of BuildConstSymbolExpression to set the operand size 7 years ago
  nickysn 384715be8d + add an extra output parameter 'size' to tx86intreader.BuildConstSymbolExpression, 7 years ago
  nickysn 4b339fd133 * convert the 'var' parameters of tx86intreader.BuildConstSymbolExpression to 'out' 7 years ago
  nickysn 84611d716b * convert the 'var' parameters of tx86intreader.BuildRecordOffsetSize to 'out' 7 years ago
  nickysn b49c09b84c * convert the 'var' parameters of RAUtils.AsmSearchSym to 'out' 7 years ago
  nickysn 4d0d143501 * converted the 'size' parameter to RAUtils.SearchType to 'out' instead of 'var' 7 years ago