aboutsummaryrefslogtreecommitdiffstats
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* Rename "-fthumb" option into "-mthumb" for GCC compatibility.xleroy2014-08-192-5/+9
* Nicer reporting of I/O errors (e.g. "No such file").xleroy2014-08-131-23/+26
* configure: distinguish between ABI and processor model.xleroy2014-07-291-2/+2
* PowerPC port: refactored the expansion of built-in functions andxleroy2014-07-281-2/+3
* ARM port: add support for Thumb2. To be tested.xleroy2014-07-273-1/+5
* Merge of "newspilling" branch:xleroy2014-07-231-1/+1
* Constprop: use "not" for "xorimm(-1)"; optimize == 1 and != 0 comparisons ove...xleroy2014-04-091-1/+1
* Merge of branch linear-typing:xleroy2014-04-063-22/+78
* Error messages were not displayed correctly if the main() function is missing...xleroy2014-03-211-5/+5
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-194-0/+39
* Recognize .i and .p source files as C sources not to be preprocessed.xleroy2014-02-051-3/+31
* Interp.ml: in the emulation of printf(), check formats against types of argum...xleroy2014-01-121-34/+51
* Better printing of integer literals: add U and LL suffixes when needed.xleroy2014-01-121-1/+1
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.xleroy2014-01-123-38/+19
* More tolerance for functions declared without a prototypexleroy2013-12-282-3/+6
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-283-10/+6
* Revised parsing of command-line options, more GCC-like.xleroy2013-12-211-21/+44
* Merge of branch value-analysis.xleroy2013-12-203-1/+12
* Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well.xleroy2013-11-272-3/+4
* Revised semantics of external functions, continued:xleroy2013-11-182-143/+36
* Revised modeling of external functions and built-in functions: just axiomatizexleroy2013-11-172-20/+124
* Compile in debug mode and activate stack backtraces.xleroy2013-07-071-0/+1
* Merge of the "princeton" branch:xleroy2013-06-161-4/+4
* More precise and faster recovery of function name from function or fundef value.xleroy2013-06-081-2/+8
* Merge of the float32 branch: xleroy2013-05-191-0/+1
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...xleroy2013-05-172-0/+3
* Preliminary support for debugging info (-g).xleroy2013-05-172-8/+13
* driver: removed option -flonglongxleroy2013-04-222-5/+2
* Fixes in PowerPC portxleroy2013-04-211-0/+1
* Interp.ml: support printf of long longxleroy2013-04-201-4/+8
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-204-43/+15
* Improving the performance of exhaustive exploration (mode -all):xleroy2013-03-091-18/+112
* 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
* Updated PowerPC port to new integers.xleroy2013-02-122-1/+7
* Be more like gcc in the way we display or not the usage message.xleroy2013-02-121-8/+6
* Typo in compare_mem causing merging of different states.xleroy2013-02-021-1/+1
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-293-13/+12
* Better treatment of volatile accesses in the reference interpreter.xleroy2013-01-082-68/+83
* Update Cminor parser and printer so that the parser can parse the whole Cmino...xleroy2013-01-071-2/+2
* Put clighgen files in exportclight/xleroy2013-01-051-282/+0
* Remove some useless "Require".xleroy2012-12-301-3/+0
* Merge of the clightgen branch:xleroy2012-12-293-13/+292
* Support for inline assembly (asm statements).xleroy2012-12-182-1/+5
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-122-120/+32
* Generate output files in current directory; can be overriden with -o optionxleroy2012-10-082-34/+59
* Make Clight independent of CompCert C.xleroy2012-10-081-0/+2
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-231-1/+1
* Support for indirect symbols under MacOS X (final).xleroy2012-07-141-2/+2
* Added option -falign-functionsxleroy2012-07-012-0/+3