Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c23b933d5f8be9b51a1d22e717c0311f65f87dcd
/
tools
/
llvm-diff
/
DifferenceEngine.cpp
0aa32d5
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping.
by Stepan Dyatkovskiy
· 13 years ago
f4c261b
Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new SwitchInst methods.
by Stepan Dyatkovskiy
· 13 years ago
3d3abe0
llvm::SwitchInst
by Stepan Dyatkovskiy
· 13 years ago
c10fa6c
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
by Stepan Dyatkovskiy
· 13 years ago
2447312
SwitchInst refactoring.
by Stepan Dyatkovskiy
· 14 years ago
2d24e2a
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
bd3c5ec
Fix the printing of constants. Patch by Stepan Dyatkovskiy!
by John McCall
· 14 years ago
1f6a329
Silence a bunch (but not all) "variable written but not read" warnings
by Duncan Sands
· 14 years ago
7a2bdde
Fix a ton of comment typos found by codespell. Patch by
by Chris Lattner
· 14 years ago
562b84b
Don't include Operator.h from InstrTypes.h.
by Jay Foad
· 14 years ago
7d4fc4f
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
· 14 years ago
b82b433
Check in a couple of changes that I apparently never committed:
by John McCall
· 15 years ago
73b21b7
Make the header self-contained and follow #include guidelines.
by John McCall
· 15 years ago
82bd5ea
Centralize the logic to permanently unify two instructions and make sure
by John McCall
· 15 years ago
e292143
Diagnose non-structural differences in the case where blocks were
by John McCall
· 15 years ago
02e116c
When unifying instructions during a block diff, actually complain about
by John McCall
· 15 years ago
dfb44ac
Somehow I was getting reasonable results for the test cases I was interested
by John McCall
· 15 years ago
62dc1f3
Cache the result of errs() and implement formatted logging.
by John McCall
· 15 years ago
3dd706b
Add the llvm-diff tool, which performs a relatively naive structural
by John McCall
· 15 years ago