aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/TargetPrinter.ml
Commit message (Expand)AuthorAgeFilesLines
* Use .data.rel.ro section for const data with relocatable inits on ELF targets...Xavier Leroy2022-10-241-1/+4
* More simplifications for literal printingBernhard Schommer2022-09-031-5/+0
* Refactor emitting of constants.Bernhard Schommer2022-09-031-18/+4
* Support mergeable sections for fixed-size literalsXavier Leroy2022-08-291-32/+25
* Section handling: finer control of variable initializationXavier Leroy2021-02-231-1/+1
* Introduce and use PrintAsmaux.variable_sectionXavier Leroy2021-02-231-4/+4
* "macosx" is now called "macos"Xavier Leroy2021-01-181-1/+1
* AArch64 / macOS: use __DATA,__CONST section instead of .const (temporary fix)Xavier Leroy2020-12-261-1/+1
* AArch64: macOS portXavier Leroy2020-12-261-109/+223
* AArch64: clarify the printing of extending-register arithmetic operationsXavier Leroy2020-12-261-13/+13
* AArch64: wrong function alignmentXavier Leroy2020-12-261-1/+1
* Added implementation for fmin/fmax for aarch64.Bernhard Schommer2020-11-061-0/+4
* AArch64 implementation of __builtin_ctz*Xavier Leroy2020-07-271-0/+2
* Revert "Remove `__builtin_nop` for some architectures. (#208)"Bernhard Schommer2020-01-031-0/+3
* Remove `__builtin_nop` for some architectures. (#208)Bernhard Schommer2019-12-211-3/+0
* AArch64 portXavier Leroy2019-08-081-0/+592