summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAge
* driver: removed option -flonglongGravatar xleroy2013-04-22
* Fixes in PowerPC portGravatar xleroy2013-04-21
* Interp.ml: support printf of long longGravatar xleroy2013-04-20
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Improving the performance of exhaustive exploration (mode -all):Gravatar xleroy2013-03-09
* Partial backtracking on previous commit: the "hole in Mach stack frame" Gravatar xleroy2013-03-03
* Revised Stacking and Asmgen passes and Mach semantics: Gravatar xleroy2013-03-01
* Updated PowerPC port to new integers.Gravatar xleroy2013-02-12
* Be more like gcc in the way we display or not the usage message.Gravatar xleroy2013-02-12
* Typo in compare_mem causing merging of different states.Gravatar xleroy2013-02-02
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Better treatment of volatile accesses in the reference interpreter.Gravatar xleroy2013-01-08
* Update Cminor parser and printer so that the parser can parse the whole Cmino...Gravatar xleroy2013-01-07
* Put clighgen files in exportclight/Gravatar xleroy2013-01-05
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Generate output files in current directory; can be overriden with -o optionGravatar xleroy2012-10-08
* Make Clight independent of CompCert C.Gravatar xleroy2012-10-08
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23
* Support for indirect symbols under MacOS X (final).Gravatar xleroy2012-07-14
* Added option -falign-functionsGravatar xleroy2012-07-01
* Changelog: updatedGravatar xleroy2012-06-28
* Use Flocq for floatsGravatar xleroy2012-06-28
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* Option -randvol to expose randomization of volatiles in Interp.mlGravatar xleroy2012-03-12
* Merge of Andrew Tolmach's HASP-related changesGravatar xleroy2012-03-09
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsGravatar xleroy2012-03-07
* Added command-line options -Wp,<opt> -Wa,<opt> -Wl,<opt>Gravatar xleroy2012-02-29
* Better printing of pointer values and of locations.Gravatar xleroy2012-02-29
* More aggressive common subexpression elimination (CSE) of memory loads.Gravatar xleroy2012-02-23
* Interp: help debug stuck expressionsGravatar xleroy2012-02-10
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* Interp: accommodate "int main(int, char **)".Gravatar xleroy2011-10-19
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsGravatar xleroy2011-10-18
* Corrected initialization of char arrays by string literals.Gravatar xleroy2011-10-17
* Presimplification SimplVolatile: cleaned up and integrated.Gravatar xleroy2011-08-18
* New backend pass "RRE": optimize (somewhat) redundant reloads introduced by t...Gravatar xleroy2011-08-16
* Treatment of volatiles: offer the choice between random reads and treating vo...Gravatar xleroy2011-08-09
* Interp.ml: initialize PRNGGravatar xleroy2011-07-29
* 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
* Revised handling of annotation statements, and more generally built-in functi...Gravatar xleroy2011-06-13
* cparser: support for attributes over struct and union.Gravatar xleroy2011-05-12
* powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).Gravatar xleroy2011-05-08
* Added pass CleanupLabels to remove unreferenced labels in a proved way.Gravatar xleroy2011-05-08
* Renamed Machconcr into Machsem.Gravatar xleroy2011-04-09