aboutsummaryrefslogtreecommitdiff
path: root/arm64-gen.c
Commit message (Expand)AuthorAgeFilesLines
* Fix relocs_info declaration in tcc.hThomas Preud'homme2016-12-051-14/+0
* Make build_got_entries more target independentThomas Preud'homme2016-12-031-0/+1
* arm64: Fix -runMichael Matz2016-10-141-14/+2
* Use R_AARCH64_MOVW_UABS_G* instead of R_AARCH64_CALL26.Edmund Grimley Evans2016-10-111-5/+14
* In gen_vla_sp_restore, use X30 rather than get_reg.Edmund Grimley Evans2016-10-101-1/+4
* Replace pointer casts with calls to (read|write)(16|32|64)le.Edmund Grimley Evans2015-11-191-19/+14
* Merge the integer members of union CValue into "uint64_t i".Edmund Grimley Evans2015-11-171-13/+7
* arm64-gen.c: Avoid some cases of undefined behaviour.Edmund Grimley Evans2015-11-091-44/+55
* Enable variable-length arrays on arm64.Edmund Grimley Evans2015-10-311-3/+11
* Revert "fix-mixed-struct (patch by Pip Cet)"gus knight2015-07-291-10/+1
* 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