summaryrefslogtreecommitdiff
path: root/Makefile
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
* Updated issues with coqchk. See PR#3026 on the Coq bug tracker.Gravatar xleroy2013-04-14
* Assorted changes to reduce stack and heap requirements when compiling very bi...Gravatar xleroy2013-03-16
* Revised Stacking and Asmgen passes and Mach semantics: Gravatar xleroy2013-03-01
* More correct exportclight/ dependenciesGravatar xleroy2013-01-08
* Put clighgen files in exportclight/Gravatar xleroy2013-01-05
* RTLgenaux: heuristic to orient if-then-else statements based on sizes.Gravatar xleroy2012-12-31
* Make "all" the defaut target.Gravatar xleroy2012-12-29
* 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
* Support for indirect symbols under MacOS X (final).Gravatar xleroy2012-07-14
* Revert unintentional commit #1955Gravatar xleroy2012-07-06
* Ajout trunk CompCertGravatar blazy2012-07-04
* 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
* Configuration, build and install for cchecklink. Clean-ups in myocamlbuild.ml.Gravatar xleroy2012-04-04
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* make clean must erase tools/ndfunGravatar xleroy2012-03-13
* Cosmetic cleanups.Gravatar xleroy2012-01-15
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* Changelog, doc: updated for release 1.9Gravatar xleroy2011-08-22
* New backend pass "RRE": optimize (somewhat) redundant reloads introduced by t...Gravatar xleroy2011-08-16
* ARM codegen ported to new ABI + VFD floatsGravatar xleroy2011-07-30
* 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
* Revised signed/unsigned char handling.Gravatar xleroy2011-03-10
* Updated for Coq 8.3pl1. Some cleanups in test/*/Makefile.Gravatar xleroy2011-03-09
* Treat "char" as unsigned OR signed depending on the configuration.Gravatar xleroy2011-03-09
* Various algorithmic improvements that reduce compile times (thanks Alexandre ...Gravatar xleroy2010-10-27
* Updates for IA32-Cygwin.Gravatar xleroy2010-09-08
* Simplified stdlib wrapper; use it only under MacOS XGravatar xleroy2010-09-04
* Removed useless constraints on return type at Sreturn instructionsGravatar xleroy2010-08-18
* 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
* Cleaner generation of .dependGravatar xleroy2010-03-30
* New HTML documentation generatorGravatar xleroy2010-03-09
* Merge of the newmem and newextcalls branches:Gravatar xleroy2010-03-07
* Suppressed Init_pointer, now useless. Improved printing of strings in genera...Gravatar xleroy2010-03-03
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03
* Coloringaux: make identifiers unique; special treatment of precolored Gravatar xleroy2009-08-26
* Build bytecode version with debug symbols.Gravatar xleroy2009-08-20