tom_at_work
|
7ab5fc7980
- cleanup, fixed range check error in cgcpu
|
18 years ago |
Jonas Maebe
|
469ac311e0
* fixed r5214
|
19 years ago |
Jonas Maebe
|
66cf666f65
* optimized storing constants into subsetreg/refs (a packed array of
|
19 years ago |
Jonas Maebe
|
9acc38e82a
* moved some more common powerpc32/64 things to ppcgn
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
florian
|
85d63d9fa9
* settings refactored
|
19 years ago |
tom_at_work
|
2b5e324638
* Fixed remaining bug in cg so that -O2 works again
|
19 years ago |
Jonas Maebe
|
d4a818c8ae
* support for subsets which are not a multiple of 8 bits
|
19 years ago |
Jonas Maebe
|
d1bc93c67a
* one more subsetreg fix
|
19 years ago |
tom_at_work
|
d112bfbd43
* fixed a_load_subsetreg_reg according to Jonas' remarks
|
19 years ago |
Jonas Maebe
|
c25aba7592
* cleaned up subsetreg support (put everything in a record)
|
19 years ago |
tom_at_work
|
5622a7ae64
* fixed some bugs in a_param_ref due to missing begin/end block markers
|
19 years ago |
tom_at_work
|
2adcae0cd8
* optimized register-register loading of < 64 bit values (removes superfluous code), similar to 3207 for ppc
|
19 years ago |
tom_at_work
|
a24a329d1c
* fixed record regvar code generation for ppc64 for now
|
19 years ago |
tom_at_work
|
9a5885b8d2
* small optimizations for the subsetreg functions
|
19 years ago |
tom_at_work
|
129fe92d9e
* fixed subregister loading and storing for ppc64
|
19 years ago |
Jonas Maebe
|
6335ce6e45
- reverted previous wrong commit
|
19 years ago |
Jonas Maebe
|
b784b2f39e
* fixed a_load_subsetreg_reg for loading signed fields (EXTRDI results
|
19 years ago |
tom_at_work
|
dba5da67af
* initial support for subregister loading (ppc64 specific part only)
|
19 years ago |
tom_at_work
|
1bd43869d0
* reenabled generation of TOC labels for symbols with a length under a certain threshold (to avoid too long symbols passed to the cg which will get truncated)
|
19 years ago |
tom_at_work
|
5240913a80
* cleaner allocation of scratch registers, removed unnecessary cg methods which emitted code using a fixed register
|
19 years ago |
Jonas Maebe
|
a387be19a0
+ a_call_ref for ppc32 and ppc64
|
19 years ago |
tom_at_work
|
b46f7259ca
* gprof profiling support
|
19 years ago |
tom_at_work
|
f31ede0b12
* fixed code generation after recent changes of int_cgsize()
|
19 years ago |
peter
|
0ec2921bbe
* split newasmsymbol to refasmsymbol and defineasmsymbol
|
19 years ago |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 years ago |
tom_at_work
|
6d9829da14
* fixed compilation
|
19 years ago |
peter
|
b6e35a200e
* rewrite of optimizer options
|
19 years ago |
tom_at_work
|
b309574e22
* fixed code generation for -Og switch
|
19 years ago |
tom_at_work
|
99cbf815eb
* constant loading does not force usage of R12 anymore, fixing tests when regalloc is tight on registers (uses R0 again)
|
19 years ago |