florian
|
515774b864
* merged armthum branch
|
16 lat temu |
florian
|
53d60f02b2
* lying around newline fixes
|
16 lat temu |
Jonas Maebe
|
6505b4f9c5
* reverted rest of r13469 because it causes crashes for linux/ppc64
|
16 lat temu |
Jonas Maebe
|
f265fbe343
* fixed GOT loading for i386 in stubs for external procedures whose external
|
16 lat temu |
Jonas Maebe
|
dc00a747f4
* make references PIC-safe before pushing them as parameter (mantis #13829)
|
16 lat temu |
Jonas Maebe
|
c1e327c8c4
* insert register allocation/deallocation information for the exception
|
16 lat temu |
florian
|
f49f148e01
+ commented why wrappers for cdecl'd methods use subl/call/subl/ret instead of subl/jmp
|
16 lat temu |
florian
|
67d1604c49
* handle interface methods with cdecl modifier correctly, second and final part to resolve #10684
|
16 lat temu |
Jonas Maebe
|
7d459cf12a
* the compiler now explicitly keeps track of the minimally guaranteed
|
16 lat temu |
Jonas Maebe
|
a23630260b
+ "weakexternal" support for imported procedures and variables.
|
16 lat temu |
Jonas Maebe
|
6697f173b6
* the fact that a procedure is local does not mean that it by definition
|
17 lat temu |
Jonas Maebe
|
ca7650418d
* fixed/added overflow checking in generic unarminusn code + test
|
17 lat temu |
Jonas Maebe
|
6c536dab3e
* added several missing make_simple_ref() calls
|
17 lat temu |
peter
|
9f0ca44c94
* new tf_smartlink_library flag
|
18 lat temu |
Jonas Maebe
|
3a60a28283
* don't try to add current_procinfo.got to used_in_proc if it's a
|
18 lat temu |
Jonas Maebe
|
3266f4e483
+ Compiler support for pic on darwin/i386. The i386 rtl still needs
|
18 lat temu |
Jonas Maebe
|
9750e49d5a
* fixed x86 compilation after r8651
|
18 lat temu |
Jonas Maebe
|
335bc9fd46
+ PIC support for darwin/ppc32 (-Cg works now, no regressions in test
|
18 lat temu |
yury
|
93e72c2079
* Fixed bug introduced by r7667. Do not release pushed return value be callee for cdecl on win32. It fixes error3 of bug #9098.
|
18 lat temu |
florian
|
f87e96dfb0
* properly release open array value parameters on x86-64 or if they contain automated types, resolves #8664
|
18 lat temu |
Jonas Maebe
|
ee2a4bc8f2
* fixed range errors
|
18 lat temu |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 lat temu |
florian
|
85d63d9fa9
* settings refactored
|
19 lat temu |
peter
|
3078a1927f
* remove ttype
|
19 lat temu |
Jonas Maebe
|
a3a74c3fbe
* fixed interface wrappers for darwin in case they end up in
|
19 lat temu |
peter
|
0ec2921bbe
* split newasmsymbol to refasmsymbol and defineasmsymbol
|
19 lat temu |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 lat temu |
Jonas Maebe
|
9125d0c189
* also align esp for all procedures/functions declared "assembler",
|
19 lat temu |
Jonas Maebe
|
435aee2398
* fixed g_copyvaluepara_openarray/g_releasevaluepara_openarray for
|
19 lat temu |
Jonas Maebe
|
09a3bbfc07
* fixed previous commit
|
19 lat temu |