summaryrefslogtreecommitdiff
path: root/backend/Constprop.v
Commit message (Expand)AuthorAge
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Add option -Os to optimize for code size rather than for execution speed.Gravatar xleroy2014-02-19
* Merge of branch value-analysis.Gravatar xleroy2013-12-20
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms Gravatar xleroy2013-09-14
* Change interface of Kildall solvers to avoid precomputing the map pc -> list ...Gravatar xleroy2013-08-12
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Assorted changes to reduce stack and heap requirements when compiling very bi...Gravatar xleroy2013-03-16
* Glasnost: making transparent a number of definitions that were opaqueGravatar xleroy2013-03-10
* Constant propagation within __builtin_annot.Gravatar xleroy2013-02-24
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* More aggressive elimination of conditional branches during constantGravatar xleroy2012-08-01
* Support for indirect symbols under MacOS X (final).Gravatar xleroy2012-07-14
* Support for MacOS X's indirect symbols. (first try)Gravatar xleroy2012-07-13
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* Added volatile_read_global and volatile_store_global builtins.Gravatar xleroy2012-01-15
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Various algorithmic improvements that reduce compile times (thanks Alexandre ...Gravatar xleroy2010-10-27
* Support for inlined built-ins.Gravatar xleroy2010-06-29
* Added support for jump tables in back end.Gravatar xleroy2009-11-10
* Refactoring of Constprop and Constpropproof into a machine-dependent part and...Gravatar xleroy2009-08-17
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30
* Replace cast{8,16}{signed,unsigned} with zero_ext and sign_ext.Gravatar xleroy2008-12-29
* Introduction de l'operation intuoffloat (float -> unsigned int). Pas encore ...Gravatar xleroy2008-05-30
* Ajout license, README, copyright noticesGravatar xleroy2008-01-27
* Fusion des modifications faites sur les branches "tailcalls" et "smallstep".Gravatar xleroy2007-08-04
* Suppression de lib/Sets.v, utilisation de FSet a la place. Generalisation de...Gravatar xleroy2007-03-02
* Meilleure representation des worklists dans l'algo de KildallGravatar xleroy2006-09-11
* Fusion de la branche "traces":Gravatar xleroy2006-09-04
* Initial import of compcertGravatar xleroy2006-02-09