summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Update CombineOp for arm and ia32.Gravatar xleroy2012-07-03
* checklink: adaptation to the new floatsGravatar varobert2012-07-03
* Process successors in increasing order. Helps preserving the nice CFGGravatar xleroy2012-07-01
* Factor out the evaluation of the float constant in intuoffloat.Gravatar xleroy2012-07-01
* Recombine x = cmp(...); if (x == 1) ...Gravatar xleroy2012-07-01
* Added option -falign-functionsGravatar xleroy2012-07-01
* More aggressive 'uncasting' before storing small integersGravatar xleroy2012-06-30
* checklink: Faster printingGravatar varobert2012-06-29
* checklink: IndentationGravatar varobert2012-06-29
* checklink: removed garbage codeGravatar varobert2012-06-29
* Changelog: updatedGravatar xleroy2012-06-28
* Use Flocq for floatsGravatar xleroy2012-06-28
* Make min_int / -1 and min_int % -1 semantically undefinedGravatar xleroy2012-06-09
* More properties on mul/div/modGravatar xleroy2012-06-09
* checklink: improved user-friendlinessGravatar varobert2012-06-04
* checklink: improved error messagesGravatar varobert2012-06-01
* checklink: new disassembler, error severity, ...Gravatar varobert2012-06-01
* checklink: better error messagesGravatar varobert2012-05-31
* checklink: fixed FSQRTEx parsingGravatar varobert2012-05-31
* Better error reports for checklinkGravatar varobert2012-05-30
* Removed Oandimm, etc, cases, because of 2-address constraints...Gravatar xleroy2012-05-29
* Memdata: cleanup continuedGravatar xleroy2012-05-26
* CSE: add recognition of some combined operators, conditions, and addressing m...Gravatar xleroy2012-05-26
* cchecklink continues when sections overlapGravatar varobert2012-05-24
* More efficient implementation of reg_valnumGravatar xleroy2012-05-22
* Merge of the newmem branch:Gravatar xleroy2012-05-21
* Hack with nxorGravatar xleroy2012-05-18
* Use freg <-> 2 ireg move instructions to fix up calling conventionsGravatar xleroy2012-05-18
* cchecklink now reads segments instead of sectionsGravatar varobert2012-05-10
* Fixed float comparison in checklinkGravatar varobert2012-05-02
* Added small data area support to checklinkGravatar varobert2012-04-20
* New section mapping checks and symbol data lookupGravatar varobert2012-04-13
* Added long versions of Pbf and PbtGravatar varobert2012-04-12
* Added Pallocframe second formGravatar varobert2012-04-12
* Faster ndxes_of_sym_nameGravatar varobert2012-04-12
* Configuration, build and install for cchecklink. Clean-ups in myocamlbuild.ml.Gravatar xleroy2012-04-04
* Tracing each data chunk in debug modeGravatar varobert2012-04-04
* Added safety to potentially overflowing arithmeticsGravatar varobert2012-04-04
* Manual argument passing to checklink's makeGravatar varobert2012-04-04
* Catch Integer_overflow during fuzz testingGravatar varobert2012-04-04
* Better error messages for data symbolsGravatar varobert2012-04-04
* Better fuzzing optionsGravatar varobert2012-04-04
* New Makefile for testing checklinkGravatar varobert2012-04-04
* Adjustments to cchecklink's options and verbosityGravatar varobert2012-04-04
* Cleaning up checklinkGravatar varobert2012-04-04
* Finer-grained exception catching during fuzzingGravatar varobert2012-04-04
* Support for fcmpzd instruction (float compare with +0.0)Gravatar xleroy2012-03-29
* A file with the version numberGravatar xleroy2012-03-28
* checklink: first import of Valentin Robert's validator for asm and linkGravatar xleroy2012-03-28
* make clean must erase tools/ndfunGravatar xleroy2012-03-13