aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Compiler.v
Commit message (Expand)AuthorAgeFilesLines
* Qualify `Instance` and `Program Instance` as `Global`Xavier Leroy2021-10-031-1/+1
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-031-6/+6
* Use "Local" as prefixXavier Leroy2017-02-131-1/+1
* Strengthen the main compiler correctness results to account for separate comp...Xavier Leroy2016-03-061-149/+250
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-24/+24
* Track the locations of local variables using EF_debug annotations.Xavier Leroy2015-08-231-1/+7
* Verification of the Unusedglob pass (removal of unreferenced static global de...Xavier Leroy2014-11-241-1/+8
* Add flags to control individual optimization passes + flag -O0 for turning th...Xavier Leroy2014-11-161-24/+74
* Merge of branch linear-typing:xleroy2014-04-061-22/+25
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.xleroy2014-01-121-12/+9
* Merge of branch value-analysis.xleroy2013-12-201-1/+8
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-42/+9
* Partial backtracking on previous commit: the "hole in Mach stack frame" xleroy2013-03-031-1/+2
* Revised Stacking and Asmgen passes and Mach semantics: xleroy2013-03-011-5/+0
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-6/+6
* Remove some useless "Require".xleroy2012-12-301-3/+0
* Merge of the clightgen branch:xleroy2012-12-291-4/+9
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-97/+0
* Merge of the newmem branch:xleroy2012-05-211-61/+70
* More aggressive common subexpression elimination (CSE) of memory loads.xleroy2012-02-231-2/+2
* Merge of the "volatile" branch:xleroy2012-02-041-4/+9
* Merge of the nonstrict-ops branch:xleroy2012-01-141-6/+0
* New backend pass "RRE": optimize (somewhat) redundant reloads introduced by t...xleroy2011-08-161-1/+7
* Added animation of the CompCert C semantics (ccomp -interp)xleroy2011-07-281-4/+5
* Merge of branch new-semantics: revised and strengthened top-level statements ...xleroy2011-07-151-59/+120
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).xleroy2011-05-081-3/+4
* Added pass CleanupLabels to remove unreferenced labels in a proved way.xleroy2011-05-081-3/+11
* Renamed Machconcr into Machsem.xleroy2011-04-091-0/+1
* Merge of branch "unsigned-offsets":xleroy2011-04-091-2/+0
* More global initialization work done and proved in Coq.xleroy2011-03-131-1/+1
* Initializers for global variables: compile-time evaluation of expressions don...xleroy2011-03-121-0/+5
* Merge of branches/full-expr-4:xleroy2010-08-181-65/+103
* Support for inlined built-ins.xleroy2010-06-291-11/+11
* Merging the Princeton implementation of the memory model. Separate axioms in...xleroy2010-06-281-0/+1
* Added 'going wrong' behaviorsxleroy2009-08-051-30/+32
* Adapted to work with Coq 8.2-1v1.4.1xleroy2009-06-051-7/+7
* Added tail call optimization passxleroy2009-03-261-2/+9
* Reorganized the development, modularizing away machine-dependent parts.xleroy2008-12-301-0/+305