summaryrefslogtreecommitdiff
path: root/.depend
Commit message (Expand)AuthorAge
* 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
* Merging the Princeton implementation of the memory model. Separate axioms in...Gravatar xleroy2010-06-28
* More faithful semantics for volatile reads and writes.Gravatar xleroy2010-05-23
* Strengthen chunktype inference and use it to remove some useless casts.Gravatar xleroy2010-05-05
* Cleaner generation of .dependGravatar xleroy2010-03-30
* Merge of the newmem and newextcalls branches:Gravatar xleroy2010-03-07
* Backtracking on commit 1220Gravatar xleroy2010-01-13
* MAJ ChangesGravatar xleroy2009-12-16
* 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
* Refactored Selection.v and Selectionproof.v into a machine-dependent part + a...Gravatar xleroy2009-08-17
* Distinguish two kinds of nonterminating behaviors: silent divergenceGravatar xleroy2009-08-16
* Added 'going wrong' behaviorsGravatar xleroy2009-08-05
* Added tail call optimization passGravatar xleroy2009-03-26
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30
* Revised back-end so that only 2 integer registers are reserved for reloading.Gravatar xleroy2008-12-21
* MAJ documentationGravatar xleroy2008-07-27
* Alignement de la pile dans PrintPPCGravatar xleroy2008-04-13