Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
tools
/
llvm-diff
/
llvm-diff.cpp
b550cb1
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
d233b06
Return a std::unique_ptr from the IRReader.h functions. NFC.
by Rafael Espindola
· 11 years ago
b5e1e6c
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
by Andrew Trick
· 12 years ago
f33d6df
Encapsulate PassManager debug flags to avoid static init and cxa_exit.
by Andrew Trick
· 12 years ago
dc073ad
whitespace
by Andrew Trick
· 12 years ago
e60e57b
Split out the IRReader header and the utility functions it provides into
by Chandler Carruth
· 13 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
628a39f
Remove unused private fields found by clang's new -Wunused-private-field.
by Benjamin Kramer
· 13 years ago
a3a0681
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance
by Chris Lattner
· 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
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