summaryrefslogtreecommitdiff
path: root/Changelog
Commit message (Expand)AuthorAge
* - Recognize __builtin_fabs as an operator, not just a builtin,Gravatar xleroy2013-11-06
* MAJ release 2.1Gravatar xleroy2013-10-28
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Small improvements in compilation times for the register allocation pass.Gravatar xleroy2013-09-20
* Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms Gravatar xleroy2013-09-14
* Change interface of Kildall solvers to avoid precomputing the map pc -> list ...Gravatar xleroy2013-08-12
* Merge of Flocq version 2.2.0.Gravatar xleroy2013-08-02
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* Treat casts int64 -> float32 as primitive operations instead of twoGravatar xleroy2013-07-03
* Version 2.00 -> version 2.0Gravatar xleroy2013-06-21
* Updates in preparation for release 2.00Gravatar xleroy2013-06-19
* Updated for release 2.00Gravatar xleroy2013-06-16
* Watch out for behaviors exponential in the nesting of struct/union types. Gravatar xleroy2013-03-23
* More aggressive CSE across Ibuiltin.Gravatar xleroy2013-03-17
* Assorted changes to reduce stack and heap requirements when compiling very bi...Gravatar xleroy2013-03-16
* More updates for 1.13Gravatar xleroy2013-03-11
* Updated for version 1.13Gravatar xleroy2013-03-11
* Glasnost: making transparent a number of definitions that were opaqueGravatar xleroy2013-03-10
* Finished backtracking (cf previous commit) for ARM and PowerPC.Gravatar xleroy2013-03-04
* 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
* Constant propagation within __builtin_annot.Gravatar xleroy2013-02-24
* Pointers one pastGravatar xleroy2013-02-15
* lib/Integers.v: revised and extended, faster implementation based onGravatar xleroy2013-02-10
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Update for release 1.12Gravatar xleroy2013-01-09
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)Gravatar xleroy2012-11-03
* Generate output files in current directory; can be overriden with -o optionGravatar xleroy2012-10-08
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* More aggressive elimination of conditional branches during constantGravatar xleroy2012-08-01
* Support for indirect symbols under MacOS X (final).Gravatar xleroy2012-07-14
* Preparation for release 1.11Gravatar xleroy2012-07-13
* Added option -falign-functionsGravatar xleroy2012-07-01
* Changelog: updatedGravatar xleroy2012-06-28
* Make min_int / -1 and min_int % -1 semantically undefinedGravatar xleroy2012-06-09
* MAJ docGravatar 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
* - Support for _Alignof(ty) operator from ISO C 2011Gravatar xleroy2012-02-26
* Translate CompCert C's "a ? b : c" to the equivalent simple Clight expr ifGravatar xleroy2012-02-25
* More aggressive common subexpression elimination (CSE) of memory loads.Gravatar xleroy2012-02-23
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22
* UpdateGravatar xleroy2011-11-27
* Changelog, doc: updated for release 1.9Gravatar xleroy2011-08-22
* Presimplification SimplVolatile: cleaned up and integrated.Gravatar xleroy2011-08-18
* MAJGravatar xleroy2011-08-16
* ARM: added reversed load/store builtins + bswap builtin (to be tested)Gravatar xleroy2011-07-30