svenbarth
|
0a915e883e
* keep track of static symbols that a global function references, as those must now be exported from a dynamic package as well if the function can potentially be inlined
|
5 年之前 |
florian
|
b3ed34592f
+ software handling of exceptions on arm
|
6 年之前 |
florian
|
82e1ce8e4a
* if a subroutine has an lsda record, the actions have to cover all code
|
6 年之前 |
florian
|
9514bd9162
* refactored psabieh handling, most code is now in psabiehpi
|
6 年之前 |
Jonas Maebe
|
51b58f342f
* synchronised with trunk till r40775
|
6 年之前 |
Jonas Maebe
|
91d5457b38
* moved around/replaced the following procedures to stop nflw from depending
|
6 年之前 |
Jonas Maebe
|
2f8fcf7819
+ new tf_use_psabieh target flag to indicate a target uses PSABI/Dwarf EH
|
6 年之前 |
florian
|
9f16c34329
+ initial work for tls-based threadvar support on arm-linux
|
6 年之前 |
florian
|
b1dff29cbf
* removed unused units
|
8 年之前 |
Jonas Maebe
|
a25ebbba3e
+ added volatility information to all memory references
|
8 年之前 |
Jonas Maebe
|
0fc1fd6ac1
* replaced current_procinfo.currtrue/falselabel with storing the true/false
|
10 年之前 |
florian
|
420309ec59
* reduce dependencies of the procinfo unit
|
10 年之前 |
sergei
|
eeb15fc445
* Added virtual method tprocinfo.postprocess_code and moved target-specific processing from base class into target-specific descendant classes (ARM and AVR, other targets still to do).
|
11 年之前 |
paul
|
5c33644e5c
compiler: fix calling class methods from a nested routine of a static class method (mantis #0024865)
|
12 年之前 |
paul
|
89e154bc10
compiler: if method has no self node then load it as a usual identifier (issue #0024871)
|
12 年之前 |
florian
|
b41728c129
* estimatedtempsize should be a longint to avoid warnings on 8 bit targets
|
12 年之前 |
florian
|
075abd6220
+ support of stackframesize for arm thumb
|
12 年之前 |
florian
|
fce9e953b4
+ nested exit support
|
12 年之前 |
Jonas Maebe
|
56378f907f
* keep track of required stack frame alignment (this information is however
|
13 年之前 |
florian
|
6c8eed21c4
+ implement auto inlining (-Ooautoinline)
|
13 年之前 |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 年之前 |
Jonas Maebe
|
bba4b02eb2
* use r7 instead of r11 as frame pointer on Darwin/iOS, and make sure r7
|
13 年之前 |
sergei
|
cbad0abab5
+ Platform-specific exception support for x86_64-win64. Enable by cycling with OPT=-dTEST_WIN64_SEH.
|
13 年之前 |
sergei
|
b997094755
+ Generate unwind bytecode for function prologues on win64.
|
14 年之前 |
Jonas Maebe
|
eb5814a868
* implemented declaring and calling constructors for Java classes
|
14 年之前 |
sergei
|
1c01d52ea6
* Improvements of tprocinfo class:
|
14 年之前 |
Jonas Maebe
|
f13f6627c4
* moved use_fixed_stack from cgutils to a method in paramgr so it can
|
15 年之前 |
Jonas Maebe
|
229cbca086
* propagate pi_has_assembler_block and pi_uses_exceptions flags from inlined
|
15 年之前 |
Jonas Maebe
|
7d459cf12a
* the compiler now explicitly keeps track of the minimally guaranteed
|
16 年之前 |
Jonas Maebe
|
335bc9fd46
+ PIC support for darwin/ppc32 (-Cg works now, no regressions in test
|
18 年之前 |