summaryrefslogtreecommitdiff
path: root/compiler/aarch64/rgcpu.pas
Commit message (Expand)AuthorAgeFilesLines
* * AArch64: fix spilling integer registers to stack offsets that cannot bejonas2021-04-141-3/+5
* + Aarch64: trgcpu.get_spill_subreg: return MM sub register correctly, resol...florian2020-07-201-0/+10
* * fix case completeness and unreachable code warnings in compiler that wouldjonas2019-05-121-0/+4
* * keep track of the temp position separately from the offset in references,jonas2018-04-221-1/+1
* + added volatility information to all memory referencesjonas2016-11-271-1/+1
* * synchronized with privatetrunk till r30095jonas2015-03-051-10/+10
* * add restrictions for loaded/stored registers in case of referencesjonas2015-02-231-1/+10
* * switched to using the stack pointer as base register for the temp allocatorjonas2015-02-231-0/+62
* + initial implementation of aarch64 register allocatorjonas2015-02-231-0/+100