summaryrefslogtreecommitdiff
path: root/.depend
Commit message (Expand)AuthorAge
* Update dependenciesGravatar xleroy2014-08-19
* Merge the various $(ARCH)/$(VARIANT)/xxx.v files into $(ARCH)/xxx.v.Gravatar xleroy2014-07-23
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Integration of Jacques-Henri Jourdan's verified parser.Gravatar xleroy2014-04-29
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...Gravatar xleroy2014-04-09
* Merge of branch linear-typing:Gravatar xleroy2014-04-06
* Revert commits r2435 and r2436 (coarser RTLtyping / finer Lineartyping):Gravatar xleroy2014-03-28
* Move wt_instr_inv where it belongs.Gravatar xleroy2014-03-27
* Force dependency of SelectOp on Compopts.Gravatar xleroy2014-03-03
* Remove useless checks on type_of_global in dynamic semanticsGravatar xleroy2014-02-20
* Add option -Os to optimize for code size rather than for execution speed.Gravatar xleroy2014-02-19
* Introduce and use the platform-specific Archi module giving:Gravatar xleroy2014-01-03
* Merge of branch value-analysis.Gravatar xleroy2013-12-20
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Merge of Flocq version 2.2.0.Gravatar xleroy2013-08-02
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* Use "-as" to put CompCert modules in a compcert.xxx namespace.Gravatar xleroy2013-05-01
* 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
* No longer a dependency on MachtypingGravatar xleroy2013-03-01
* Revised Stacking and Asmgen passes and Mach semantics: Gravatar xleroy2013-03-01
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* More correct exportclight/ dependenciesGravatar xleroy2013-01-08
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Clight: split off the big step semantics in ClightBigstep.Gravatar xleroy2012-10-14
* Make Clight independent of CompCert C.Gravatar xleroy2012-10-08
* Update CombineOp for arm and ia32.Gravatar xleroy2012-07-03
* Changelog: updatedGravatar xleroy2012-06-28
* Use Flocq for floatsGravatar xleroy2012-06-28
* CSE: add recognition of some combined operators, conditions, and addressing m...Gravatar xleroy2012-05-26
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* More aggressive common subexpression elimination (CSE) of memory loads.Gravatar xleroy2012-02-23
* Cosmetic cleanups.Gravatar xleroy2012-01-15
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* New backend pass "RRE": optimize (somewhat) redundant reloads introduced by t...Gravatar xleroy2011-08-16
* Locations.v: add Loc.diff_dec.Gravatar xleroy2011-08-14
* Updated Makefile and dependencies. Typo in powerpc/PrintAsm.ml.Gravatar xleroy2011-07-28
* Added animation of the CompCert C semantics (ccomp -interp)Gravatar xleroy2011-07-28
* Merge of branch new-semantics: revised and strengthened top-level statements ...Gravatar xleroy2011-07-15
* Added pass CleanupLabels to remove unreferenced labels in a proved way.Gravatar xleroy2011-05-08
* Renamed Machconcr into Machsem.Gravatar xleroy2011-04-09
* Merge of branch "unsigned-offsets":Gravatar xleroy2011-04-09
* Initializers for global variables: compile-time evaluation of expressions don...Gravatar xleroy2011-03-12
* Various algorithmic improvements that reduce compile times (thanks Alexandre ...Gravatar xleroy2010-10-27
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18
* Support for inlined built-ins.Gravatar xleroy2010-06-29