aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results
Commit message (Expand)AuthorAgeFilesLines
...
* Test to check that alias analysis is prudently conservative on ill-defined po...Xavier Leroy2015-07-191-0/+7
* Merge branch 'master' of https://github.com/AbsInt/CompCertXavier Leroy2015-07-082-3/+3
|\
| * Turn off copy optimization when returning a composite by reference.Xavier Leroy2015-07-081-0/+0
| * Fix issue with bit fields of type _BoolXavier Leroy2015-07-081-3/+3
* | More portable test for fres and fsqrte.Xavier Leroy2015-07-081-2/+2
|/
* Signedness issue in specification of subtraction between two pointers.Xavier Leroy2015-06-301-0/+2
* Extended inline asm: handle missing cases.Xavier Leroy2015-04-281-0/+10
* Support va_arg for vararg arguments of composite (struct/union) types.Xavier Leroy2015-03-201-1/+3
* Improvements in the StructReturn transformation (ABI conformance for passing ...Xavier Leroy2015-03-201-62/+86
* More interoperability tests.Xavier Leroy2015-01-281-4/+8
* ABI compatibility for struct/union function arguments passed by value.Xavier Leroy2015-01-271-0/+62
* Merge branch 'named-structs'Xavier Leroy2015-01-231-2/+2
|\
| * Add a type system for CompCert C and type-checking constructor functions.Xavier Leroy2014-12-311-2/+2
* | Wrong handling of block-local function declarations (in Elab.ml).Xavier Leroy2014-11-261-0/+1
|/
* Rename __builtin_cntlz to __builtin_clz.xleroy2014-08-271-0/+2
* Support C99 compound literals (by expansion in Unblock pass).xleroy2014-08-211-0/+25
* checklink/Check.ml: missing SDA addressing for store instructions.xleroy2014-08-191-0/+75
* Add some tests for "switch" over 32 and 64-bit integers.xleroy2014-08-171-0/+47
* configure: distinguish between ABI and processor model.xleroy2014-07-291-1/+1
* Another corner case for string literal initializers: char * x[] = { "lit" }xleroy2014-05-181-0/+2
* Fixed regression on initializers of the form T x[N] = "literal";xleroy2014-05-081-0/+1
* Integration of Jacques-Henri Jourdan's verified parser.xleroy2014-04-291-0/+1
* C: Support array initializers that are too short + default init for remainder.xleroy2014-03-283-0/+24
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-0/+15
* 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