summaryrefslogtreecommitdiff
path: root/tools/llvm-diff
AgeCommit message (Expand)AuthorFilesLines
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-2/+2
2010-09-13Use ParseIRFile to auto-detect LLVM Assembly automatically.Dan Gohman1-26/+7
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-2/+2
2010-09-05cleanups: mark stuff static, only tagdecls should be in anon namespaces.Chris Lattner1-20/+22
2010-09-03Quiesce warning about non-virtual d'tor in virtual class.Bill Wendling1-2/+2
2010-08-27Fix the msvs 2010 build.Michael J. Spencer1-2/+8
2010-08-24Check in a couple of changes that I apparently never committed:John McCall2-3/+34
2010-07-29Transcribe IRC to svn. Also don't print basic block names twice if they match.John McCall1-9/+19
2010-07-29Make the header self-contained and follow #include guidelines.John McCall3-43/+52
2010-07-29Switch to using the LLVM CommandLine library so that our helpJohn McCall1-39/+31
2010-07-29Centralize the logic to permanently unify two instructions and make sureJohn McCall1-20/+30
2010-07-29Diagnose non-structural differences in the case where blocks wereJohn McCall1-5/+16
2010-07-29When unifying instructions during a block diff, actually complain aboutJohn McCall1-1/+1
2010-07-29Somehow I was getting reasonable results for the test cases I was interestedJohn McCall1-14/+38
2010-07-29Cache the result of errs() and implement formatted logging.John McCall2-37/+58
2010-07-29Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall5-0/+1095