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 lat temu |
paul
|
5c33644e5c
compiler: fix calling class methods from a nested routine of a static class method (mantis #0024865)
|
12 lat temu |
paul
|
89e154bc10
compiler: if method has no self node then load it as a usual identifier (issue #0024871)
|
12 lat temu |
florian
|
b41728c129
* estimatedtempsize should be a longint to avoid warnings on 8 bit targets
|
12 lat temu |
florian
|
075abd6220
+ support of stackframesize for arm thumb
|
12 lat temu |
florian
|
fce9e953b4
+ nested exit support
|
12 lat temu |
Jonas Maebe
|
56378f907f
* keep track of required stack frame alignment (this information is however
|
13 lat temu |
florian
|
6c8eed21c4
+ implement auto inlining (-Ooautoinline)
|
13 lat temu |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 lat temu |
Jonas Maebe
|
bba4b02eb2
* use r7 instead of r11 as frame pointer on Darwin/iOS, and make sure r7
|
13 lat temu |
sergei
|
cbad0abab5
+ Platform-specific exception support for x86_64-win64. Enable by cycling with OPT=-dTEST_WIN64_SEH.
|
13 lat temu |
sergei
|
b997094755
+ Generate unwind bytecode for function prologues on win64.
|
14 lat temu |
Jonas Maebe
|
eb5814a868
* implemented declaring and calling constructors for Java classes
|
14 lat temu |
sergei
|
1c01d52ea6
* Improvements of tprocinfo class:
|
14 lat temu |
Jonas Maebe
|
f13f6627c4
* moved use_fixed_stack from cgutils to a method in paramgr so it can
|
15 lat temu |
Jonas Maebe
|
229cbca086
* propagate pi_has_assembler_block and pi_uses_exceptions flags from inlined
|
15 lat temu |
Jonas Maebe
|
7d459cf12a
* the compiler now explicitly keeps track of the minimally guaranteed
|
16 lat temu |
Jonas Maebe
|
335bc9fd46
+ PIC support for darwin/ppc32 (-Cg works now, no regressions in test
|
18 lat temu |
florian
|
b6cca14944
* proper handling of dummy result node in dfa, resolves #8717 and #8079
|
18 lat temu |
florian
|
63b35fdb2e
+ give more sophisticated warnings about uninitalized variables when life info is available
|
18 lat temu |
florian
|
85d63d9fa9
* settings refactored
|
19 lat temu |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 lat temu |
Jonas Maebe
|
9de2847865
+ support for passing parameters via pre-allocated stack space on i386
|
19 lat temu |
peter
|
a3ab2053c9
* support multiple asmlabel types, renamed getlabel to
|
20 lat temu |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 lat temu |
fpc
|
50778076c3
initial import
|
20 lat temu |
peter
|
e417e34496
* truncate log
|
20 lat temu |
peter
|
c95a859f0a
* generic tlocation
|
21 lat temu |
florian
|
8a9758c5e2
* logs truncated
|
21 lat temu |
florian
|
588e2c38bf
* dwarf branch merged
|
21 lat temu |