summaryrefslogtreecommitdiff
path: root/Changelog
Commit message (Expand)AuthorAge
* Update changelog and version for 2.4Gravatar xleroy2014-09-17
* Cold feet: suppress builtins for load with reservation/store conditional, use...Gravatar xleroy2014-08-28
* UpdateGravatar xleroy2014-08-28
* Update for 2.4Gravatar xleroy2014-08-27
* Rename __builtin_cntlz to __builtin_clz.Gravatar xleroy2014-08-27
* Support C99 compound literals (by expansion in Unblock pass).Gravatar xleroy2014-08-21
* - Support "switch" statements over 64-bit integersGravatar xleroy2014-08-17
* PowerPC port: refactored the expansion of built-in functions andGravatar xleroy2014-07-28
* Updated ChangelogGravatar xleroy2014-07-28
* Document commit r2507.Gravatar xleroy2014-06-05
* - Re-added support for "__func__" identifier as per ISO C99.Gravatar xleroy2014-05-15
* Fixed regression on initializers of the form T x[N] = "literal";Gravatar xleroy2014-05-08
* Update for release 2.3.Gravatar xleroy2014-05-05
* Fused multiply-add for IA32.Gravatar xleroy2014-05-05
* ARM: honor common variables.Gravatar xleroy2014-05-02
* Integration of Jacques-Henri Jourdan's verified parser.Gravatar xleroy2014-04-29
* Update with post-2.2 changesGravatar xleroy2014-04-23
* Updates for release 2.2Gravatar xleroy2014-02-21
* Add option -Os to optimize for code size rather than for execution speed.Gravatar xleroy2014-02-19
* Update for 2.2, continuedGravatar xleroy2014-02-16
* Updated for release 2.2.Gravatar xleroy2014-02-15
* Recognize .i and .p source files as C sources not to be preprocessed.Gravatar xleroy2014-02-05
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.Gravatar xleroy2014-01-12
* More tolerance for functions declared without a prototypeGravatar xleroy2013-12-28
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Revised parsing of command-line options, more GCC-like.Gravatar xleroy2013-12-21
* Support "default" cases in the middle of a "switch", not just at the end.Gravatar xleroy2013-12-21
* - 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