Jonas Maebe
|
99994c0603
Merged revisions 11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045,12047-12050,12054,12056-12057,12059-12062,12064-12066,12073,12075,12077-12078,12082,12085,12087-12088,12092-12094,12099,12106-12110,12114,12117-12122,12125,12128-12131,12138,12141-12143,12152-12160,12162-12163,12166-12171,12173-12176,12196,12198-12205 via svnmerge from
|
17 years ago |
peter
|
8f239d04b6
* cleanup and simplify the set type handling
|
17 years ago |
Jonas Maebe
|
1580e046ed
* fixed missing swapleftright in case of substracting unsigned numbers
|
18 years ago |
Jonas Maebe
|
d0b6292137
* disable overflow checking when performing pointer arithmetic
|
19 years ago |
Jonas Maebe
|
1d96dcc50d
* renamed nf_swaped to nf_swapped
|
19 years ago |
peter
|
658c46b903
* remove tdictionary and tindexarray
|
19 years ago |
florian
|
85d63d9fa9
* settings refactored
|
19 years ago |
peter
|
3078a1927f
* remove ttype
|
19 years ago |
Jonas Maebe
|
9e825bdc76
* moved common code for ppc32/ppc64 from nppcadd to shared unit
|
19 years ago |
tom_at_work
|
c64190bda3
* r4760, r4784, r4788 for ppc64
|
19 years ago |
Jonas Maebe
|
c261068ab5
* use generic second_addboolean for short circuit and/or (since that code
|
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 |
Jonas Maebe
|
03302dc7c4
* fixed support for macpas & and | operators: they only work on booleans
|
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
|
a3cb1b1523
+ support for "exotic" locations in load_left_right()
|
19 years ago |
peter
|
b7fe6797bf
Merged revisions 2921-2922,2925 via svnmerge from
|
19 years ago |
tom_at_work
|
e4a61f4af1
* a_op_const_reg_reg optimizations
|
20 years ago |
peter
|
6bf3269b41
* powerpc64 port from Thomas Schatzl
|
20 years ago |