florian
|
54d3d736f5
* patch by Jeppe Johansen to add support for handling different flags for xPSR regs,
|
13 سال پیش |
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 سال پیش |
florian
|
e81ba0f82e
+ make use of the armv6+ sign/zero extension instructions if appropriate
|
13 سال پیش |
masta
|
aeb15ba2b6
Fixed postfix check in taicpu.is_same_reg_move
|
13 سال پیش |
florian
|
fefc130efc
* patch by Nico Erfurth: Handle BIC properly in taicpu.spilling_get_operation_type
|
13 سال پیش |
florian
|
2560266e5d
* skip comments properly when searching for places for constant pool distances
|
13 سال پیش |
florian
|
77ae218556
* safer calculation of pool placement on arm
|
13 سال پیش |
Jonas Maebe
|
bbf0e35a51
+ Support for ARM CPS/CPSIE/CPSID instructions and mode flag bitfield
|
14 سال پیش |
Jonas Maebe
|
780e75bfac
o patch by Jeppe Johansen to fix mantis #17472:
|
14 سال پیش |
Jonas Maebe
|
304a8f4db7
* only insert the current list of pc-relative data if it's not empty,
|
15 سال پیش |
Jonas Maebe
|
d1538ab023
o added ARM VPFv2/VFPv3 support:
|
15 سال پیش |
florian
|
515774b864
* merged armthum branch
|
16 سال پیش |
florian
|
20db8dc978
* handle case tables correctly when inserting pc relative data
|
16 سال پیش |
Jonas Maebe
|
73a394bca6
* fixed class cast error
|
16 سال پیش |
florian
|
edc58d78d5
+ support for arm special registers
|
16 سال پیش |
yury
|
0bcaf8845f
* Fixed 'mixed signed/unsigned' warnings.
|
17 سال پیش |
yury
|
bf454fad71
* Added function result for unimplemented methods to prevent warnings.
|
17 سال پیش |
yury
|
fd0ed50331
* Removed/commented more unused variables.
|
17 سال پیش |
yury
|
6c6bf452ca
* Fixed level 2 comment warnings.
|
17 سال پیش |
yury
|
fcceb9cfa1
* Removed/ifdefed/commented unused local variables.
|
17 سال پیش |
Jonas Maebe
|
f36e5411af
* split cpu64bit compiler define into
|
17 سال پیش |
florian
|
fa0507ec2c
* fixed compilation on arm in extdebug mode
|
18 سال پیش |
yury
|
3e60b4a8dd
* Don't optimize (eliminate) arm fpu move instruction if it performs float type conversion. It fixes tb0519.pp on arm-linux.
|
18 سال پیش |
daniel
|
182fca72f2
* Change spill_* routines to return Taicpu instead of Tai to increase
|
18 سال پیش |
florian
|
70b438a40f
* better insert of pc relative data
|
18 سال پیش |
florian
|
ffd79553a0
+ prefetch support for arm
|
18 سال پیش |
florian
|
3609ddc5dd
* more MustBeLast fixes
|
18 سال پیش |
florian
|
762bd12d16
* handle embedded case jump tables correctly
|
18 سال پیش |
florian
|
35b9bfc83e
* several range check errors fixed
|
18 سال پیش |
Jonas Maebe
|
a23fa2e81e
* moved (unfinished) routines related to writing taicpu's to ppu files
|
18 سال پیش |