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
/
Elab.ml
Commit message (
Expand
)
Author
Age
*
Better locations for error messages relative to type specifiers.
xleroy
2013-03-25
*
Support for inline assembly (asm statements).
xleroy
2012-12-18
*
Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)
xleroy
2012-11-03
*
checklink: first import of Valentin Robert's validator for asm and link
xleroy
2012-03-28
*
- Support for _Alignof(ty) operator from ISO C 2011
xleroy
2012-02-26
*
Merge of the "volatile" branch:
xleroy
2012-02-04
*
Corrected initialization of char arrays by string literals.
xleroy
2011-10-17
*
arm/PrintAsm: don't generate "vfd" directive, useless?
xleroy
2011-08-22
*
Wrong check: &e must be rejected if e has array type and is not a l-value.
xleroy
2011-08-21
*
Check for duplicate label definitions
xleroy
2011-07-18
*
More precise typechecking of statements
xleroy
2011-07-17
*
Revised handling of annotation statements, and more generally built-in functi...
xleroy
2011-06-13
*
Silence a warning that happens all too often in MacOS X
xleroy
2011-05-12
*
cparser: support for attributes over struct and union.
xleroy
2011-05-12
*
powerpc/PrintAsm.ml arm/PrintAsm.ml: updated (no label elimination).
xleroy
2011-05-08
*
Support compile-time constant expressions as arguments to gcc-style attributes
xleroy
2011-04-20
*
cparser/Elab: __attribute, not attribute
xleroy
2011-04-16
*
Revised handling of GCC attributes. Preliminary, untested support for __alig...
xleroy
2011-04-14
*
Revised handling of sizeof(string-literal)
xleroy
2011-03-15
*
Updates for IA32-Cygwin.
xleroy
2010-09-08
*
Adding __builtin_annotation
xleroy
2010-09-01
*
Bugs with 1- empty bitfields, 2- anonymous bitfields, 3- result type of readi...
xleroy
2010-09-01
*
Preliminary support for gcc-style __attribute__ over types
xleroy
2010-07-08
*
Bug fix: infinite loop in cparser/ on bit field of size 32 bits.
xleroy
2010-04-09
*
Revised treatment of builtins
xleroy
2010-03-07
*
Support for 'inline' modifier
xleroy
2010-03-03
*
Switching to the new C parser/elaborator/simplifier
xleroy
2010-03-03