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
/
Analysis
/
ScalarEvolution
/
max-trip-count.ll
Age
Commit message (
Expand
)
Author
2011-10-03
Reapply r140979 with fix! We never did get a testcase, but careful review of the
Nick Lewycky
2011-10-03
Revert r140979 due to reports of bootstrap failure.
Nick Lewycky
2011-10-03
Add one more case we compute a max trip count.
Nick Lewycky
2011-09-06
Revert r139126 due to selfhost failures reported by buildbots.
Nick Lewycky
2011-09-05
Teach SCEV to report a max backedge count in one interesting case in
Nick Lewycky
2010-08-11
When analyzing loop exit conditions combined with and and or, don't
Dan Gohman
2010-01-26
-disable-output is no longer needed with -analyze.
Dan Gohman
2010-01-09
Use WriteAsOperand instead of getName() to print loop header names,
Dan Gohman
2009-09-11
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
Dan Gohman
2009-09-08
Change these tests to feed the assembly files to opt directly, instead
Dan Gohman
2009-08-19
Loosen up the regex for this test so that it doesn't implicitly
Dan Gohman
2009-05-01
When printing a SCEVUnknown with pointer type, don't print an
Dan Gohman
2009-04-30
Extend ScalarEvolution's getBackedgeTakenCount to be able to
Dan Gohman