| Commit message (Expand) | Author | Age |
* | Update changelog and version for 2.4 | xleroy | 2014-09-17 |
* | Cold feet: suppress builtins for load with reservation/store conditional, use... | xleroy | 2014-08-28 |
* | Update | xleroy | 2014-08-28 |
* | Update for 2.4 | xleroy | 2014-08-27 |
* | Rename __builtin_cntlz to __builtin_clz. | xleroy | 2014-08-27 |
* | Support C99 compound literals (by expansion in Unblock pass). | xleroy | 2014-08-21 |
* | - Support "switch" statements over 64-bit integers | xleroy | 2014-08-17 |
* | PowerPC port: refactored the expansion of built-in functions and | xleroy | 2014-07-28 |
* | Updated Changelog | xleroy | 2014-07-28 |
* | Document commit r2507. | xleroy | 2014-06-05 |
* | - Re-added support for "__func__" identifier as per ISO C99. | xleroy | 2014-05-15 |
* | Fixed regression on initializers of the form T x[N] = "literal"; | xleroy | 2014-05-08 |
* | Update for release 2.3. | xleroy | 2014-05-05 |
* | Fused multiply-add for IA32. | xleroy | 2014-05-05 |
* | ARM: honor common variables. | xleroy | 2014-05-02 |
* | Integration of Jacques-Henri Jourdan's verified parser. | xleroy | 2014-04-29 |
* | Update with post-2.2 changes | xleroy | 2014-04-23 |
* | Updates for release 2.2 | xleroy | 2014-02-21 |
* | Add option -Os to optimize for code size rather than for execution speed. | xleroy | 2014-02-19 |
* | Update for 2.2, continued | xleroy | 2014-02-16 |
* | Updated for release 2.2. | xleroy | 2014-02-15 |
* | Recognize .i and .p source files as C sources not to be preprocessed. | xleroy | 2014-02-05 |
* | - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4. | xleroy | 2014-01-12 |
* | More tolerance for functions declared without a prototype | xleroy | 2013-12-28 |
* | Simpler, more robust emulation of calls to variadic functions: | xleroy | 2013-12-28 |
* | Revised parsing of command-line options, more GCC-like. | xleroy | 2013-12-21 |
* | Support "default" cases in the middle of a "switch", not just at the end. | xleroy | 2013-12-21 |
* | - Recognize __builtin_fabs as an operator, not just a builtin, | xleroy | 2013-11-06 |
* | MAJ release 2.1 | xleroy | 2013-10-28 |
* | Merge of the "alignas" branch. | xleroy | 2013-10-05 |
* | Small improvements in compilation times for the register allocation pass. | xleroy | 2013-09-20 |
* | Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms | xleroy | 2013-09-14 |
* | Change interface of Kildall solvers to avoid precomputing the map pc -> list ... | xleroy | 2013-08-12 |
* | Merge of Flocq version 2.2.0. | xleroy | 2013-08-02 |
* | Optimize integer divisions by positive constants, turning them into | xleroy | 2013-07-29 |
* | Treat casts int64 -> float32 as primitive operations instead of two | xleroy | 2013-07-03 |
* | Version 2.00 -> version 2.0 | xleroy | 2013-06-21 |
* | Updates in preparation for release 2.00 | xleroy | 2013-06-19 |
* | Updated for release 2.00 | xleroy | 2013-06-16 |
* | Watch out for behaviors exponential in the nesting of struct/union types. | xleroy | 2013-03-23 |
* | More aggressive CSE across Ibuiltin. | xleroy | 2013-03-17 |
* | Assorted changes to reduce stack and heap requirements when compiling very bi... | xleroy | 2013-03-16 |
* | More updates for 1.13 | xleroy | 2013-03-11 |
* | Updated for version 1.13 | xleroy | 2013-03-11 |
* | Glasnost: making transparent a number of definitions that were opaque | xleroy | 2013-03-10 |
* | Finished backtracking (cf previous commit) for ARM and PowerPC. | xleroy | 2013-03-04 |
* | Partial backtracking on previous commit: the "hole in Mach stack frame" | xleroy | 2013-03-03 |
* | Revised Stacking and Asmgen passes and Mach semantics: | xleroy | 2013-03-01 |
* | Constant propagation within __builtin_annot. | xleroy | 2013-02-24 |
* | Pointers one past | xleroy | 2013-02-15 |