aboutsummaryrefslogtreecommitdiffstats
path: root/backend/RTLgenaux.ml
Commit message (Expand)AuthorAgeFilesLines
* __builtin_expect seems to workDavid Monniaux2020-04-071-1/+1
* Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-151-20/+20
* Code cleanup.Bernhard Schommer2016-03-101-22/+20
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-2/+2
* Refactoring of builtins and annotations in the back-end.Xavier Leroy2015-08-211-2/+7
* Missing case for the new 'annot' instruction.Xavier Leroy2015-04-061-0/+1
* - Support "switch" statements over 64-bit integersxleroy2014-08-171-93/+9
* Expand 64-bit integer comparisons into 32-bit integer comparisons.xleroy2013-04-291-5/+12
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+2
* RTLgenaux: heuristic to orient if-then-else statements based on sizes.xleroy2012-12-311-1/+58
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-1/+1
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsxleroy2011-10-181-1/+1
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-5/+7
* MAJ extraction after changes in Integersxleroy2009-12-161-1/+1
* Added support for jump tables in back end.xleroy2009-11-101-8/+42
* Reorganized the development, modularizing away machine-dependent parts.xleroy2008-12-301-0/+72