aboutsummaryrefslogtreecommitdiffstats
path: root/arm/Machregsaux.ml
Commit message (Expand)AuthorAgeFilesLines
* Move shared code in new file.Bernhard Schommer2020-06-281-16/+0
* Remove the `can_reserve_register` function.Bernhard Schommer2020-06-281-4/+0
* Use Hashtbl.find_opt.Bernhard Schommer2020-06-281-1/+1
* Remove code that will is deprecated in ocaml 4.03Bernhard Schommer2016-06-211-2/+2
* Extended inline asm: revised treatment of clobbered registers.Xavier Leroy2015-05-091-26/+9
* Allow "scratch" (non-allocatable temporary registers) to be mentioned in asm ...Xavier Leroy2015-04-231-0/+2
* Take asm clobbers into account for determining callee-save registers used.Xavier Leroy2015-04-231-0/+7
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-5/+4
* ARM codegen ported to new ABI + VFD floatsxleroy2011-07-301-3/+5
* Fix extraction problemxleroy2010-07-141-2/+2
* ARM version of Machregsauxxleroy2010-05-011-0/+42