| Commit message (Expand) | Author | Age |
* | Add option -Os to optimize for code size rather than for execution speed. | xleroy | 2014-02-19 |
* | Interp.ml: in the emulation of printf(), check formats against types of argum... | xleroy | 2014-01-12 |
* | Updated ARM backend wrt new static analyses and optimizations. | xleroy | 2014-01-02 |
* | Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test... | xleroy | 2014-01-01 |
* | Hack StructReturn to better adhere to PowerPC and ARM calling conventions. | xleroy | 2013-12-20 |
* | powerpc/: new unary operation "addsymbol" | xleroy | 2013-11-17 |
* | - Recognize __builtin_fabs as an operator, not just a builtin, | xleroy | 2013-11-06 |
* | Revised treatment of _Alignas, for better compatibility with GCC and Clang, a... | xleroy | 2013-11-06 |
* | Cminor parsing and printing (from Andrew Tolmach) | xleroy | 2013-10-16 |
* | Merge of the "alignas" branch. | xleroy | 2013-10-05 |
* | Add test for NaNs | 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 |
* | Follow-up to commit 2288: add test for special case of long division. | xleroy | 2013-07-03 |
* | Recognize attribute((packed)) after a "struct {...}" and not just between "st... | xleroy | 2013-06-21 |
* | Merge of the float32 branch: | xleroy | 2013-05-19 |
* | Issue with simplification of nested ?: expressions of different types. | xleroy | 2013-05-19 |
* | Missing case: initialization of a global variable of type _Bool. | xleroy | 2013-05-08 |
* | Revised semantics and compilation of 2-argument C operators to better match | xleroy | 2013-05-06 |
* | Revert suppression of __builtin_{read,write}_reversed for x86 and ARM, | xleroy | 2013-04-29 |
* | driver: removed option -flonglong | xleroy | 2013-04-22 |
* | Results for ARM | xleroy | 2013-04-22 |
* | Fixes in PowerPC port | xleroy | 2013-04-21 |
* | Add __builtin_bswap16 and __builtin_bswap32 to all ports. | xleroy | 2013-04-20 |
* | Added FFTW benchmark provided by Guillaume Melquiond | xleroy | 2013-04-20 |
* | Tests "floats" and "floats-basics" moved from test/c to test/regression | xleroy | 2013-04-20 |
* | Interp.ml: support printf of long long | xleroy | 2013-04-20 |
* | Big merge of the newregalloc-int64 branch. Lots of changes in two directions: | xleroy | 2013-04-20 |
* | Fixed parsing of hex float literals 0xNNNpMMM. | xleroy | 2013-03-11 |
* | Some builtins were renamed, updating | xleroy | 2013-03-01 |
* | Fix 'interp' entry | xleroy | 2013-03-01 |
* | Testing dense switches | xleroy | 2013-03-01 |
* | Updated ARM and PowerPC ports with new handling of __builtin_annot. | xleroy | 2013-02-24 |
* | Constant propagation within __builtin_annot. | xleroy | 2013-02-24 |
* | Errors for excessively large global variables or stack frames. | xleroy | 2013-02-02 |
* | Fix "clean" rule. | xleroy | 2012-12-29 |
* | Test bitfields of enum type | xleroy | 2012-12-18 |
* | Support for inline assembly (asm statements). | xleroy | 2012-12-18 |
* | Test for __builtin_fcti | xleroy | 2012-11-24 |
* | Globalenvs: allocate one-byte block with permissions Nonempty for each | xleroy | 2012-11-12 |
* | Merge of branch seq-and-or. See Changelog for details. | xleroy | 2012-10-06 |
* | Use Flocq for floats | xleroy | 2012-06-28 |
* | PrintCminor: printing Sskip | xleroy | 2012-03-09 |
* | PowerPC: remove the fmadd and fmsub operators/Asm instructions | xleroy | 2012-03-07 |
* | Simplified and cleaned up the passing of information from C2C to PrintAsm, as... | xleroy | 2012-02-22 |
* | Initializers: handle By_copy accesses (e.g. for &(glob.field)) | xleroy | 2012-02-07 |
* | Merge of the "volatile" branch: | xleroy | 2012-02-04 |
* | Out-of-bounds error in test | xleroy | 2012-01-21 |
* | Merge of the nonstrict-ops branch: | xleroy | 2012-01-14 |
* | cparser/*: refactoring of the expansion of read-modify-write operators | xleroy | 2011-11-26 |