florian
|
74d3c8cc57
* on i386-win32 when using stdcall calling conventions, records with a size of 1,2 and 4 are returned in al/ax/eax now, resolves #22675
|
13 years ago |
Jonas Maebe
|
0a1157da38
* fixed memory leaks in the compiler introduced in r21862 by marking and
|
13 years ago |
Jonas Maebe
|
7a0ae38700
+ also specify the parameter def when allocating a parameter via
|
13 years ago |
Jonas Maebe
|
c3ea451aea
* set tcgpara.vardef when creating parameter info
|
13 years ago |
Jonas Maebe
|
587244c088
* factored out common code from get_funcretloc()
|
13 years ago |
Jonas Maebe
|
188677ea91
* fixed the offset of memory parameters allocated via getintparaloc():
|
13 years ago |
Jonas Maebe
|
a08989a76b
* zero/sign extend parameter values and return values < 32 bit to 32 bit on
|
14 years ago |
sergei
|
06311e5aad
* i386-win32: Pass const variants by reference to safecall procedures, confirmed this behavior with Delphi (in general, safecall on win32 must behave as close as possible to stdcall).
|
14 years ago |
joost
|
07bf44517c
* Merged XPCom branch into trunk, added support for constref and changed
|
15 years ago |
Jonas Maebe
|
8b0301409a
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
|
15 years ago |
Jonas Maebe
|
92901a0619
- removed unused local variable after r16050
|
15 years ago |
Jonas Maebe
|
f13f6627c4
* moved use_fixed_stack from cgutils to a method in paramgr so it can
|
15 years ago |
joost
|
65ab1e820b
* Safecall on linux/i386 now behaves like cdecl plus hidden exception support.
|
15 years ago |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 years ago |
Jonas Maebe
|
15e9c54b44
* fixed ABI compliance for parameter passing and function returning on all
|
15 years ago |
Jonas Maebe
|
283018a3bf
* changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can
|
15 years ago |
Jonas Maebe
|
b6e4896805
* small typo corrections by Adriaan Van Os (mantis #15652)
|
15 years ago |
Jonas Maebe
|
cc5aeb09de
* fixed handling the result value of functions where the result type is
|
16 years ago |
florian
|
f34acc8505
* fixes compilation on i386 after r13410
|
16 years ago |
florian
|
e27937106f
- removed obsolete USECMOV define
|
17 years ago |
yury
|
0bcaf8845f
* Fixed 'mixed signed/unsigned' warnings.
|
17 years ago |
Jonas Maebe
|
53d11b9a06
* fixed para locations at the calleeside for nostackframe assembler
|
17 years ago |
peter
|
f7737bebda
* fix parameter allocation for left to right calling conventions
|
17 years ago |
peter
|
8f239d04b6
* cleanup and simplify the set type handling
|
17 years ago |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 years ago |
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 years ago |
peter
|
05e44101e8
* make call by value stdcall for records and arrays delphi compatible
|
18 years ago |
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 years ago |
florian
|
e923c6072d
* handle stack parameters like delphi when using register calling conventions, resolves #8199
|
18 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |