aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-diff/DifferenceEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+2
* Remove several unused variables.Rafael Espindola2013-10-011-2/+0
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-4/+4
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-7/+5
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-291-1/+1
* Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new Swi...Stepan Dyatkovskiy2012-05-191-4/+4
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-2/+2
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-5/+9
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-4/+4
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* 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