s/BasicBlockPassManager/BBPassManager/g
[oota-llvm.git] / test / Transforms /
2006-12-19 Reid SpencerBack out last revision, a bit premature, its not an...
2006-12-19 Reid SpencerFor PR950:
2006-12-16 Chris LattnerFix borken testcase
2006-12-16 Chris Lattnerfix buggy testcase
2006-12-15 Chris Lattnerreenable these
2006-12-13 John CriswellRemove DSA tests.
2006-12-13 John CriswellRemove DSA tests.
2006-12-13 Chris Lattnerxfail these until I recommit the scalarrepl patch
2006-12-12 Chris Lattnernew testcase for pr1045
2006-12-11 Chris Lattnerconstant folding of bitcast is broken.
2006-12-11 Chris Lattnernew testcase
2006-12-11 Chris Lattnertestcase for a regression introduced by the recent...
2006-12-10 Chris Lattnernew testcase
2006-12-09 Reid SpencerToo soon to commit, revert.
2006-12-09 Reid SpencerNew test cases for regressions in the SetCC -> ICmp...
2006-12-08 Reid SpencerThis test needs to be upgraded.
2006-12-08 Reid SpencerFor PR950:
2006-12-07 Reid SpencerManually convert this to new assembly.
2006-12-05 Chris LattnerInstcombine shouldn't fold these casts.
2006-12-05 Chris Lattnernew testcase
2006-12-04 Devang PatelSCCP does not handle Packed Type properly. Disable...
2006-12-04 Jim LaskeyPurpose of test is lost in upgrade.
2006-12-04 Jim LaskeyRemove debug info.
2006-12-03 Reid SpencerUpgrade to version 7 bytecode format.
2006-12-02 Reid SpencerUpgrade intrinsic function calls manually.
2006-12-02 Reid SpencerPrevent a GEP from getting upgraded to avoid resulting...
2006-12-02 Reid SpencerUpdate this test to use llvm-update.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-12-02 Chris Lattnernew testcase
2006-12-01 Chris Lattnerfix incorrectly translated testcase
2006-12-01 Chris Lattnertest1 is miscompiled
2006-12-01 Chris Lattnernew 'cast' miscompilation, reduced from perlbmk by...
2006-12-01 Chris Lattnernew testcase
2006-12-01 Reid SpencerThe InstCombine hack has been removed, no need to XFAIL...
2006-11-29 Chris Lattnernew bswap idiom
2006-11-29 Chris Lattnernew testcase
2006-11-29 Chris Lattnernew testcase
2006-11-29 Chris Lattnernew testcase, bswaps should be eliminated.
2006-11-28 Reid SpencerFix a typo.
2006-11-27 Chris Lattnerthis doesn't pass with CVS HEAD.
2006-11-27 Chris Lattnertestcase for PR1014
2006-11-27 Reid SpencerAdd a test to ensure a bitcast/and/trunc combination...
2006-11-27 Reid SpencerFor PR950:
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-11-22 Nick LewyckyUpdate to new predicate simplifier VRP design. Fixes...
2006-11-20 Chris Lattnernew testcase
2006-11-18 Chris Lattnerconverting massive blocks of phis into selects like...
2006-11-17 Chris LattnerNew testcase.
2006-11-14 Chris Lattnernew testcase
2006-11-14 Chris Lattnernew testcase
2006-11-13 Reid SpencerFor PR950:
2006-11-13 Reid SpencerDon't hard code test names into the test.
2006-11-13 Reid SpencerFix 80 cols violations.
2006-11-13 Reid SpencerFor PR950:
2006-11-13 Reid SpencerFor PR950:
2006-11-10 Chris LattnerThis testcase is miscompiled by instcombine, reduced...
2006-11-09 Chris Lattnernew testcases for PR992/993
2006-11-09 Chris Lattnernew testcases
2006-11-08 Reid SpencerFor PR950:
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-07 Andrew LenharthGot a little ahead of myself here
2006-11-03 Andrew Lenharthadd a regression for memmove
2006-11-01 Devang PatelTestcase from llvm.org/bugs/show_bug.cgi?id=979
2006-11-01 Chris Lattnerextra pass is required now
2006-11-01 Chris Lattnernew testcase that crashes global opt, reduced from...
2006-11-01 Chris Lattnerremove a testcase for a marginal feature
2006-10-31 Chris Lattneranother testcase for PR977
2006-10-31 Chris Lattnertestcase for PR977
2006-10-29 Chris Lattnernew testcase
2006-10-28 Nick LewyckyEmitting raw bytecode is awfully rude. Add -disable...
2006-10-27 Reid SpencerImprove cvs ignoring of test results.
2006-10-26 Chris Lattnernew testcase, should not reassoc fp vector
2006-10-26 Reid SpencerFor PR950:
2006-10-26 Nick LewyckyHandling of setlt/le/gt/ge is broken at the moment...
2006-10-26 Nick LewyckyThis testcase was logically wrong! Fixing, and includin...
2006-10-24 Chris LattnerNew testcase that crashes scalarrepl
2006-10-23 Chris Lattnernew testcase
2006-10-22 Nick LewyckyHandle "if ((x|y) != 0)" for ints like we do for bools...
2006-10-22 Nick LewyckyAllocaInst can't return a null pointer. Fixes missed...
2006-10-20 Devang PatelTest case for
2006-10-20 Chris Lattnernew testcase for PR957
2006-10-19 Devang PatelIt is OK to remove extra cast if operation is EQ/NE...
2006-10-19 Devang PatelFix bug in PR454 resolution. Added new test case.
2006-10-08 Chris Lattnernew testcase for PR892
2006-10-08 Chris Lattnernew testcase for SROA for stuff like "union { int*...
2006-10-05 Chris Lattnernew testcase
2006-10-03 Nick LewyckyMove break-crit-edges before the predicate simplifier...
2006-10-01 Chris Lattnernew testcase, malloc should be promoted to [2 x double].
2006-09-21 Chris Lattnernew testcase
2006-09-20 Nick LewyckyOnce we're down to "setcc type constant1, constant2...
2006-09-20 Nick LewyckyUse a total ordering to compare instructions.
2006-09-19 Andrew LenharthInspired by the linux kernel, the more we keep adds...
2006-09-19 Chris Lattnernumber test right
2006-09-19 Chris Lattnermake this harder
2006-09-19 Chris Lattnernew testcases
2006-09-19 Nick LewyckyEnable dejagnu tests for predicate simplifier.
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris Lattnernew testcase
2006-09-18 Chris LattnerNew testcase, can be an srl instead of sra
2006-09-16 Chris LattnerTestcase for PR913
next