summaryrefslogtreecommitdiff
path: root/asmcomp/arm64/selection.ml
Commit message (Expand)AuthorAgeFilesLines
* Safepoints (#10039)Sadiq Jaffer2021-07-091-1/+2
* Remove Cmm.memory_chunk.Double_u (#10433)Greta Yorsh2021-06-211-1/+1
* ARM64: add and recognize specific operation for sign extensionXavier Leroy2020-11-261-0/+8
* ARM64: improve recognition of immediate operands for logical instructionsXavier Leroy2020-11-261-40/+1
* Remove labels after calls, checkbound, and GC pointsNicolás Ojeda Bär2020-10-081-8/+8
* Revised detection of arithmetic instructions with immediate operands, continuedXavier Leroy2020-09-211-4/+3
* ARM64: revised generation of ADD/SUB/CMP immediateXavier Leroy2020-09-161-1/+1
* Revised detection of arithmetic instructions with immediate operandsXavier Leroy2020-09-161-34/+17
* arm64: use Arch.macosx instead of is_macosxEduardoRFS2020-07-251-4/+1
* arm64 emitter: support apple variant of assembleriOS Porting Team2020-07-251-1/+4
* ARM64 back-end: support the iOS/macOS ABI for calling external C functionsXavier Leroy2020-07-241-1/+1
* Revised passing of arguments to external C functionsXavier Leroy2020-07-241-6/+15
* More debugging information in Cmm terms (#2308)Mark Shinwell2019-03-131-16/+17
* AArch64 GOT fixedMark Shinwell2017-09-131-2/+2
* Fix evaluation order problem (#966)Mark Shinwell2017-02-151-0/+8
* Fix all architecturesMark Shinwell2016-10-171-35/+35
* Labels after calls, call GC points and checkbound points (again) (#660)Mark Shinwell2016-07-061-6/+7
* More warnings when compiling the compiler.alainfrisch2016-03-151-4/+0
* Avoid ambiguous or-pattern.Alain Frisch2016-03-091-1/+4
* Update headers for the new license.Damien Doligez2016-02-181-13/+16
* Still following up on commit 16278.Xavier Leroy2015-07-271-6/+6
* More precise typing at the C-- and Mach level:Xavier Leroy2014-11-061-1/+1
* fix some of the whitespace problems in the sourceDamien Doligez2014-04-121-3/+3
* Perform constant optimizations for integer division and modulus on the C-- le...Benedikt Meurer2013-11-191-25/+3
* Follow-up to commit r14254: optimization of immediate division and modulus fo...Xavier Leroy2013-11-011-3/+3
* Port to the ARM 64-bits (AArch64) architecture (experimental).Xavier Leroy2013-07-181-0/+265