.. |
a64att.inc
|
* Aarch64: UTX/STX instructions include now the postfix, so it is the same as for ARM
|
2020-04-13 18:04:34 +00:00 |
a64atts.inc
|
* Aarch64: UTX/STX instructions include now the postfix, so it is the same as for ARM
|
2020-04-13 18:04:34 +00:00 |
a64ins.dat
|
* Aarch64: UTX/STX instructions include now the postfix, so it is the same as for ARM
|
2020-04-13 18:04:34 +00:00 |
a64nop.inc
|
|
|
a64op.inc
|
* Aarch64: UTX/STX instructions include now the postfix, so it is the same as for ARM
|
2020-04-13 18:04:34 +00:00 |
a64reg.dat
|
|
|
a64tab.inc
|
|
|
aasmcpu.pas
|
Fix compilation with -dEXTDEBUG for aarch64
|
2020-08-25 14:33:22 +00:00 |
agcpugas.pas
|
* made TAArch64ClangGASAssembler inherit from TAArch64Assembler and removed custom
|
2020-07-19 14:30:38 +00:00 |
aoptcpu.pas
|
* patch (with little modification) by J. Gareth Moreton: refactor ARM/Aarch64 peephole optimizer, first part of #37526
|
2020-09-27 21:05:42 +00:00 |
aoptcpub.pas
|
|
|
aoptcpud.pas
|
|
|
cgcpu.pas
|
* Aarc64: generate code for floating point exception checking which does not destroy
|
2020-09-15 21:08:57 +00:00 |
cpubase.pas
|
* factored out TARMAsmOptimizer.OptPass1UXTB
|
2020-04-15 20:21:29 +00:00 |
cpuinfo.pas
|
|
|
cpunode.pas
|
+ implement compiler support for SEH on Win64
|
2020-04-21 06:06:05 +00:00 |
cpupara.pas
|
* aarch64: correct paraloc^.def for LOC_REFERENCE parameters
|
2020-08-04 21:07:06 +00:00 |
cpupi.pas
|
+ implement compiler support for SEH on Win64
|
2020-04-21 06:06:05 +00:00 |
cputarg.pas
|
+ implement initial compiler support for Win64 on Aarch64
|
2020-04-21 06:04:22 +00:00 |
hlcgcpu.pas
|
|
|
itcpugas.pas
|
|
|
ncpuadd.pas
|
|
|
ncpucnv.pas
|
|
|
ncpucon.pas
|
|
|
ncpuflw.pas
|
* implement dogetcopy for the Aarch64 variant of the tryfinally node
|
2020-04-21 06:07:06 +00:00 |
ncpuinl.pas
|
|
|
ncpumat.pas
|
* reworked usage of tcgnotnode.handle_locjump
|
2020-08-05 21:15:32 +00:00 |
ncpumem.pas
|
|
|
ncpuset.pas
|
* generate jump tables into the same section as the code as otherwise we'll get bogus relocations (in case of clang.exe) or a future support for armasm64.exe will reject the relative symbols outright
|
2020-04-21 06:06:36 +00:00 |
ra64con.inc
|
|
|
ra64dwa.inc
|
|
|
ra64nor.inc
|
|
|
ra64num.inc
|
|
|
ra64rni.inc
|
|
|
ra64sri.inc
|
|
|
ra64sta.inc
|
|
|
ra64std.inc
|
|
|
ra64sup.inc
|
|
|
racpu.pas
|
* fix for Mantis #36951: if the instruction only has one operand and it's a reference then don't internal error, but instead return OS_NO
|
2020-04-22 20:19:09 +00:00 |
racpugas.pas
|
* make local variables in assembler blocks working again after r44933
|
2020-06-20 20:17:53 +00:00 |
rgcpu.pas
|
+ Aarch64: trgcpu.get_spill_subreg: return MM sub register correctly, resolves #37393
|
2020-07-20 21:07:09 +00:00 |
symcpu.pas
|
|
|
tripletcpu.pas
|
* mark all external assemblers using an LLVM tool using af_llvm
|
2020-07-19 14:30:35 +00:00 |