aboutsummaryrefslogtreecommitdiffstats
path: root/backend/ValueDomain.v
Commit message (Expand)AuthorAgeFilesLines
* - Support "switch" statements over 64-bit integersxleroy2014-08-171-4/+177
* Merge of "newspilling" branch:xleroy2014-07-231-84/+233
* Refactoring: move symbol_offset into Genv.xleroy2014-05-241-7/+4
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...xleroy2014-04-091-0/+14
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-16/+13
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.xleroy2014-01-121-5/+2
* Updated ARM backend wrt new static analyses and optimizations.xleroy2014-01-021-0/+12
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).xleroy2013-12-301-6/+4
* Merge of branch value-analysis.xleroy2013-12-201-0/+3692