aboutsummaryrefslogtreecommitdiffstats
path: root/ia32/ValueAOp.v
Commit message (Expand)AuthorAgeFilesLines
* Make Archi.ptr64 always computable, and reorganize files accordingly: ia32 ->...Xavier Leroy2016-10-271-266/+0
* Turn 64-bit integer division and modulus by constants into multiply-highXavier Leroy2016-10-041-0/+2
* 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-32/+101
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-4/+4
* Value analysis: keep track of pointer values that leak through arithmetic ope...Xavier Leroy2015-07-191-3/+3
* Prevent constant propagation on Oindirectsymbol addresses.Xavier Leroy2014-12-111-2/+11
* Merge of "newspilling" branch:xleroy2014-07-231-0/+13
* Refactoring: move symbol_offset into Genv.xleroy2014-05-241-1/+1
* Support Onot operator / notl instruction. More constant propagation during s...xleroy2014-04-061-0/+1
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-0/+1
* Updated ARM backend wrt new static analyses and optimizations.xleroy2014-01-021-0/+12
* Merge of branch value-analysis.xleroy2013-12-201-0/+158