florian
|
9feafc7bd7
+ ARM: started on vfpv5 support
|
hace 3 años |
florian
|
814b68fac0
* more fixes for VASM for ARM
|
hace 4 años |
florian
|
8535c758ef
+ initial support for ARMv2
|
hace 4 años |
Jonas Maebe
|
ca399f3c71
* don't generate high-level CFI statements when the selected assembler
|
hace 4 años |
florian
|
0316a7697f
* arm thumb1: several fixes for the internal assembler writer
|
hace 4 años |
florian
|
33ce19799b
* forgotten part of last commit
|
hace 4 años |
florian
|
7f1aac8bd7
- armv5 never existed (without extension), removed
|
hace 4 años |
florian
|
637976e83f
* patch by Marģers to unify internal error numbers, resolves #37888
|
hace 4 años |
Jonas Maebe
|
eb7ba1690e
* mark all external assemblers using an LLVM tool using af_llvm
|
hace 5 años |
pierre
|
53eca29309
Also issue -mfpu option when calling GNU assembler for fpu_fpa family
|
hace 5 años |
Jonas Maebe
|
e7d1a77f9a
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
|
hace 5 años |
nickysn
|
a8fe46c0f5
+ introduced labelmaxlen in tasminfo and added code in ReplaceForbiddenAsmSymbolChars that limits the
|
hace 5 años |
florian
|
8ac8c79a71
+ initial support for arm-freertos largely based on patch by Michael Ring
|
hace 5 años |
florian
|
d772a42375
* arm: more fixes for fpu_fpv4_sp_d16
|
hace 5 años |
pierre
|
6f7a39adab
Fix compilation for arm-darwin using clang and forbid use of eabihf ABI for that target
|
hace 5 años |
florian
|
16163b74ec
+ support for the gnu2 general-dynamic tls model on arm, use it instead of the gnu one as the gnu2 one can be relaxed (access optimizations by the linker)
|
hace 5 años |
florian
|
85edf1c1eb
* reworked arm vfp capability handling to use fpu_capabilites
|
hace 6 años |
Jonas Maebe
|
281b3ad276
* fix case completeness and unreachable code warnings in compiler that would
|
hace 6 años |
Jonas Maebe
|
8c362eac67
* always emit UAL when using LLVM (clang does not and will not support
|
hace 6 años |
florian
|
2f40f81890
+ sanity check
|
hace 6 años |
florian
|
6c82b2d1da
* -tls-dialect is not a as option, removed it, resolves #34901
|
hace 6 años |
florian
|
9c03c29856
* not all targets support the tls-model switch, use it only if section thread vars are used
|
hace 6 años |
florian
|
a7c347fe56
* pass used tls model to the assembler
|
hace 6 años |
florian
|
2cbb9895be
* pass float abi always to the arm assembler
|
hace 6 años |
florian
|
4f5f3c4a09
+ support for vmov.xx vreg,#imm on arm
|
hace 7 años |
Károly Balogh
|
dbb91b5ef0
arm-netbsd: added platform define and dummy rtl files so the build passes for this platform. port not functional yet
|
hace 7 años |
Jonas Maebe
|
74a49b5f91
* restructured the the TExternalAssembler constructors so that the
|
hace 8 años |
marcus
|
86940dfb32
AROS: added arm-aros target to compiler and fpcmake
|
hace 8 años |
Jeppe Johansen
|
9d1646e2a8
Add support for writeback in RFE and SRS instructions.
|
hace 9 años |
Jonas Maebe
|
7c594b0288
+ added support for using Clang as an assembler, and make it the default
|
hace 10 años |