提交历史

作者 SHA1 备注 提交日期
  Jonas Maebe c8839d487b * fixed accidentally committed (harmless) typo in r32202 10 年之前
  Jonas Maebe 745249295e * don't reserve never used space for parameter and function result location 10 年之前
  joost 18b66865ac * Added fppkg option to gather info on a package 10 年之前
  Jonas Maebe f004227d91 * ignore the name of class con- and destructors (patch by Ondrej Pokorny, 10 年之前
  nickysn 75dc2ad7e1 + implemented Seg(procedure) on i8086 10 年之前
  pierre 51d849ae3b Handle collect2 -plugin option and avoid error output on non-existing gdb.exe 10 年之前
  pierre d25a768b1d Handle SPECIALLINK environment variable in the same way it was used in old Makefile.fpc 10 年之前
  Jonas Maebe 8087389f63 * support assigning static methods to regular procvars in (obj)fpc mode 10 年之前
  Jonas Maebe 2c5187cb97 * fixed size when storing arrayconstructor vtype field 10 年之前
  Jonas Maebe af4d69f446 * always write the entire integer field when storing a value < integer in an 10 年之前
  Jonas Maebe 5e32590741 * handle variant record fields in 10 年之前
  nickysn 94a5364c2c * fixed 'array of const' in the i8086 tiny/small/medium memory models 10 年之前
  nickysn a55b728d34 * optimizations for ofs() on i8086 to load only the offset (in a temporary 10 年之前
  Jonas Maebe 998cdbfe79 - removed useless ansistring pointer def creation from r32209 10 年之前
  Jonas Maebe 0dee7cb4a0 * converted emitting resourcestring references to the high level typed 10 年之前
  Jonas Maebe 0c904e92ff * moved TResourceStringRecord from the objpas to the system unit so it can be 10 年之前
  Jonas Maebe 4670e0abc9 * converted "array of const" handling to the high level code generator 10 年之前
  Jonas Maebe ccf1c67665 * converted large set constant emission to high level typed const builder 10 年之前
  nickysn 072139cdb7 * fixed ofs(procedure) as well 10 年之前
  nickysn c25585daee * fixed addr(procedure), mantis #28775 10 年之前
  Jonas Maebe 79866f9824 * free a bunch of extra data after a unit is compiled, as it is no longer 10 年之前
  Jonas Maebe 4decb81ac4 * correctly handle code page names specified in upper case (mantis #28934) 10 年之前
  Jonas Maebe c2caa6641c * free typedconstbuilder after generating rtti 10 年之前
  pierre 6d0c5b234b Avoid unsupported .uleb128 with diff of two sympbols for native solaris assembler 10 年之前
  pierre f380b80b3e Also set cs_create_pic in init_settings so that units are compiled with this setting if tf_library_needs_pic is in target info flags 10 年之前
  pierre 1abf9df1b0 Solaris assembler does not accept %st instead of %st(0), at least for some instructions 10 年之前
  pierre 61aa4b6a40 Solaris assembler does not want 0x90 fill pattern for text section alignment 10 年之前
  pierre 6b0e87b95c Correct error in last commit that generate new failures in tbs/tb0587 test for GNU as, as the change was not correctly limited to Solaris Assembler 10 年之前
  nickysn 2e30b92c79 * removed the 'near ignored' and 'far ignored' inline asm warning messages on 10 年之前
  nickysn 9e110e8e7e * treat interrupt procedures as 'near' in the i8086 inline assembler for TP7 10 年之前