aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAJ docv1.10xleroy2012-03-123-12/+7
* Option -randvol to expose randomization of volatiles in Interp.mlxleroy2012-03-121-0/+2
* Minor updatesxleroy2012-03-114-198/+19
* Proof didn't go through for ARMxleroy2012-03-111-2/+2
* Another update from Andrew Tolmachxleroy2012-03-091-1/+1
* PrintCminor: printing Sskipxleroy2012-03-094-6/+6
* Merge of Andrew Tolmach's HASP-related changesxleroy2012-03-0912-125/+913
* Cprint: export Cprint.attributesxleroy2012-03-073-10/+41
* PowerPC: remove the fmadd and fmsub operators/Asm instructionsxleroy2012-03-0715-67/+27
* Add -toolprefixxleroy2012-03-061-37/+41
* Updatexleroy2012-03-061-3/+3
* Remove 'near-code' access mode, makes no sense in CompCertxleroy2012-03-061-2/+1
* Added command-line options -Wp,<opt> -Wa,<opt> -Wl,<opt>xleroy2012-02-293-3/+21
* Problems with multiple declarations of publically-visible identifiersxleroy2012-02-293-20/+55
* Better printing of pointer values and of locations.xleroy2012-02-292-26/+54
* 'typeof' is not a keywordxleroy2012-02-291-0/+2
* Make CPragmas common to all ports.xleroy2012-02-274-71/+2
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-2627-36/+134
* Translate CompCert C's "a ? b : c" to the equivalent simple Clight expr ifxleroy2012-02-255-100/+199
* Take advantage of Cmaskzero and Cmasknotzero.xleroy2012-02-248-12/+90
* Improved instruction selection for "notint".xleroy2012-02-247-11/+61
* More aggressive common subexpression elimination (CSE) of memory loads.xleroy2012-02-239-231/+556
* Simplified and cleaned up the passing of information from C2C to PrintAsm, as...xleroy2012-02-229-211/+191
* The C declaration associated with __stringlit_N globals now has type const ch...xleroy2012-02-201-1/+2
* Don't print external declarations for builtins.xleroy2012-02-182-4/+8
* Work around limited excursion of conditional branchesxleroy2012-02-131-4/+86
* Interp: help debug stuck expressionsxleroy2012-02-104-7/+52
* Initializers: handle By_copy accesses (e.g. for &(glob.field))xleroy2012-02-078-57/+29
* Merge of the "volatile" branch:xleroy2012-02-0464-3627/+4356
* Out-of-bounds error in testxleroy2012-01-212-16/+16
* Another typo in print_builtin_vstore_commonxleroy2012-01-211-1/+1
* Typo in print_builtin_vstore_commonxleroy2012-01-211-5/+5
* powerpc/SelectOp: optimize the pattern ((x >>s N) & N1) & N2 common in a cert...xleroy2012-01-213-11/+50
* Cosmetic cleanups.xleroy2012-01-153-12/+10
* Added volatile_read_global and volatile_store_global builtins.xleroy2012-01-1519-2858/+1528
* Merge of the nonstrict-ops branch:xleroy2012-01-1465-12566/+9933
* Updatev1.9.1xleroy2011-11-271-7/+26
* More careful updating of current location for error msgs.xleroy2011-11-261-6/+10
* cparser/*: refactoring of the expansion of read-modify-write operatorsxleroy2011-11-2613-230/+428
* Fixed serious bug in handling of volatile arrays.xleroy2011-11-264-4/+29
* Interp: accommodate "int main(int, char **)".xleroy2011-10-192-11/+36
* Extraction: map Coq pairs to Caml pairs and Coq chars (type ascii) to Caml charsxleroy2011-10-1817-102/+80
* Corrected initialization of char arrays by string literals.xleroy2011-10-176-28/+53
* More cleanups in packed struct emulation.xleroy2011-10-162-14/+18
* Revised emulation of packed structsxleroy2011-10-168-76/+83
* Watch out for min_int / -1xleroy2011-08-271-1/+11
* Doc fixesxleroy2011-08-232-2/+3
* MAJ licencexleroy2011-08-232-15/+21
* Changelog, doc: updated for release 1.9v1.9xleroy2011-08-224-10/+24
* arm/PrintAsm: don't generate "vfd" directive, useless?xleroy2011-08-226-22/+33