Jonas Maebe
|
99994c0603
Merged revisions 11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045,12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from
|
17 gadi atpakaļ |
florian
|
b178b08ba7
Merged revisions 11665-11738 via svnmerge from
|
17 gadi atpakaļ |
yury
|
491f0fa1d8
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
|
17 gadi atpakaļ |
yury
|
6daceb38f6
* Fixed unreachable code warnings.
|
17 gadi atpakaļ |
florian
|
9595256ff5
* cleaned up overleft of 10710
|
17 gadi atpakaļ |
florian
|
4e7e0f620a
* first try to fix #10863 (don't do SSL in case left is already handled in an assignment node)
|
17 gadi atpakaļ |
yury
|
ec943198fd
* Properly fill treference.alignment when variable is loaded by tcgloadnode. It allows code generator to insert unaligned handling if needed.
|
17 gadi atpakaļ |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 gadi atpakaļ |
Jonas Maebe
|
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
|
17 gadi atpakaļ |
florian
|
b5c114934d
* reverted 9727 and made a better fix for it
|
17 gadi atpakaļ |
florian
|
295fdbe37c
* use the current cgsizes instead of the def to determine if loadfpu can be used, else softfloats are broken
|
17 gadi atpakaļ |
Jonas Maebe
|
e72fab1e43
* perform floating point type conversions directly in assignment nodes
|
17 gadi atpakaļ |
Jonas Maebe
|
e3d82f1953
* don't change the temp location of types which needs to be
|
18 gadi atpakaļ |
Jonas Maebe
|
3b4eba9f86
* fixed handling of unaligned in assignments
|
18 gadi atpakaļ |
florian
|
6ac5ed6a47
* store character constants converted to shortstrings unaligned
|
18 gadi atpakaļ |
Jonas Maebe
|
68570e5471
* save/restore true/false label when secondpassing arrayconstructor
|
18 gadi atpakaļ |
peter
|
6b8aed593f
* remove registers{int/mmx/fpu} from firstpass
|
18 gadi atpakaļ |
peter
|
6b8a5e56b6
* no refcount needed for all constants instead of only stringconst
|
18 gadi atpakaļ |
Jonas Maebe
|
fc70aa545c
* changed boolean fields in ttempinfo to a set for easier
|
18 gadi atpakaļ |
florian
|
e4524a0d26
* check left and right loc for 64 bit when assigning a constant, resolves #9145
|
18 gadi atpakaļ |
Jonas Maebe
|
62b9198b55
* fixed loading the address of class methods (mantis #9139)
|
18 gadi atpakaļ |
florian
|
c1640b078b
* create init rtti for fpc_copy instead of full rtti
|
18 gadi atpakaļ |
daniel
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 gadi atpakaļ |
peter
|
b3c650bd98
* fix shortstring:=char
|
18 gadi atpakaļ |
Jonas Maebe
|
c13ff3729b
* Merged 2.3 branch changes:
|
18 gadi atpakaļ |
Jonas Maebe
|
e815b923d5
* a_loadfpu_* gets two size parameters: fromsize and tosize
|
18 gadi atpakaļ |
peter
|
0557ddc342
* removed typed const, it is now handled by staticvarsym
|
19 gadi atpakaļ |
peter
|
d526a682d1
* refactor loadnode for varsyms
|
19 gadi atpakaļ |
peter
|
3cae449fda
* moved rtti to ncgrtti
|
19 gadi atpakaļ |
peter
|
e17b424e28
* refactor procsym procdef list
|
19 gadi atpakaļ |