aboutsummaryrefslogtreecommitdiffstats
path: root/powerpc/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-34/+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-6/+5
* Merge of the reuse-temps branch:xleroy2010-09-021-3/+4
* Fix extraction problemxleroy2010-07-141-2/+2
* Pretty-printers for RTL and LTL. Not yet well integrated.xleroy2010-05-021-0/+6
* Coloring: allow to exclude user-specified registers from allocation.xleroy2010-04-101-0/+45