Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
58d054783d0c6a0c313da91b91f8ba7c8137cefe
/
test
/
Transforms
/
PredicateSimplifier
d463e07
fix incorrectly upgraded test
by Chris Lattner
· 18 years ago
eb1d74e
For PR1319:
by Reid Spencer
· 18 years ago
9aafdcf
For PR1319:
by Reid Spencer
· 18 years ago
0f5aed5
Make the llvm-runtest function much more amenable by eliminating all the
by Reid Spencer
· 18 years ago
1eda0f6
Propagate ValueRanges across equality.
by Nick Lewycky
· 18 years ago
419c6f5
New predicate simplifier!
by Nick Lewycky
· 18 years ago
eacb702
For PR950:
by Reid Spencer
· 18 years ago
69ccadd
Use the llvm-upgrade program to upgrade llvm assembly.
by Reid Spencer
· 18 years ago
565706b
Update to new predicate simplifier VRP design. Fixes PR966 and PR967.
by Nick Lewycky
· 18 years ago
7a2ed81
Emitting raw bytecode is awfully rude. Add -disable-output. Clarify the test.
by Nick Lewycky
· 18 years ago
f5d9134
Improve cvs ignoring of test results.
by Reid Spencer
· 18 years ago
30b3b1c
Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes
by Nick Lewycky
· 18 years ago
aa596f3
This testcase was logically wrong! Fixing, and including the test for the
by Nick Lewycky
· 18 years ago
5062250
Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed
by Nick Lewycky
· 18 years ago
802fe27
AllocaInst can't return a null pointer. Fixes missed optimization
by Nick Lewycky
· 18 years ago
5c8c5d9
Move break-crit-edges before the predicate simplifier. Allows us to
by Nick Lewycky
· 18 years ago
af2f1fe
Once we're down to "setcc type constant1, constant2", at least come up
by Nick Lewycky
· 18 years ago
406fc0c
Use a total ordering to compare instructions. Fixes infinite loop in resolve().
by Nick Lewycky
· 18 years ago
b46de1b
Enable dejagnu tests for predicate simplifier.
by Nick Lewycky
· 18 years ago
dc08cd5
Replace EquivalenceClasses with a custom-built data structure. Many common
by Nick Lewycky
· 18 years ago
a3a68bd
Improve handling of SelectInst.
by Nick Lewycky
· 18 years ago
838f36f
This program crashes the PredicateSimplifier. Not marked XFAIL because
by Nick Lewycky
· 18 years ago
05450ae
Add PredicateSimplifier pass. Collapses equal variables into one form
by Nick Lewycky
· 18 years ago