florian
|
4e4cc4e289
* support neg instruction for spilling
|
12 years ago |
florian
|
c2baf7b4c0
Merge r23058
|
12 years ago |
florian
|
086ae4b999
Merge r22905 and r22906
|
12 years ago |
florian
|
1eeeb309c7
* intial armv6m support, it is not working yet, constant pool insertation and conditional branch fixup is not working yet
|
12 years ago |
florian
|
47d43750e4
* remove unused units from uses statements
|
12 years ago |
florian
|
8221681871
+ add spilling info for the RBIT instruction
|
12 years ago |
Jeppe Johansen
|
4e84431dde
Fix some optimizations which assume that there are 3 operands
|
12 years ago |
Jeppe Johansen
|
3e963a49e2
Added support for IT block merging
|
13 years ago |
Jeppe Johansen
|
9ec9b44784
Add CBNZ/CBZ instructions
|
13 years ago |
Jeppe Johansen
|
b788ba660d
Fix optimizations of Thumb-2 code
|
13 years ago |
florian
|
54d3d736f5
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
13 years ago |
florian
|
7840b4657a
* the improved arm optimizer might move instructions around so the old hacky test if a label with its data has been already embedded into the code by checking if the offset is 0 does not work anymore so a new field for tai_label has been introduced for this purpose
|
13 years ago |
florian
|
e81ba0f82e
+ make use of the armv6+ sign/zero extension instructions if appropriate
|
13 years ago |
masta
|
aeb15ba2b6
Fixed postfix check in taicpu.is_same_reg_move
|
13 years ago |
florian
|
fefc130efc
* patch by Nico Erfurth: Handle BIC properly in taicpu.spilling_get_operation_type
|
13 years ago |
florian
|
2560266e5d
* skip comments properly when searching for places for constant pool distances
|
13 years ago |
florian
|
77ae218556
* safer calculation of pool placement on arm
|
13 years ago |
Jonas Maebe
|
bbf0e35a51
+ Support for ARM CPS/CPSIE/CPSID instructions and mode flag bitfield
|
14 years ago |
Jonas Maebe
|
780e75bfac
o patch by Jeppe Johansen to fix mantis #17472:
|
14 years ago |
Jonas Maebe
|
304a8f4db7
* only insert the current list of pc-relative data if it's not empty,
|
15 years ago |
Jonas Maebe
|
d1538ab023
o added ARM VPFv2/VFPv3 support:
|
15 years ago |
florian
|
515774b864
* merged armthum branch
|
16 years ago |
florian
|
20db8dc978
* handle case tables correctly when inserting pc relative data
|
16 years ago |
Jonas Maebe
|
73a394bca6
* fixed class cast error
|
16 years ago |
florian
|
edc58d78d5
+ support for arm special registers
|
16 years ago |
yury
|
0bcaf8845f
* Fixed 'mixed signed/unsigned' warnings.
|
17 years ago |
yury
|
bf454fad71
* Added function result for unimplemented methods to prevent warnings.
|
17 years ago |
yury
|
fd0ed50331
* Removed/commented more unused variables.
|
17 years ago |
yury
|
6c6bf452ca
* Fixed level 2 comment warnings.
|
17 years ago |
yury
|
fcceb9cfa1
* Removed/ifdefed/commented unused local variables.
|
17 years ago |