aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* powerpc/: new unary operation "addsymbol"xleroy2013-11-171-0/+5
* - Recognize __builtin_fabs as an operator, not just a builtin,xleroy2013-11-066-0/+12
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...xleroy2013-11-063-1/+105
* Cminor parsing and printing (from Andrew Tolmach)xleroy2013-10-161-1/+12
* Merge of the "alignas" branch.xleroy2013-10-052-19/+5
* Add test for NaNsxleroy2013-08-022-4/+95
* Optimize integer divisions by positive constants, turning them intoxleroy2013-07-292-0/+1632
* Treat casts int64 -> float32 as primitive operations instead of twoxleroy2013-07-032-0/+365
* Follow-up to commit 2288: add test for special case of long division.xleroy2013-07-032-25/+502
* Recognize attribute((packed)) after a "struct {...}" and not just between "st...xleroy2013-06-212-0/+19
* Merge of the float32 branch: xleroy2013-05-193-2/+199
* Issue with simplification of nested ?: expressions of different types.xleroy2013-05-191-0/+6
* Missing case: initialization of a global variable of type _Bool.xleroy2013-05-083-1/+4
* Revised semantics and compilation of 2-argument C operators to better match xleroy2013-05-063-1/+164
* Revert suppression of __builtin_{read,write}_reversed for x86 and ARM,xleroy2013-04-294-0/+23
* driver: removed option -flonglongxleroy2013-04-223-1/+228
* Results for ARMxleroy2013-04-221-0/+4
* Fixes in PowerPC portxleroy2013-04-213-260/+282
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.xleroy2013-04-205-26/+56
* Added FFTW benchmark provided by Guillaume Melquiondxleroy2013-04-203-2/+107
* Tests "floats" and "floats-basics" moved from test/c to test/regressionxleroy2013-04-207-21/+18
* Interp.ml: support printf of long longxleroy2013-04-205-56/+4189
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-208-2/+4161
* Fixed parsing of hex float literals 0xNNNpMMM.xleroy2013-03-114-3/+80
* Some builtins were renamed, updatingxleroy2013-03-011-4/+4
* Fix 'interp' entryxleroy2013-03-011-1/+1
* Testing dense switchesxleroy2013-03-013-1/+62
* Updated ARM and PowerPC ports with new handling of __builtin_annot.xleroy2013-02-242-0/+29
* Constant propagation within __builtin_annot.xleroy2013-02-241-0/+9
* Errors for excessively large global variables or stack frames.xleroy2013-02-022-4/+4
* Fix "clean" rule.xleroy2012-12-291-1/+1
* Test bitfields of enum typexleroy2012-12-182-0/+28
* Support for inline assembly (asm statements).xleroy2012-12-181-1/+1
* Test for __builtin_fctixleroy2012-11-241-1/+3
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-125-1/+22
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-068-11/+187
* Use Flocq for floatsxleroy2012-06-283-1/+7954
* PrintCminor: printing Sskipxleroy2012-03-093-5/+5
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-071-1/+1
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...xleroy2012-02-221-0/+1
* Initializers: handle By_copy accesses (e.g. for &(glob.field))xleroy2012-02-074-0/+21
* Merge of the "volatile" branch:xleroy2012-02-045-3/+41
* Out-of-bounds error in testxleroy2012-01-212-16/+16
* Merge of the nonstrict-ops branch:xleroy2012-01-143-1/+148
* cparser/*: refactoring of the expansion of read-modify-write operatorsxleroy2011-11-265-5/+86
* Fixed serious bug in handling of volatile arrays.xleroy2011-11-263-2/+24
* Corrected initialization of char arrays by string literals.xleroy2011-10-172-2/+23
* Revised emulation of packed structsxleroy2011-10-162-4/+14
* Presimplification SimplVolatile: cleaned up and integrated.xleroy2011-08-188-8/+126
* IA32: wrong moves generated in print_builtin_memcpy_big.xleroy2011-08-103-1/+41