aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update CombineOp for arm and ia32.xleroy2012-07-034-7/+21
* checklink: adaptation to the new floatsvarobert2012-07-033-7/+11
* Process successors in increasing order. Helps preserving the nice CFGxleroy2012-07-011-23/+62
* Factor out the evaluation of the float constant in intuoffloat.xleroy2012-07-012-16/+17
* Recombine x = cmp(...); if (x == 1) ...xleroy2012-07-016-12/+157
* Added option -falign-functionsxleroy2012-07-016-7/+19
* More aggressive 'uncasting' before storing small integersxleroy2012-06-302-104/+145
* checklink: Faster printingvarobert2012-06-292-64/+121
* checklink: Indentationvarobert2012-06-291-17/+17
* checklink: removed garbage codevarobert2012-06-291-1/+1
* Changelog: updatedxleroy2012-06-285-28/+97
* Use Flocq for floatsxleroy2012-06-2854-168/+26114
* 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