index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cparser
/
Bitfields.ml
Commit message (
Expand
)
Author
Age
*
Support C99 compound literals (by expansion in Unblock pass).
xleroy
2014-08-21
*
Clean-up pass on C types:
xleroy
2014-04-23
*
"->" can also be applied to array types, not just pointer types.
xleroy
2014-03-30
*
Elab:
xleroy
2013-10-04
*
Support for inline assembly (asm statements).
xleroy
2012-12-18
*
- Support for _Alignof(ty) operator from ISO C 2011
xleroy
2012-02-26
*
cparser/*: refactoring of the expansion of read-modify-write operators
xleroy
2011-11-26
*
SimplVolatile: new pass to eliminate read-modify-write ops over volatiles
xleroy
2011-08-18
*
Factor out bind_lvalue
xleroy
2011-08-17
*
cparser: support for attributes over struct and union.
xleroy
2011-05-12
*
Bitfields: MSB-to-LSB in addition to LSB-to-MSB
xleroy
2011-03-10
*
Inconsistent treatment of "lone" zero-width bit fields
xleroy
2010-09-24
*
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 fix: infinite loop in cparser/ on bit field of size 32 bits.
xleroy
2010-04-09
*
Static initialization of structs with bitfields
xleroy
2010-04-07
*
Switching to the new C parser/elaborator/simplifier
xleroy
2010-03-03