aboutsummaryrefslogtreecommitdiffstats
path: root/backend/ValueAnalysis.v
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'named-structs'Xavier Leroy2015-01-231-1/+1
|\
| * Introduce symbol environments (type Senv.t) as a restricted view on global en...Xavier Leroy2014-11-261-1/+1
* | Follow-up to [5aecefe]: be conservative also in the case of a "common" global...Xavier Leroy2015-01-201-6/+21
* | More prudent analysis of uninitialized const global variables.Xavier Leroy2015-01-091-3/+6
|/
* Merge of "newspilling" branch:xleroy2014-07-231-2/+2
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-3/+4
* 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-3/+0
* Merge of branch value-analysis.xleroy2013-12-201-0/+1812