aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/Asmexpand.ml
Commit message (Expand)AuthorAgeFilesLines
* Removing expansions from AsmgenLéo Gourdin2021-04-091-3/+6
* fix code generation for select(b, r, r)David Monniaux2021-02-021-2/+7
* fix problem if rt = rfDavid Monniaux2021-02-021-6/+8
* implement for another register configurationDavid Monniaux2021-02-021-1/+8
* some more cases implementedDavid Monniaux2021-02-021-12/+25
* begin implementing selectDavid Monniaux2021-02-021-1/+14
* Add __builtin_sqrt as synonymous for __builtin_fsqrtXavier Leroy2020-07-271-1/+1
* RISC-V implementation of __builtin_clz* and __builtin_ctz*Xavier Leroy2020-07-271-0/+109
* No need to process __builtin_fabs in $ARCH/Asmexpand.mlXavier Leroy2020-07-271-2/+0
* Update the RISC-V calling conventions (#221)Xavier Leroy2020-02-261-18/+18
* Cosmetic: in OCaml code, write "open! Module" instead of "open !Module"Xavier Leroy2020-02-211-1/+1
* Incorrect computation of extra stack size for vararg calls in RISC-V (#213)Bernhard Schommer2020-02-051-2/+2
* Revert "Remove `__builtin_nop` for some architectures. (#208)"Bernhard Schommer2020-01-031-0/+2
* Remove `__builtin_nop` for some architectures. (#208)Bernhard Schommer2019-12-211-2/+0
* Generate a nop instruction after some ais annotations (#137)Bernhard Schommer2018-09-121-5/+3
* Compatibility with OCaml 4.07 (#241) continuedBernhard Schommer2018-07-121-1/+1
* New support for inserting ais-annotations.Bernhard Schommer2017-10-191-4/+4
* Extend builtin arguments with a pointer addition operator, continuedXavier Leroy2017-07-061-0/+14
* RISC-V port and assorted changesXavier Leroy2017-04-281-0/+605