index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
regression
/
Makefile
Commit message (
Expand
)
Author
Age
*
Support C99 compound literals (by expansion in Unblock pass).
xleroy
2014-08-21
*
checklink/Check.ml: missing SDA addressing for store instructions.
xleroy
2014-08-19
*
Add some tests for "switch" over 32 and 64-bit integers.
xleroy
2014-08-17
*
PowerPC port: refactored the expansion of built-in functions and
xleroy
2014-07-28
*
Empty declarations
jjourdan
2014-05-23
*
Merge of branch linear-typing:
xleroy
2014-04-06
*
C: Support array initializers that are too short + default init for remainder.
xleroy
2014-03-28
*
Add option -Os to optimize for code size rather than for execution speed.
xleroy
2014-02-19
*
Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...
xleroy
2014-01-01
*
Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...
xleroy
2013-11-06
*
Add test for NaNs
xleroy
2013-08-02
*
Missing case: initialization of a global variable of type _Bool.
xleroy
2013-05-08
*
Revised semantics and compilation of 2-argument C operators to better match
xleroy
2013-05-06
*
Add __builtin_bswap16 and __builtin_bswap32 to all ports.
xleroy
2013-04-20
*
Tests "floats" and "floats-basics" moved from test/c to test/regression
xleroy
2013-04-20
*
Interp.ml: support printf of long long
xleroy
2013-04-20
*
Big merge of the newregalloc-int64 branch. Lots of changes in two directions:
xleroy
2013-04-20
*
Fix 'interp' entry
xleroy
2013-03-01
*
Testing dense switches
xleroy
2013-03-01
*
Errors for excessively large global variables or stack frames.
xleroy
2013-02-02
*
Support for inline assembly (asm statements).
xleroy
2012-12-18
*
Globalenvs: allocate one-byte block with permissions Nonempty for each
xleroy
2012-11-12
*
Merge of branch seq-and-or. See Changelog for details.
xleroy
2012-10-06
*
Initializers: handle By_copy accesses (e.g. for &(glob.field))
xleroy
2012-02-07
*
Merge of the "volatile" branch:
xleroy
2012-02-04
*
Merge of the nonstrict-ops branch:
xleroy
2012-01-14
*
cparser/*: refactoring of the expansion of read-modify-write operators
xleroy
2011-11-26
*
Fixed serious bug in handling of volatile arrays.
xleroy
2011-11-26
*
Presimplification SimplVolatile: cleaned up and integrated.
xleroy
2011-08-18
*
IA32: wrong moves generated in print_builtin_memcpy_big.
xleroy
2011-08-10
*
In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...
xleroy
2011-07-16
*
Typo
xleroy
2011-05-12
*
cparser: support for attributes over struct and union.
xleroy
2011-05-12
*
cparser/Elab: __attribute, not attribute
xleroy
2011-04-16
*
Revised handling of sizeof(string-literal)
xleroy
2011-03-15
*
Treat "char" as unsigned OR signed depending on the configuration.
xleroy
2011-03-09
*
In StructAssign: be careful not to duplicate accesses to a volatile variable.
xleroy
2010-11-10
*
Inconsistent treatment of "lone" zero-width bit fields
xleroy
2010-09-24
*
Merge of the reuse-temps branch:
xleroy
2010-09-02
*
Adding __builtin_annotation
xleroy
2010-09-01
*
Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...
xleroy
2010-09-01
*
Merge of branches/full-expr-4:
xleroy
2010-08-18
*
Bug in cparser/AddCasts.ml.
xleroy
2010-07-08
*
Another regression
xleroy
2010-05-10
*
More struct tests
xleroy
2010-04-17
*
Test bit field of size 32
xleroy
2010-04-09
*
Bug fix: infinite loop in cparser/ on bit field of size 32 bits.
xleroy
2010-04-09
*
In cparser/SimplExpr.ml:
xleroy
2010-04-02
*
cparser/AddCasts.ml: forgot to materialize cast at return statement.
xleroy
2010-04-01
*
Extra volatile test
xleroy
2010-03-28
[next]