aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-diff/DifferenceEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the printing of constants. Patch by Stepan Dyatkovskiy!John McCall2011-11-081-1/+1
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-2/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin2011-03-141-12/+12
* Check in a couple of changes that I apparently never committed:John McCall2010-08-241-0/+33
* Make the header self-contained and follow #include guidelines.John McCall2010-07-291-19/+17
* Centralize the logic to permanently unify two instructions and make sureJohn McCall2010-07-291-20/+30
* Diagnose non-structural differences in the case where blocks wereJohn McCall2010-07-291-5/+16
* When unifying instructions during a block diff, actually complain aboutJohn McCall2010-07-291-1/+1
* Somehow I was getting reasonable results for the test cases I was interestedJohn McCall2010-07-291-14/+38
* Cache the result of errs() and implement formatted logging.John McCall2010-07-291-8/+8
* Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall2010-07-291-0/+600