aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
Commit message (Expand)AuthorAgeFilesLines
* - Re-added support for "__func__" identifier as per ISO C99.xleroy2014-05-151-2/+8
* Fixed regression on initializers of the form T x[N] = "literal";xleroy2014-05-081-0/+9
* Update for release 2.3.xleroy2014-05-051-0/+3
* Fused multiply-add for IA32.xleroy2014-05-051-4/+2
* ARM: honor common variables.xleroy2014-05-021-1/+3
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-291-0/+10
* Update with post-2.2 changesxleroy2014-04-231-0/+36
* Updates for release 2.2xleroy2014-02-211-2/+2
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-0/+2
* Update for 2.2, continuedxleroy2014-02-161-0/+2
* Updated for release 2.2.xleroy2014-02-151-13/+74
* Recognize .i and .p source files as C sources not to be preprocessed.xleroy2014-02-051-1/+2
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.xleroy2014-01-121-1/+3
* More tolerance for functions declared without a prototypexleroy2013-12-281-1/+3
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-0/+1
* Revised parsing of command-line options, more GCC-like.xleroy2013-12-211-0/+1
* Support "default" cases in the middle of a "switch", not just at the end.xleroy2013-12-211-1/+6
* - Recognize __builtin_fabs as an operator, not just a builtin,xleroy2013-11-061-0/+10
* MAJ release 2.1v2.1xleroy2013-10-281-10/+25
* Merge of the "alignas" branch.xleroy2013-10-051-0/+5
* Small improvements in compilation times for the register allocation pass.xleroy2013-09-201-0/+2
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms xleroy2013-09-141-0/+5
* Change interface of Kildall solvers to avoid precomputing the map pc -> list ...xleroy2013-08-121-1/+1
* Merge of Flocq version 2.2.0.xleroy2013-08-021-0/+2
* Optimize integer divisions by positive constants, turning them intoxleroy2013-07-291-0/+2
* Treat casts int64 -> float32 as primitive operations instead of twoxleroy2013-07-031-0/+8
* Version 2.00 -> version 2.0v2.0xleroy2013-06-211-2/+2
* Updates in preparation for release 2.00xleroy2013-06-191-5/+4
* Updated for release 2.00xleroy2013-06-161-3/+60
* Watch out for behaviors exponential in the nesting of struct/union types. xleroy2013-03-231-0/+2
* More aggressive CSE across Ibuiltin.xleroy2013-03-171-0/+2
* Assorted changes to reduce stack and heap requirements when compiling very bi...xleroy2013-03-161-0/+8
* More updates for 1.13xleroy2013-03-111-2/+5
* Updated for version 1.13xleroy2013-03-111-10/+22
* Glasnost: making transparent a number of definitions that were opaquexleroy2013-03-101-0/+3
* Finished backtracking (cf previous commit) for ARM and PowerPC.xleroy2013-03-041-1/+2
* Partial backtracking on previous commit: the "hole in Mach stack frame" xleroy2013-03-031-1/+0
* Revised Stacking and Asmgen passes and Mach semantics: xleroy2013-03-011-0/+3
* Constant propagation within __builtin_annot.xleroy2013-02-241-0/+4
* Pointers one pastxleroy2013-02-151-1/+3
* lib/Integers.v: revised and extended, faster implementation based onxleroy2013-02-101-0/+11
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-0/+6
* Update for release 1.12xleroy2013-01-091-2/+13
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+3
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-0/+6
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)xleroy2012-11-031-0/+5
* Generate output files in current directory; can be overriden with -o optionxleroy2012-10-081-0/+6
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-6/+22
* More aggressive elimination of conditional branches during constantxleroy2012-08-011-0/+6
* Support for indirect symbols under MacOS X (final).xleroy2012-07-141-0/+8