index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cfrontend
Commit message (
Expand
)
Author
Age
*
Support for inline assembly (asm statements).
xleroy
2012-12-18
*
Globalenvs: allocate one-byte block with permissions Nonempty for each
xleroy
2012-11-12
*
Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)
xleroy
2012-11-03
*
Clight: split off the big step semantics in ClightBigstep.
xleroy
2012-10-14
*
Make Clight independent of CompCert C.
xleroy
2012-10-08
*
Merge of branch seq-and-or. See Changelog for details.
xleroy
2012-10-06
*
Remove Val.is_true and Val.is_false, no longer used.
xleroy
2012-08-06
*
Forgot to collect types of expressions
xleroy
2012-07-28
*
- Revised non-overflow constraints on memory injections so that
xleroy
2012-07-23
*
Strip quotes from section names during #pragma parsing.
xleroy
2012-07-11
*
Accept long double literals if -flongdouble is given.
xleroy
2012-07-10
*
Revert unintentional commit #1955
xleroy
2012-07-06
*
Ajout trunk CompCert
blazy
2012-07-04
*
More aggressive 'uncasting' before storing small integers
xleroy
2012-06-30
*
Use Flocq for floats
xleroy
2012-06-28
*
Make min_int / -1 and min_int % -1 semantically undefined
xleroy
2012-06-09
*
CSE: add recognition of some combined operators, conditions, and addressing m...
xleroy
2012-05-26
*
Merge of the newmem branch:
xleroy
2012-05-21
*
checklink: first import of Valentin Robert's validator for asm and link
xleroy
2012-03-28
*
Merge of Andrew Tolmach's HASP-related changes
xleroy
2012-03-09
*
Cprint: export Cprint.attributes
xleroy
2012-03-07
*
PowerPC: remove the fmadd and fmsub operators/Asm instructions
xleroy
2012-03-07
*
Remove 'near-code' access mode, makes no sense in CompCert
xleroy
2012-03-06
*
Problems with multiple declarations of publically-visible identifiers
xleroy
2012-02-29
*
Better printing of pointer values and of locations.
xleroy
2012-02-29
*
Make CPragmas common to all ports.
xleroy
2012-02-27
*
- Support for _Alignof(ty) operator from ISO C 2011
xleroy
2012-02-26
*
Translate CompCert C's "a ? b : c" to the equivalent simple Clight expr if
xleroy
2012-02-25
*
Simplified and cleaned up the passing of information from C2C to PrintAsm, as...
xleroy
2012-02-22
*
The C declaration associated with __stringlit_N globals now has type const ch...
xleroy
2012-02-20
*
Don't print external declarations for builtins.
xleroy
2012-02-18
*
Initializers: handle By_copy accesses (e.g. for &(glob.field))
xleroy
2012-02-07
*
Merge of the "volatile" branch:
xleroy
2012-02-04
*
Added volatile_read_global and volatile_store_global builtins.
xleroy
2012-01-15
*
Merge of the nonstrict-ops branch:
xleroy
2012-01-14
*
More careful updating of current location for error msgs.
xleroy
2011-11-26
*
Fixed serious bug in handling of volatile arrays.
xleroy
2011-11-26
*
Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml chars
xleroy
2011-10-18
*
Corrected initialization of char arrays by string literals.
xleroy
2011-10-17
*
MAJ licence
xleroy
2011-08-23
*
arm/PrintAsm: don't generate "vfd" directive, useless?
xleroy
2011-08-22
*
Cleaned up old commented-out parts
xleroy
2011-08-19
*
Presimplification SimplVolatile: cleaned up and integrated.
xleroy
2011-08-18
*
Flag long long and long double literals
xleroy
2011-07-31
*
Interp.ml: initialize PRNG
xleroy
2011-07-29
*
Added animation of the CompCert C semantics (ccomp -interp)
xleroy
2011-07-28
*
Improved semantics of casts
xleroy
2011-07-17
*
In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...
xleroy
2011-07-16
*
Merge of branch new-semantics: revised and strengthened top-level statements ...
xleroy
2011-07-15
*
Fix treatment of function pointers at function calls in the CompCert C and Cl...
xleroy
2011-07-14
[next]