aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-diff/DiffConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-2/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Use isa<> instead of dyn_cast<> as suggested by Nick.John McCall2011-11-091-1/+1
* Fix the printing of constants. Patch by Stepan Dyatkovskiy!John McCall2011-11-081-0/+4
* This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin2011-03-141-0/+209