aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hack with nxorxleroy2012-05-183-0/+10
* Use freg <-> 2 ireg move instructions to fix up calling conventionsxleroy2012-05-181-4/+2
* cchecklink now reads segments instead of sectionsvarobert2012-05-108-285/+354
* Fixed float comparison in checklinkvarobert2012-05-021-2/+5
* Added small data area support to checklinkvarobert2012-04-203-58/+201
* New section mapping checks and symbol data lookupvarobert2012-04-134-57/+118
* Added long versions of Pbf and Pbtvarobert2012-04-121-42/+80
* Added Pallocframe second formvarobert2012-04-121-3/+13
* Faster ndxes_of_sym_namevarobert2012-04-125-26/+51
* Configuration, build and install for cchecklink. Clean-ups in myocamlbuild.ml.xleroy2012-04-043-4/+27
* Tracing each data chunk in debug modevarobert2012-04-042-0/+16
* Added safety to potentially overflowing arithmeticsvarobert2012-04-0410-151/+206
* Manual argument passing to checklink's makevarobert2012-04-041-1/+1
* Catch Integer_overflow during fuzz testingvarobert2012-04-041-0/+3
* Better error messages for data symbolsvarobert2012-04-042-10/+7
* Better fuzzing optionsvarobert2012-04-044-55/+81
* New Makefile for testing checklinkvarobert2012-04-041-0/+52
* Adjustments to cchecklink's options and verbosityvarobert2012-04-045-108/+217
* Cleaning up checklinkvarobert2012-04-043-44/+2
* Finer-grained exception catching during fuzzingvarobert2012-04-041-59/+57
* Support for fcmpzd instruction (float compare with +0.0)xleroy2012-03-298-6/+74
* A file with the version numberxleroy2012-03-281-0/+1
* checklink: first import of Valentin Robert's validator for asm and linkxleroy2012-03-2841-79/+5565
* make clean must erase tools/ndfunxleroy2012-03-131-0/+1
* 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