aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make min_int / -1 and min_int % -1 semantically undefinedxleroy2012-06-0916-44/+81
* More properties on mul/div/modxleroy2012-06-091-0/+39
* checklink: improved user-friendlinessvarobert2012-06-045-161/+184
* checklink: improved error messagesvarobert2012-06-012-16/+48
* checklink: new disassembler, error severity, ...varobert2012-06-015-1054/+1085
* checklink: better error messagesvarobert2012-05-311-9/+10
* checklink: fixed FSQRTEx parsingvarobert2012-05-311-1/+1
* Better error reports for checklinkvarobert2012-05-302-77/+98
* Removed Oandimm, etc, cases, because of 2-address constraints...xleroy2012-05-292-24/+0
* Memdata: cleanup continuedxleroy2012-05-262-178/+131
* CSE: add recognition of some combined operators, conditions, and addressing m...xleroy2012-05-2628-471/+1172
* cchecklink continues when sections overlapvarobert2012-05-243-62/+77
* More efficient implementation of reg_valnumxleroy2012-05-222-90/+168
* Merge of the newmem branch:xleroy2012-05-2149-1945/+5923
* 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