Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / CorrelatedValuePropagation /
2010-10-29 Owen AndersonUpdate testcase since we're no longer doing the constan...
2010-09-16 Owen AndersonAdd missing RUN line to this test.
2010-09-16 Owen AndersonIt is possible, under specific circumstances involving...
2010-09-16 Owen AndersonFix PR8161, in which an unreachable loop causes recursi...
2010-09-03 Owen AndersonPropagate non-local comparisons. Fixes PR1757.
2010-09-03 Owen AndersonAdd support for simplifying a load from a computed...
2010-09-03 Owen AndersonAdd PR number to test.
2010-09-02 Owen AndersonFix typo. I accidentally edited the wrong file before...
2010-09-02 Owen AndersonFix a bug in LazyValueInfo that CorrelatedValuePropagat...
2010-08-31 Owen AndersonRename test directory to reflect new pass name.