summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* Fix "clean" rule.Gravatar xleroy2012-12-29
* Test bitfields of enum typeGravatar xleroy2012-12-18
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Test for __builtin_fctiGravatar xleroy2012-11-24
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Merge of branch seq-and-or. See Changelog for details.Gravatar xleroy2012-10-06
* Use Flocq for floatsGravatar xleroy2012-06-28
* PrintCminor: printing SskipGravatar xleroy2012-03-09
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsGravatar xleroy2012-03-07
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...Gravatar xleroy2012-02-22
* Initializers: handle By_copy accesses (e.g. for &(glob.field))Gravatar xleroy2012-02-07
* Merge of the "volatile" branch:Gravatar xleroy2012-02-04
* Out-of-bounds error in testGravatar xleroy2012-01-21
* Merge of the nonstrict-ops branch:Gravatar xleroy2012-01-14
* cparser/*: refactoring of the expansion of read-modify-write operatorsGravatar xleroy2011-11-26
* Fixed serious bug in handling of volatile arrays.Gravatar xleroy2011-11-26
* Corrected initialization of char arrays by string literals.Gravatar xleroy2011-10-17
* Revised emulation of packed structsGravatar xleroy2011-10-16
* Presimplification SimplVolatile: cleaned up and integrated.Gravatar xleroy2011-08-18
* IA32: wrong moves generated in print_builtin_memcpy_big.Gravatar xleroy2011-08-10