pierre
|
42586baa34
Use SUPPORT_SAFECALL conditional
|
13 gadi atpakaļ |
Jonas Maebe
|
0a1157da38
* fixed memory leaks in the compiler introduced in r21862 by marking and
|
13 gadi atpakaļ |
Jonas Maebe
|
7a0ae38700
+ also specify the parameter def when allocating a parameter via
|
13 gadi atpakaļ |
Jonas Maebe
|
587244c088
* factored out common code from get_funcretloc()
|
13 gadi atpakaļ |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 gadi atpakaļ |
Jonas Maebe
|
dc70db9402
* parameter passing support for AIX:
|
13 gadi atpakaļ |
sergei
|
270fc39432
* An open array/array of const parameter passed by value and requiring a local copy on heap (currently all targets except non-Darwin i386 ones) should not be placed into register and should force procedure to have an implicit finally block.
|
13 gadi atpakaļ |
pierre
|
b6de7f0d6b
* Suppress Comaprison might be always false if first_mm_imreg is zero
|
13 gadi atpakaļ |
Jonas Maebe
|
c9537e3347
+ support for non-array/record var parameter on the JVM target using
|
14 gadi atpakaļ |
Jonas Maebe
|
2c313e397e
+ support for regular arrays and open arrays
|
14 gadi atpakaļ |
Jonas Maebe
|
0e87627218
+ gethltemp() to allocate a temp specifying full type information even
|
14 gadi atpakaļ |
Jonas Maebe
|
c17d022a87
* allow overriding tparamanager.is_stack_paraloc() and let it always
|
14 gadi atpakaļ |
Jonas Maebe
|
a5c70392c1
* also copy cgpara.def when creating temp paralocs
|
14 gadi atpakaļ |
Jonas Maebe
|
3d3a42b911
* improvement to r16050 for non-fixed stack targets: they never have to use
|
14 gadi atpakaļ |
sergei
|
4780278e7b
Fix Mantis #11783:
|
14 gadi atpakaļ |
joost
|
07bf44517c
* Merged XPCom branch into trunk, added support for constref and changed
|
14 gadi atpakaļ |
mazen
|
b127fc154a
* Fixed spell error revealed by lintian.
|
15 gadi atpakaļ |
Jonas Maebe
|
8b0301409a
+ i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and
|
15 gadi atpakaļ |
Jonas Maebe
|
6094cb79dc
* fixed internalerrors on non-use_fixed_stack platforms after r16050:
|
15 gadi atpakaļ |
Jonas Maebe
|
f13f6627c4
* moved use_fixed_stack from cgutils to a method in paramgr so it can
|
15 gadi atpakaļ |
joost
|
65ab1e820b
* Safecall on linux/i386 now behaves like cdecl plus hidden exception support.
|
15 gadi atpakaļ |
Jonas Maebe
|
57bd6d2685
+ merged nestedprocvars branch
|
15 gadi atpakaļ |
Jonas Maebe
|
27f6376fd4
* when determining whether a temporary paraloc can be in a LOC_REGISTER,
|
15 gadi atpakaļ |
Jonas Maebe
|
283018a3bf
* changed tprocdef.funcretloc[] from a tlocation into a tcgpara so it can
|
15 gadi atpakaļ |
Jonas Maebe
|
cc5aeb09de
* fixed handling the result value of functions where the result type is
|
16 gadi atpakaļ |
Jonas Maebe
|
718694d1d6
* always specify an explicit alignment for tgobj.gettemp (so e.g.
|
16 gadi atpakaļ |
yury
|
0e34e98b82
* Removed abstract modifier for some optional (not needed for every CPU target) methods in tcg and tparamanager classes. These methods throw internal error if not overrode.
|
17 gadi atpakaļ |
peter
|
8f239d04b6
* cleanup and simplify the set type handling
|
17 gadi atpakaļ |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 gadi atpakaļ |
Jonas Maebe
|
cdfb7c8f26
* patch from Sergei Gorelkin to return ansi/widestrings by reference
|
17 gadi atpakaļ |