tg74
|
634338dcd2
merge with trunk
|
10 tahun lalu |
tg74
|
3b09397e34
merge with trunk
|
11 tahun lalu |
nickysn
|
70649932de
* tlocation.value reverted back to longint on non 64-bit archs. This fixes the tset5.pp and tset5a.pp regressions on powerpc and probably other 32-bit platforms.
|
12 tahun lalu |
nickysn
|
11f0b0b5aa
tlocation.value (for LOC_CONSTANTs) changed to TCGInt to avoid trouble on < 32-bit cpus
|
12 tahun lalu |
florian
|
7361e19799
+ support for handling OS_128/OS_S128 on 64 Bit CPUs as far as needed for method pointers in registers
|
13 tahun lalu |
Jonas Maebe
|
0fc422f244
* moved definition of maxcpuregister and tcpuregisterset from cgbase to
|
13 tahun lalu |
Jonas Maebe
|
992cc352c6
* generalized handling of pointers to non-implicit pointer types:
|
14 tahun lalu |
Jonas Maebe
|
2a6caa539c
+ support for constant array indices in treference for the JVM target
|
14 tahun lalu |
Jonas Maebe
|
742f4ee12e
+ first (partial) implementation of thlcg for the jvm
|
14 tahun lalu |
florian
|
4f82149dbd
* aint -> asizeint change
|
14 tahun lalu |
Jonas Maebe
|
f13f6627c4
* moved use_fixed_stack from cgutils to a method in paramgr so it can
|
15 tahun lalu |
florian
|
e5ebb2a26e
* started to integrate the code of David Zhang's MIPS code from fpc-mips on sf into fpc trunk
|
15 tahun lalu |
Jonas Maebe
|
0eec337a00
- removed SUPPORT_UNALIGNED, FPC_SUPPORTS_UNALIGNED and FPC_UNALIGNED_FIXED
|
16 tahun lalu |
florian
|
67cb961ed3
* only x86 and m68k need treference.segment
|
16 tahun lalu |
Jonas Maebe
|
7d459cf12a
* the compiler now explicitly keeps track of the minimally guaranteed
|
16 tahun lalu |
florian
|
5b5895b8ff
* small avr compilation fixes
|
16 tahun lalu |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 tahun lalu |
florian
|
4592402529
* fixed sysv x86-64 function results for records and arrays with sizes 9..16 bytes
|
17 tahun lalu |
florian
|
0e13d07a31
+ more avr code
|
17 tahun lalu |
peter
|
6058b2c247
* renamed t_times to executionweight and moved it to
|
17 tahun lalu |
florian
|
6ac5ed6a47
* store character constants converted to shortstrings unaligned
|
17 tahun lalu |
Jonas Maebe
|
c13ff3729b
* Merged 2.3 branch changes:
|
18 tahun lalu |
Jonas Maebe
|
2e131baa4c
* code generator support for subsetreferences (memory locations which
|
19 tahun lalu |
Jonas Maebe
|
c25aba7592
* cleaned up subsetreg support (put everything in a record)
|
19 tahun lalu |
Jonas Maebe
|
e344ee3cd7
+ support for register variables which contain records
|
19 tahun lalu |
florian
|
9e00f894a9
+ support for unaligned function
|
19 tahun lalu |
Jonas Maebe
|
fad5d59bd9
* turned {$ifdef cputargethasfixedstack} into "if use_fixed_stack"
|
19 tahun lalu |
Jonas Maebe
|
9de2847865
+ support for passing parameters via pre-allocated stack space on i386
|
19 tahun lalu |
Jonas Maebe
|
a9dbc0c8ab
* changed parameters of references_equal from value to const to
|
19 tahun lalu |
florian
|
ebcb69478f
* fixed a lot of stuff for fpu/mm register variables
|
20 tahun lalu |