Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f901b719214d0bd4d42d85e9b5bbbc95d1ee3479
/
llvm
/
test
/
Analysis
/
ScalarEvolution
/
SolveQuadraticEquation.ll
fb78083
Stay rational; don't assert trying to take the square root of a negative value.
by Nick Lewycky
· 13 years ago
e0aa54b
This transform only handles two-operand AddRec's. Prevent it from trying to
by Nick Lewycky
· 14 years ago
658bdb5
The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which was
by Nick Lewycky
· 14 years ago
def1949
Remove support for using "foo" as symbols instead of %"foo". This is ancient
by Chris Lattner
· 14 years ago
80386c10
-disable-output is no longer needed with -analyze.
by Dan Gohman
· 16 years ago
1880092
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
by Dan Gohman
· 16 years ago
9737a63
Change these tests to feed the assembly files to opt directly, instead
by Dan Gohman
· 16 years ago
432af7a
Add -disable-output to a bunch of tests that don't care about the output.
by Dan Gohman
· 16 years ago
0bddac1
Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount,
by Dan Gohman
· 17 years ago
a78669c
While testing particular algorithms to compute loop iteration count the brute
by Wojciech Matyjewicz
· 17 years ago
ddb265b
Now that ScalarEvolution::print writes to the correct stream, there is
by Wojciech Matyjewicz
· 18 years ago
6d207a7
Add two test cases to cover apintification change.
by Zhou Sheng
· 19 years ago