summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* configure: distinguish between ABI and processor model.Gravatar xleroy2014-07-29
* Simplify COQINCLUDESGravatar xleroy2014-07-23
* Merge the various $(ARCH)/$(VARIANT)/xxx.v files into $(ARCH)/xxx.v.Gravatar xleroy2014-07-23
* Redundant -I in CAMLINCLUDESGravatar xleroy2014-07-23
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Update Coq documentationGravatar xleroy2014-05-05
* Integration of Jacques-Henri Jourdan's verified parser.Gravatar xleroy2014-04-29
* ia32/Select*: complete the modifications to shifts.Gravatar xleroy2014-04-11
* 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
* 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
* powerpc/: new unary operation "addsymbol"Gravatar xleroy2013-11-17
* Merge of Flocq version 2.2.0.Gravatar xleroy2013-08-02
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* Updating LICENSE and license headers, continued.Gravatar xleroy2013-06-17
* Fix compilation of runtime system.Gravatar xleroy2013-05-29
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* Preliminary support for debugging info (-g).Gravatar xleroy2013-05-17
* Clean up 'make clean'Gravatar xleroy2013-05-01
* 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