index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
IndVarSimplify
Age
Commit message (
Expand
)
Author
2009-05-18
Add nounwind to a few tests.
Dan Gohman
2009-05-12
Factor the code for collecting IV users out of LSR into an IVUsers class,
Dan Gohman
2009-05-12
When forgetting SCEVs for loop PHIs, don't forget SCEVUnknown values.
Dan Gohman
2009-04-28
Make this testcase slightly less trivial, so that it doesn't fail
Dan Gohman
2009-04-27
Fix PR 4086, a bug in FP IV elimination.
Dale Johannesen
2009-04-27
Handle ands with ~0 correctly too. This fixes PR4052.
Dan Gohman
2009-04-25
Handle ands with 0 and shifts by 0 correctly. These aren't
Dan Gohman
2009-04-23
Fix an error in this test.
Dan Gohman
2009-04-23
Change SCEVExpander's expandCodeFor to provide more flexibility
Dan Gohman
2009-04-22
Make sure both operands have binary instructions have the same type.
Evan Cheng
2009-04-22
Avoid deferencing use_begin() if value does not have a use.
Evan Cheng
2009-04-22
SCEVExpander's InsertCastOfTo knows how to move existing cast
Dan Gohman
2009-04-16
Another testcase for IV shortening.
Dale Johannesen
2009-04-15
Enhance induction variable code to remove the
Dale Johannesen
2009-02-23
Back out the change in 64918 that used sign-extensions when promoting
Dan Gohman
2009-02-18
Use a sign-extend instead of a zero-extend when promoting a
Dan Gohman
2009-02-18
Fix a corner case in the new indvars promotion logic: if there
Dan Gohman
2009-02-16
Rename IndVarsSimplify to IndVarSimplify, to be consistent with
Dan Gohman
[prev]