Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f913fd6eb0c228041b77a645d76993760d3b1421
/
llvm
/
tools
/
llvm-diff
/
DiffConsumer.cpp
ef59875
Fix some include order and file headers issues. NFC
by Fangrui Song
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
62602a4
Remove redundant includes from tools.
by Michael Zolotukhin
· 8 years ago
8c209aa
Cleanup dump() functions.
by Matthias Braun
· 9 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
4d88a1c
Sort the #include lines for tools/...
by Chandler Carruth
· 13 years ago
35521e2
Fix a typo (the the => the)
by Sylvestre Ledru
· 13 years ago
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
a6db70b
Use isa<> instead of dyn_cast<> as suggested by Nick.
by John McCall
· 14 years ago
5ded03d
Fix the printing of constants. Patch by Stepan Dyatkovskiy!
by John McCall
· 14 years ago
4b6ae93
This patch is a big refactoring of llvm-diff. It doesn't add new features, but it re-organizes the old features, so I can insert the MetadataEngine to use the same infrastructure.
by Renato Golin
· 15 years ago