summaryrefslogtreecommitdiff
path: root/tools/llvm-diff/DiffConsumer.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-2/+2
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-2/+1
2012-07-23Fix a typo (the the => the)Sylvestre Ledru1-1/+1
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-11-09Use isa<> instead of dyn_cast<> as suggested by Nick.John McCall1-1/+1
2011-11-08Fix the printing of constants. Patch by Stepan Dyatkovskiy!John McCall1-0/+4
2011-03-14This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin1-0/+209