aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/PrintOp.ml
Commit message (Expand)AuthorAgeFilesLines
* Make Archi.ptr64 always computable, and reorganize files accordingly: ia32 ->...Xavier Leroy2016-10-271-169/+0
* Turn 64-bit integer division and modulus by constants into multiply-highXavier Leroy2016-10-041-2/+4
* Improve code generation for 64-bit signed integer divisionXavier Leroy2016-10-021-0/+1
* Support for 64-bit architectures: x86 in 64-bit modeXavier Leroy2016-10-011-16/+54
* Print floating-point numbers with more digits in debug outputsXavier Leroy2016-03-151-2/+2
* GPR#84: add missing IA32 operators to PrintOpXavier Leroy2016-03-151-0/+3
* Updated PrintOp for the single-precision FP operations.Xavier Leroy2015-05-091-0/+12
* Merge of "newspilling" branch:xleroy2014-07-231-0/+2
* Cminor parsing and printing (from Andrew Tolmach)xleroy2013-10-161-0/+1
* Do not use Format for faster printing of RTL, XTL, LTL, Machxleroy2013-09-261-1/+1
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-0/+4
* Assorted changes to reduce stack and heap requirements when compiling very bi...xleroy2013-03-161-0/+1
* Use Flocq for floatsxleroy2012-06-281-1/+1
* Merge of the reuse-temps branch:xleroy2010-09-021-0/+105