Jonas Maebe
|
cc5aeb09de
* fixed handling the result value of functions where the result type is
|
16 anni fa |
florian
|
f34acc8505
* fixes compilation on i386 after r13410
|
16 anni fa |
florian
|
e27937106f
- removed obsolete USECMOV define
|
17 anni fa |
yury
|
0bcaf8845f
* Fixed 'mixed signed/unsigned' warnings.
|
17 anni fa |
Jonas Maebe
|
53d11b9a06
* fixed para locations at the calleeside for nostackframe assembler
|
17 anni fa |
peter
|
f7737bebda
* fix parameter allocation for left to right calling conventions
|
17 anni fa |
peter
|
8f239d04b6
* cleanup and simplify the set type handling
|
17 anni fa |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 anni fa |
yury
|
ed86757898
* Pass const record parameters by reference for all calling conventions on i386-wince. It is needed to be Windows unit Delphi compatible, since WinAPI functions are cdecl on wince.
|
17 anni fa |
peter
|
05e44101e8
* make call by value stdcall for records and arrays delphi compatible
|
17 anni fa |
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 anni fa |
florian
|
e923c6072d
* handle stack parameters like delphi when using register calling conventions, resolves #8199
|
18 anni fa |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 anni fa |
peter
|
3078a1927f
* remove ttype
|
19 anni fa |
florian
|
e1faef3ec9
* pass variants by addr when using fastcall conventions
|
19 anni fa |
Jonas Maebe
|
0541a887b8
* pass record parameters on the stack for mwpascal calling convention
|
19 anni fa |
Jonas Maebe
|
93fba718b9
* proper fix for problem I tried to solve in r3655
|
19 anni fa |
Jonas Maebe
|
d1e262d18c
* fix use of unitialised value if a procedure only has an
|
19 anni fa |
Jonas Maebe
|
cc7cea1a5d
* always extend parameters < sizeof(aint) to sizeof(aint) for darwin/x86
|
19 anni fa |
florian
|
a5dfe315ec
* made safecall working, handling not consistent yet though
|
19 anni fa |
Jonas Maebe
|
34f1c427eb
* pass shortstrings (and longstrings) by reference to C routines (this is
|
19 anni fa |
Jonas Maebe
|
f93ea93cea
* fixed returning of records < 8 bytes but not a power of 2 from
|
19 anni fa |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 anni fa |
Jonas Maebe
|
5155de6d61
* fixed webtbs/tw2514 for darwin/i386 (and a similar bug for win32):
|
19 anni fa |
Jonas Maebe
|
fad5d59bd9
* turned {$ifdef cputargethasfixedstack} into "if use_fixed_stack"
|
19 anni fa |
Jonas Maebe
|
9de2847865
+ support for passing parameters via pre-allocated stack space on i386
|
19 anni fa |
Jonas Maebe
|
f3384bab09
+ some initial darwin/x86 stuff:
|
20 anni fa |
florian
|
9be5247db5
* dyn. arrays are always passed by value, fixes 4240
|
20 anni fa |
Jonas Maebe
|
8bc4e0a32f
* inline and compilerproc are now procoptions instead of proccall types
|
20 anni fa |
florian
|
07442c5693
* fixed passing of variant parameters for windows api
|
20 anni fa |