summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* debian/changelog: Tag 2.4-1 for unstable releaseHEADmasterGravatar Benjamin Barenblat2015-02-05
* Don’t reference a nonexistent upstream LICENSE fileGravatar Benjamin Barenblat2015-02-05
* Add Vcs-Browser and Vcs-Git URLsGravatar Benjamin Barenblat2015-02-05
* Add man pageGravatar Benjamin Barenblat2015-02-05
* Install CompCert READMEGravatar Benjamin Barenblat2015-02-05
* debian/rules: Better documentationGravatar Benjamin Barenblat2015-02-05
* Install manuallyGravatar Benjamin Barenblat2015-02-05
* Pass target to configureGravatar Benjamin Barenblat2015-02-05
* Fix minor error in Debian copyright fileGravatar Benjamin Barenblat2015-02-05
* Fake a Makefile.config so initial ‘make clean’ worksGravatar Benjamin Barenblat2015-02-05
* Begin packaging CompCertGravatar Benjamin Barenblat2015-02-05
* Merge tag 'upstream/2.4'Gravatar Benjamin Barenblat2015-02-05
|\
| * Imported Upstream version 2.4upstream/2.4upstreamGravatar Benjamin Barenblat2015-02-05
|/
* Trim blank linesGravatar xleroy2014-09-17
* Update changelog and version for 2.4Gravatar xleroy2014-09-17
* Tolerance in parsing of 'section' pragmaGravatar xleroy2014-09-17
* Cold feet: suppress builtins for load with reservation/store conditional, use...Gravatar xleroy2014-08-28
* UpdateGravatar xleroy2014-08-28
* Update for 2.4Gravatar xleroy2014-08-27
* Rename __builtin_cntlz to __builtin_clz.Gravatar xleroy2014-08-27
* More efficient implementations of map, fold, etc.Gravatar xleroy2014-08-27
* More careful detection of inlined builtins. Produces better error messages i...Gravatar xleroy2014-08-25
* Use VFD regs to implement 64-bit mem-mem copies in builtin_memcpy_false.Gravatar xleroy2014-08-21
* Support C99 compound literals (by expansion in Unblock pass).Gravatar xleroy2014-08-21
* Follow-up to commit 2613Gravatar xleroy2014-08-20
* Add builtins for load with reservation and conditional store.Gravatar xleroy2014-08-20
* Wrong types for strex builtins.Gravatar xleroy2014-08-20
* Better validation of target for ARMGravatar xleroy2014-08-20
* Obvious typos in commit r2609Gravatar xleroy2014-08-20
* Add some more synchronization builtinsGravatar xleroy2014-08-20
* Improve error reporting for unsupported compound literals.Gravatar xleroy2014-08-20
* Excessively strict validation: ofs + sz < modulus should have beenGravatar xleroy2014-08-20
* Rename "-fthumb" option into "-mthumb" for GCC compatibility.Gravatar xleroy2014-08-19
* checklink/Check.ml: missing SDA addressing for store instructions.Gravatar xleroy2014-08-19
* Update dependenciesGravatar xleroy2014-08-19
* powerpc/Asm: simplify the modeling of Csymbol_low and Csymbol_high.Gravatar xleroy2014-08-18
* Improve error detection and error messages for enums.Gravatar xleroy2014-08-17
* Issue with switch labels that are negative 32-bit integers.Gravatar xleroy2014-08-17
* Add some tests for "switch" over 32 and 64-bit integers.Gravatar xleroy2014-08-17
* - Support "switch" statements over 64-bit integersGravatar xleroy2014-08-17
* Nicer reporting of I/O errors (e.g. "No such file").Gravatar xleroy2014-08-13
* Spurious error on a local static function declarationGravatar xleroy2014-08-13
* Update commentGravatar xleroy2014-08-13
* Add Mem.free_parallel_inject and use it to simplify Events a bit.Gravatar xleroy2014-07-31
* configure: distinguish between ABI and processor model.Gravatar xleroy2014-07-29
* All targets: add __builtin_membarGravatar xleroy2014-07-28
* PowerPC port: refactored the expansion of built-in functions andGravatar xleroy2014-07-28
* Updated ChangelogGravatar xleroy2014-07-28
* The NaN behavior of float_of_single differs on PowerPC and on IA32/ARM.Gravatar xleroy2014-07-28
* ARM port: add support for Thumb2. To be tested.Gravatar xleroy2014-07-27