Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4b6ae939cadbafd4433594433057f80336b1856f
/
llvm
/
tools
/
llvm-diff
/
llvm-diff.cpp
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
80e85e7
Use ParseIRFile to auto-detect LLVM Assembly automatically.
by Dan Gohman
· 15 years ago
accb015
cleanups: mark stuff static, only tagdecls should be in anon namespaces.
by Chris Lattner
· 15 years ago
5ee026c
Check in a couple of changes that I apparently never committed:
by John McCall
· 15 years ago
9ad943e
Transcribe IRC to svn. Also don't print basic block names twice if they match.
by John McCall
· 15 years ago
61483f0
Make the header self-contained and follow #include guidelines.
by John McCall
· 15 years ago
58c5088
Switch to using the LLVM CommandLine library so that our help
by John McCall
· 15 years ago
10c91bf
Cache the result of errs() and implement formatted logging.
by John McCall
· 15 years ago
5e6a16d
Add the llvm-diff tool, which performs a relatively naive structural
by John McCall
· 15 years ago