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 年之前 |
yury
|
491f0fa1d8
* Replaced all user defined warnings by TODO comments to reduce compiler noise.
|
17 年之前 |
peter
|
8f239d04b6
* cleanup and simplify the set type handling
|
17 年之前 |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 年之前 |
florian
|
1a2a4af773
* hopefully the final fix for x86-64 sysv calling conventions
|
17 年之前 |
florian
|
4592402529
* fixed sysv x86-64 function results for records and arrays with sizes 9..16 bytes
|
17 年之前 |
peter
|
2e9968d46c
* arrays always by addr
|
18 年之前 |
peter
|
f5d5e377d2
* fix linux x86_64 for records and arrays
|
18 年之前 |
peter
|
4e6c57b9ee
* cleanup x86_64 structures in registers
|
18 年之前 |
florian
|
be6d2dd0f9
* reverted wrong commit in r8133
|
18 年之前 |
florian
|
447276c5bb
* Jcc reads the flags, this was not in the dat yet, resolves #9278
|
18 年之前 |
daniel
|
4a3870eb12
* Fix bug #9261.
|
18 年之前 |
daniel
|
f31889df57
* Pass const params by pointer if calling convention<>register. This is
|
18 年之前 |
daniel
|
44e07cd098
* Fix bug #9141 and pass const params <=16 in by value.
|
18 年之前 |
daniel
|
56880a75f9
* When adding the start offset of the parameters, process chained
|
18 年之前 |
yury
|
3b7e458f02
* Properly set location of float return value if it is passed as var parameter (it is always happens for safecall functions). It fixes bugs #8523 and #8977.
|
18 年之前 |
florian
|
2566e38eae
* handle shortstrings like arrays and records when returning them from functions
|
18 年之前 |
florian
|
77b155ea79
* def.size in [1,2,4,8] goes wrong if def.size>255, fixed, resolves #8232
|
18 年之前 |
florian
|
a95c2220cc
* fixed volatile registers for x86_64-win64
|
19 年之前 |
florian
|
4c2b412613
* x86_64-win64 returns structured types up to 8 bytes in rax
|
19 年之前 |
florian
|
6118c3e477
* fixed assembling of movd with 64 bit registers
|
19 年之前 |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 年之前 |
peter
|
23596358a7
* fix arraydef copybyvalue check
|
19 年之前 |
peter
|
3078a1927f
* remove ttype
|
19 年之前 |
florian
|
5eef73c1ab
* fixed passing of registers on x86-64_linux, should fix #7613
|
19 年之前 |
florian
|
360cbe1de1
* fixed passing of structs on x86_64-linux
|
19 年之前 |
florian
|
97ce278e14
* fixed another calling convention problem on win64
|
19 年之前 |
florian
|
819dec1411
* pass only non specialized arrays in registers on win x64
|
19 年之前 |
florian
|
24ae32c855
* fixed passing of record parameters on win64
|
19 年之前 |
florian
|
79b8d66212
* fixed safecall calling convention on x86_64
|
19 年之前 |