Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e2e091bd596cd3b079815dbb82a6919c04f55aa5
/
llvm
/
tools
/
llvm-diff
/
DifferenceEngine.cpp
58107dd
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping.
by Stepan Dyatkovskiy
· 13 years ago
79a0d80
Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new SwitchInst methods.
by Stepan Dyatkovskiy
· 13 years ago
97b02fc
llvm::SwitchInst
by Stepan Dyatkovskiy
· 14 years ago
5b648af
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
by Stepan Dyatkovskiy
· 14 years ago
513aaa5
SwitchInst refactoring.
by Stepan Dyatkovskiy
· 14 years ago
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
5ded03d
Fix the printing of constants. Patch by Stepan Dyatkovskiy!
by John McCall
· 14 years ago
a41634e
Silence a bunch (but not all) "variable written but not read" warnings
by Duncan Sands
· 14 years ago
0ab5e2c
Fix a ton of comment typos found by codespell. Patch by
by Chris Lattner
· 14 years ago
7c14a55
Don't include Operator.h from InstrTypes.h.
by Jay Foad
· 15 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
5ee026c
Check in a couple of changes that I apparently never committed:
by John McCall
· 15 years ago
61483f0
Make the header self-contained and follow #include guidelines.
by John McCall
· 15 years ago
eaeede9
Centralize the logic to permanently unify two instructions and make sure
by John McCall
· 15 years ago
8489de2
Diagnose non-structural differences in the case where blocks were
by John McCall
· 15 years ago
0ed6b13
When unifying instructions during a block diff, actually complain about
by John McCall
· 15 years ago
d293c4e
Somehow I was getting reasonable results for the test cases I was interested
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