summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Rename __builtin_cntlz to __builtin_clz.Gravatar xleroy2014-08-27
* Support C99 compound literals (by expansion in Unblock pass).Gravatar xleroy2014-08-21
* checklink/Check.ml: missing SDA addressing for store instructions.Gravatar xleroy2014-08-19
* Add some tests for "switch" over 32 and 64-bit integers.Gravatar xleroy2014-08-17
* configure: distinguish between ABI and processor model.Gravatar xleroy2014-07-29
* PowerPC port: refactored the expansion of built-in functions andGravatar xleroy2014-07-28
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Empty declarationsGravatar jjourdan2014-05-23
* Another corner case for string literal initializers: char * x[] = { "lit" }Gravatar xleroy2014-05-18
* Fixed regression on initializers of the form T x[N] = "literal";Gravatar xleroy2014-05-08
* - Added alternate keywords __inline, __restrict, etc, for GCC compatibilityGravatar xleroy2014-05-08
* Fused multiply-add for IA32.Gravatar xleroy2014-05-05
* Integration of Jacques-Henri Jourdan's verified parser.Gravatar xleroy2014-04-29
* Merge of branch linear-typing:Gravatar xleroy2014-04-06
* C: Support array initializers that are too short + default init for remainder.Gravatar xleroy2014-03-28
* Add option -Os to optimize for code size rather than for execution speed.Gravatar xleroy2014-02-19
* Interp.ml: in the emulation of printf(), check formats against types of argum...Gravatar xleroy2014-01-12
* Updated ARM backend wrt new static analyses and optimizations.Gravatar xleroy2014-01-02
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...Gravatar xleroy2014-01-01
* Hack StructReturn to better adhere to PowerPC and ARM calling conventions.Gravatar xleroy2013-12-20
* powerpc/: new unary operation "addsymbol"Gravatar xleroy2013-11-17
* - Recognize __builtin_fabs as an operator, not just a builtin,Gravatar xleroy2013-11-06
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...Gravatar xleroy2013-11-06
* Cminor parsing and printing (from Andrew Tolmach)Gravatar xleroy2013-10-16
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Add test for NaNsGravatar 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
* Follow-up to commit 2288: add test for special case of long division.Gravatar xleroy2013-07-03
* Recognize attribute((packed)) after a "struct {...}" and not just between "st...Gravatar xleroy2013-06-21
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* Issue with simplification of nested ?: expressions of different types.Gravatar xleroy2013-05-19
* Missing case: initialization of a global variable of type _Bool.Gravatar xleroy2013-05-08
* Revised semantics and compilation of 2-argument C operators to better match Gravatar xleroy2013-05-06
* Revert suppression of __builtin_{read,write}_reversed for x86 and ARM,Gravatar xleroy2013-04-29
* driver: removed option -flonglongGravatar xleroy2013-04-22
* Results for ARMGravatar xleroy2013-04-22
* Fixes in PowerPC portGravatar xleroy2013-04-21
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.Gravatar xleroy2013-04-20
* Added FFTW benchmark provided by Guillaume MelquiondGravatar xleroy2013-04-20
* Tests "floats" and "floats-basics" moved from test/c to test/regressionGravatar xleroy2013-04-20
* Interp.ml: support printf of long longGravatar xleroy2013-04-20
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Fixed parsing of hex float literals 0xNNNpMMM.Gravatar xleroy2013-03-11
* Some builtins were renamed, updatingGravatar xleroy2013-03-01
* Fix 'interp' entryGravatar xleroy2013-03-01
* Testing dense switchesGravatar xleroy2013-03-01
* Updated ARM and PowerPC ports with new handling of __builtin_annot.Gravatar xleroy2013-02-24
* Constant propagation within __builtin_annot.Gravatar xleroy2013-02-24
* Errors for excessively large global variables or stack frames.Gravatar xleroy2013-02-02