aboutsummaryrefslogtreecommitdiff
path: root/arm64-gen.c
Commit message (Expand)AuthorAgeFilesLines
* Revert all of my changes to directories & codingstyle.gus knight2015-07-291-0/+1846
* Reorganize the source tree.gus knight2015-07-271-1846/+0
* fix-mixed-struct (patch by Pip Cet)seyko2015-05-141-1/+10
* Fix stack overwrite on structure returnMichael Matz2015-03-091-1/+1
* arm64: Implement __clear_cache.Edmund Grimley Evans2015-03-081-0/+48
* arm64: Optimise some integer operations with a constant operand.Edmund Grimley Evans2015-03-071-2/+124
* arm64-gen.c: In load(), do not sign-extend 32-bit VT_CONST.Edmund Grimley Evans2015-03-071-2/+2
* arm64-gen.c: Improve generation of stack offsets.Edmund Grimley Evans2015-03-021-2/+10
* arm64-gen.c: Rename some functions and add comments.Edmund Grimley Evans2015-03-021-76/+79
* arm64: Improve constant generation, with tests.Edmund Grimley Evans2015-03-021-8/+22
* arm64-gen.c: Better explanation of relocation choice.Edmund Grimley Evans2015-03-011-21/+24
* arm64-gen.c: In gen_va_arg, handle the remaining HFA cases.Edmund Grimley Evans2015-02-251-9/+27
* Add arm64 (AArch64) as a target architecture.Edmund Grimley Evans2015-02-231-0/+1621