aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results
Commit message (Expand)AuthorAgeFilesLines
...
* Interp.ml: in the emulation of printf(), check formats against types of argum...xleroy2014-01-121-1/+1
* Updated ARM backend wrt new static analyses and optimizations.xleroy2014-01-021-3/+3
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...xleroy2014-01-012-0/+12
* Hack StructReturn to better adhere to PowerPC and ARM calling conventions.xleroy2013-12-201-0/+3
* - Recognize __builtin_fabs as an operator, not just a builtin,xleroy2013-11-063-0/+3
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...xleroy2013-11-061-0/+9
* Optimize integer divisions by positive constants, turning them intoxleroy2013-07-291-0/+1620
* Treat casts int64 -> float32 as primitive operations instead of twoxleroy2013-07-031-0/+360
* Follow-up to commit 2288: add test for special case of long division.xleroy2013-07-031-24/+500
* Recognize attribute((packed)) after a "struct {...}" and not just between "st...xleroy2013-06-211-0/+4
* Missing case: initialization of a global variable of type _Bool.xleroy2013-05-081-0/+1
* Revised semantics and compilation of 2-argument C operators to better match xleroy2013-05-061-0/+98
* Revert suppression of __builtin_{read,write}_reversed for x86 and ARM,xleroy2013-04-292-0/+8
* Results for ARMxleroy2013-04-221-0/+4
* Fixes in PowerPC portxleroy2013-04-212-258/+279
* Add __builtin_bswap16 and __builtin_bswap32 to all ports.xleroy2013-04-201-0/+5
* Tests "floats" and "floats-basics" moved from test/c to test/regressionxleroy2013-04-202-0/+2
* Interp.ml: support printf of long longxleroy2013-04-202-53/+4077
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-202-0/+3784
* Testing dense switchesxleroy2013-03-011-0/+22
* Updated ARM and PowerPC ports with new handling of __builtin_annot.xleroy2013-02-241-0/+14
* Test bitfields of enum typexleroy2012-12-181-0/+4
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-122-0/+4
* Merge of branch seq-and-or. See Changelog for details.xleroy2012-10-061-0/+4
* Initializers: handle By_copy accesses (e.g. for &(glob.field))xleroy2012-02-071-0/+1
* Merge of the "volatile" branch:xleroy2012-02-041-0/+9
* Out-of-bounds error in testxleroy2012-01-211-5/+5
* Merge of the nonstrict-ops branch:xleroy2012-01-141-0/+6
* cparser/*: refactoring of the expansion of read-modify-write operatorsxleroy2011-11-262-2/+9
* Fixed serious bug in handling of volatile arrays.xleroy2011-11-261-0/+4
* Corrected initialization of char arrays by string literals.xleroy2011-10-171-0/+0
* Revised emulation of packed structsxleroy2011-10-161-2/+2
* Presimplification SimplVolatile: cleaned up and integrated.xleroy2011-08-181-0/+38
* IA32: wrong moves generated in print_builtin_memcpy_big.xleroy2011-08-101-0/+1
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...xleroy2011-07-161-0/+11
* cparser: support for attributes over struct and union.xleroy2011-05-122-0/+22
* cparser/Elab: __attribute, not attributexleroy2011-04-161-0/+4
* Revised handling of sizeof(string-literal)xleroy2011-03-152-0/+5
* Initializers for global variables: compile-time evaluation of expressions don...xleroy2011-03-121-0/+0
* Treat "char" as unsigned OR signed depending on the configuration.xleroy2011-03-091-0/+8
* Inconsistent treatment of "lone" zero-width bit fieldsxleroy2010-09-241-0/+1
* Merge of the reuse-temps branch:xleroy2010-09-022-1/+2
* Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...xleroy2010-09-012-0/+4
* Merge of branches/full-expr-4:xleroy2010-08-183-0/+18
* Bug in cparser/AddCasts.ml.xleroy2010-07-081-0/+1
* Another regressionxleroy2010-05-101-0/+1
* __builtin_memcpy, continued.xleroy2010-04-172-0/+6
* Test bit field of size 32xleroy2010-04-091-0/+2
* Static initialization of structs with bitfieldsxleroy2010-04-071-0/+3
* In cparser/SimplExpr.ml:xleroy2010-04-021-0/+1