florian
|
8dfcc2b399
* do not reuse tmp. registers in tbasecgarm.handle_load_store
|
преди 11 години |
florian
|
9464dad2b4
* handle vldr/vstr references with offsets correctly
|
преди 11 години |
florian
|
686a2d2f3f
+ Support omitting the frame pointer on arm even in procedures with incoming parameters
|
преди 11 години |
florian
|
6deb0b35b5
* handle fpu_vfpv3_d16 properly for thumb2
|
преди 11 години |
masta
|
2d2cab0e7a
Fix some internalerror codes in the ARM CG
|
преди 11 години |
sergei
|
9c1f917e3a
* a_call_ref functionality cannot be implemented efficiently at code generator level, because references need specific preparations at earlier points. Moved this support to tcgcallnode and its x86 descendants, and got rid of all ifdef's around.
|
преди 11 години |
Jeppe Johansen
|
07b2982e77
Don't do ARM FoldShiftLdrStr peephole optimization if there's an offset in the reference.
|
преди 11 години |
masta
|
0736bf4ded
Try to change typical constant AND-masking operations into shifts for ARM
|
преди 11 години |
nickysn
|
85dd9e5789
+ added a size parameter to optimize_op_const and do a sign extension of the 'a' parameter up from the specified size, so that things like (i and $ffffffff) get optimized away the same way as (i and -1)
|
преди 11 години |
masta
|
3ab665e554
Try to split constant XORs into two shiftimms on ARM.
|
преди 11 години |
masta
|
f8889e3d6d
Use optimize_op_const in ARM cg
|
преди 11 години |
florian
|
561ec1f782
* unified internal errors
|
преди 11 години |
florian
|
4d5119bf1c
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
|
преди 12 години |
Jonas Maebe
|
555634b755
* (re)set upper bits of register when appropriate for all operations in
|
преди 12 години |
florian
|
8fb7cf822b
* unified internal errors
|
преди 12 години |
florian
|
e0f48b9f02
* calculate stack correction on exit correctly if stack parameters are passed
|
преди 12 години |
florian
|
36e6f99843
* fix tthumbcgarm.g_flags2reg, mov reg,#imm for thumb updates the flags
|
преди 12 години |
florian
|
e2ec3bbcb0
* do shifts for sign/zero extensions correctly
|
преди 12 години |
florian
|
333e84202f
* fixed a_load_reg_reg for thumb
|
преди 12 години |
Károly Balogh
|
86cb4d0c12
use a TSuperRegister instead of an aint
|
преди 12 години |
Károly Balogh
|
c677f1fd69
trying harder to follow the code style (no functional changes)
|
преди 12 години |
Károly Balogh
|
cb4d01627f
save an extra reg if it's required to keep 64bit stack alignment on ARM
|
преди 12 години |
florian
|
d4968e054b
+ arm: tsettings.instructionset
|
преди 12 години |
florian
|
f34bee1df7
* arm thumb does not support ror reg1,reg2,#imm
|
преди 12 години |
florian
|
3ebe708574
* do not use r13/r15 for certain data processing operations
|
преди 12 години |
florian
|
bb73a2891b
* prevent generation of mul/mla statements with illegal registers
|
преди 12 години |
Jonas Maebe
|
4ec9ec2009
+ PIC support for Darwin/ARM:
|
преди 12 години |
florian
|
6606955b88
+ basic support for pic on arm-linux
|
преди 12 години |
Jonas Maebe
|
57cdd8c106
* set symbol type/binding of data referred by ppc and arm/darwin stubs (part
|
преди 12 години |
Jonas Maebe
|
3b9b6a0cd7
* explicitly define the asmsymbols for Darwin call stubs as local
|
преди 12 години |