sergei
|
f1d1fd4f24
* Inserted explicit typecasts in order to prevent range check errors at some places where signed and unsigned types are assigned to each other (mostly MIPS-specific, but one was necessary in generic code).
|
%!s(int64=11) %!d(string=hai) anos |
nickysn
|
8b2cde4a99
* fixed tcgstringconstnode.pass_generate_code for i8086 far data memory models
|
%!s(int64=11) %!d(string=hai) anos |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
%!s(int64=11) %!d(string=hai) anos |
nickysn
|
a308994423
* i8086 specific code from tcgpointerconstnode.pass_generate_code moved to an i8086 specific overriden method
|
%!s(int64=12) %!d(string=hai) anos |
nickysn
|
0baa004571
* i8086 far pointer fix in tcgpointerconstnode.pass_generate_code; this finally fixes ptr(constseg,constofs)
|
%!s(int64=12) %!d(string=hai) anos |
florian
|
9375529430
+ put guids in a constant pool as well
|
%!s(int64=12) %!d(string=hai) anos |
florian
|
1eeeb309c7
* intial armv6m support, it is not working yet, constant pool insertation and conditional branch fixup is not working yet
|
%!s(int64=12) %!d(string=hai) anos |
sergei
|
afd34cf9d5
* Changed section for ansi/wide/unicodestring constants, resourcestrings (content only) and dataconstnodes from sec_rodata to sec_rodata_norel, because they never contain relocations.
|
%!s(int64=12) %!d(string=hai) anos |
pierre
|
bc0c94c204
fpcdefs.inc: Set fpc_compiler_has_fixup_jmps for powerpcXX and mips CPUs.
|
%!s(int64=13) %!d(string=hai) anos |
pierre
|
3acc0e6686
Add needs_got_for_pic, set global_used to that procedure
|
%!s(int64=13) %!d(string=hai) anos |
Jonas Maebe
|
8282d6e37a
* do not create a global symbol in the middle of ansi/unicodestring
|
%!s(int64=13) %!d(string=hai) anos |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
%!s(int64=13) %!d(string=hai) anos |
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.
|
%!s(int64=13) %!d(string=hai) anos |
paul
|
c6ca9e5091
compiler:
|
%!s(int64=13) %!d(string=hai) anos |
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
|
%!s(int64=14) %!d(string=hai) anos |
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.
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
4cf5e36ce7
compiler:
|
%!s(int64=14) %!d(string=hai) anos |
paul
|
aba0106366
compiler: manual merge some cpstrnew changes which was impossible to merge using regular tools due to the merge conflicts
|
%!s(int64=14) %!d(string=hai) anos |
Jonas Maebe
|
37aa2d8443
+ full support for sets on the JVM target
|
%!s(int64=14) %!d(string=hai) anos |
Jonas Maebe
|
d1a1d30e04
* unless compiled with -dnounsupported, the compiler will now accept not
|
%!s(int64=14) %!d(string=hai) anos |
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.
|
%!s(int64=14) %!d(string=hai) anos |
sergei
|
1470d91ba1
* Optimized pooling of floating point and large set constants using hash tables.
|
%!s(int64=14) %!d(string=hai) anos |
Jonas Maebe
|
025ec34e4d
+ "CExtended" type that is the same as "extended", but conforming to the
|
%!s(int64=15) %!d(string=hai) anos |
paul
|
b084d70ae4
compiler: cleanup - remove unused variables
|
%!s(int64=15) %!d(string=hai) anos |
florian
|
b5e7b3e1e7
o patch by Sergei Gorelkin which basically resolves #14308 (still misses some tests):
|
%!s(int64=15) %!d(string=hai) anos |
Jonas Maebe
|
606b7f4f80
* fixed (harmless) range error in cross-endian crosscompiling code for
|
%!s(int64=16) %!d(string=hai) anos |
Jonas Maebe
|
c2c68ddb8f
- removed FPC_NEW_BIGENDIAN_SETS define and if(n)defs
|
%!s(int64=16) %!d(string=hai) anos |
Jonas Maebe
|
7d459cf12a
* the compiler now explicitly keeps track of the minimally guaranteed
|
%!s(int64=16) %!d(string=hai) anos |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
%!s(int64=17) %!d(string=hai) anos |
Jonas Maebe
|
ffeba2fd10
* use LOC_REGISTER instead of LOC_CREGISTER for constant string pointers
|
%!s(int64=17) %!d(string=hai) anos |