Historique des commits

Auteur SHA1 Message Date
  Jonas Maebe aee5380ae0 * merged trunk up to r20882 il y a 13 ans
  sergei c56ef119a1 * tcgguidconstnode: create a new object section before emitting data, otherwise data ends up in arbitrary section, causing e.g. IE 200602289 if it happens to be .bss. il y a 14 ans
  paul c6ca9e5091 compiler: il y a 14 ans
  paul 21ac5dfb3b compiler: output ansistring constants in explicit codepage if codepage is explicitly defined using either $codepage directive or compiler switch or for SystemCodepage modeswitch il y a 14 ans
  paul b1b0b2bb1f compiler: move ansistring codepage number replacement code from the asm generator to one level up. output both 0 and CP_NONE ansistring constants as constants with codepage 0. codepage 0 means CP_ACP and it will be properly understood of RTL routines while codepage CP_NONE means no codepage. For delphi unicode mode output them in compiler codepage as before. il y a 14 ans
  paul 4cf5e36ce7 compiler: il y a 14 ans
  paul aba0106366 compiler: manual merge some cpstrnew changes which was impossible to merge using regular tools due to the merge conflicts il y a 14 ans
  Jonas Maebe 37aa2d8443 + full support for sets on the JVM target il y a 14 ans
  Jonas Maebe d1a1d30e04 * unless compiled with -dnounsupported, the compiler will now accept not il y a 14 ans
  sergei 3dba3a0219 * Float constants must be pooled using their the actual type, not the mapped type of assembler instruction. Otherwise e.g. extended may be mixed up with cextended, because both are mapped to ait_real_80bit. il y a 14 ans
  sergei 1470d91ba1 * Optimized pooling of floating point and large set constants using hash tables. il y a 14 ans
  Jonas Maebe 025ec34e4d + "CExtended" type that is the same as "extended", but conforming to the il y a 15 ans
  paul b084d70ae4 compiler: cleanup - remove unused variables il y a 15 ans
  florian b5e7b3e1e7 o patch by Sergei Gorelkin which basically resolves #14308 (still misses some tests): il y a 16 ans
  Jonas Maebe 606b7f4f80 * fixed (harmless) range error in cross-endian crosscompiling code for il y a 16 ans
  Jonas Maebe c2c68ddb8f - removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs il y a 16 ans
  Jonas Maebe 7d459cf12a * the compiler now explicitly keeps track of the minimally guaranteed il y a 16 ans
  florian b178b08ba7 Merged revisions 11665-11738 via svnmerge from il y a 17 ans
  Jonas Maebe ffeba2fd10 * use LOC_REGISTER instead of LOC_CREGISTER for constant string pointers il y a 17 ans
  Jonas Maebe 3f39c95163 * fixed asd_references for ansi/widestrings on Darwin il y a 17 ans
  florian 9955d5b061 o patch from Sergej Gorelkin to improvement code generation for string literals il y a 17 ans
  yury fcceb9cfa1 * Removed/ifdefed/commented unused local variables. il y a 17 ans
  florian 0a4314206f * range check error checking for floats refactored il y a 17 ans
  Jonas Maebe 632570fc74 * fixed compilation with 2.2.0 on big endian systems after r10432 il y a 17 ans
  peter 8f239d04b6 * cleanup and simplify the set type handling il y a 17 ans
  Jonas Maebe f36e5411af * split cpu64bit compiler define into il y a 17 ans
  Jonas Maebe 5a0a6d0d9e * fixed and enabled smartlinking on Darwin by adding more .reference il y a 18 ans
  Jonas Maebe 70c2414daa * split off sec_rodata_norel from sec_rodata, and only put constant data il y a 18 ans
  Jonas Maebe 0040eecf9f + support for extra packing of sets whose lower element number il y a 18 ans
  yury 1782305ae2 * Completely fixed float constants in softfloat mode when compiler was compiled in hardfloat mode on arm-linux host. il y a 18 ans