index
:
debian-compcert
master
pristine-tar
upstream
Debian packaging for CompCert
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Improved instruction selection for "notint".
xleroy
2012-02-24
*
More aggressive common subexpression elimination (CSE) of memory loads.
xleroy
2012-02-23
*
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
*
Work around limited excursion of conditional branches
xleroy
2012-02-13
*
Interp: help debug stuck expressions
xleroy
2012-02-10
*
Initializers: handle By_copy accesses (e.g. for &(glob.field))
xleroy
2012-02-07
*
Merge of the "volatile" branch:
xleroy
2012-02-04
*
Out-of-bounds error in test
xleroy
2012-01-21
*
Another typo in print_builtin_vstore_common
xleroy
2012-01-21
*
Typo in print_builtin_vstore_common
xleroy
2012-01-21
*
powerpc/SelectOp: optimize the pattern ((x >>s N) & N1) & N2 common in a cert...
xleroy
2012-01-21
*
Cosmetic cleanups.
xleroy
2012-01-15
*
Added volatile_read_global and volatile_store_global builtins.
xleroy
2012-01-15
*
Merge of the nonstrict-ops branch:
xleroy
2012-01-14
*
Update
xleroy
2011-11-27
*
More careful updating of current location for error msgs.
xleroy
2011-11-26
*
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
*
Interp: accommodate "int main(int, char **)".
xleroy
2011-10-19
*
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
*
More cleanups in packed struct emulation.
xleroy
2011-10-16
*
Revised emulation of packed structs
xleroy
2011-10-16
*
Watch out for min_int / -1
xleroy
2011-08-27
*
Doc fixes
xleroy
2011-08-23
*
MAJ licence
xleroy
2011-08-23
*
Changelog, doc: updated for release 1.9
xleroy
2011-08-22
*
arm/PrintAsm: don't generate "vfd" directive, useless?
xleroy
2011-08-22
*
Harden proof script against empty destroyed_at_move
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
*
Cleaned up old commented-out parts
xleroy
2011-08-19
*
More careful treatment of 'load immediate 0' as 'xor self'
xleroy
2011-08-18
*
Presimplification SimplVolatile: cleaned up and integrated.
xleroy
2011-08-18
*
SimplVolatile: new pass to eliminate read-modify-write ops over volatiles
xleroy
2011-08-18
*
Factor out bind_lvalue
xleroy
2011-08-17
*
MAJ
xleroy
2011-08-16
*
New backend pass "RRE": optimize (somewhat) redundant reloads introduced by t...
xleroy
2011-08-16
*
Forgot to update: adding xchg instruction
xleroy
2011-08-16
*
Locations.v: add Loc.diff_dec.
xleroy
2011-08-14
*
IA32 PrintAsm.ml: wrong moves generated in print_builtin_memcpy_big
xleroy
2011-08-10
*
IA32: wrong moves generated in print_builtin_memcpy_big.
xleroy
2011-08-10
*
Treatment of volatiles: offer the choice between random reads and treating vo...
xleroy
2011-08-09
*
More vigorous scrubbing of r-value structs
xleroy
2011-08-09
*
Improved treatment of structs/unions as r-values
xleroy
2011-08-08
*
IA32 port: more faithful treatment of pseudoregister ST0.
xleroy
2011-08-08
*
Cleaned up handling of composite conditions
xleroy
2011-08-05
*
Wrong ifdef PPC
xleroy
2011-08-05
*
More builtins for ARM and PowerPC
xleroy
2011-08-05
[next]