Refactor some code.
[oota-llvm.git] / test / Transforms / InstCombine /
2007-11-08 Andrew LenharthBetter check
2007-11-08 Andrew LenharthFix PR1780
2007-11-06 Chris LattnerImplement PR1777 by detecting dependent phis that
2007-11-05 Dan GohmanFix an abort in instcombine when folding creates a...
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-StringCrash.ll by removing...
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-RangeCrash.ll
2007-10-30 Dan GohmanAdd support for folding binary operators with vector...
2007-10-29 Chris Lattnerupdate testcase
2007-10-29 Chris LattnerModel stacksave and stackrestore as both writing memory...
2007-10-29 Chris LattnerFix PR1749 and InstCombine/2007-10-28-EmptyField.ll...
2007-10-24 Chris LattnerImplement a couple of foldings for ordered and unordere...
2007-10-19 Devang PatelThis test now passes.
2007-10-18 Devang PatelXFAIL for now.
2007-10-17 Devang PatelApply "Instead of loading small c string constant,...
2007-10-12 Chris LattnerFix a bug in my patch last night that broke InstCombine...
2007-10-12 Chris Lattnertestcase for PR1728
2007-10-11 Devang PatelLower memcpy if it makes sense.
2007-09-20 Duncan SandsTestcase for PR1678.
2007-09-17 Dan GohmanInstcombine x-((x/y)*y) into a remainder operator.
2007-09-11 Duncan SandsTest that a call to a trampoline is turned into a call to
2007-09-10 Chris LattnerFix a buggy constant folding transformation when handli...
2007-09-07 Chris LattnerDon't zap back to back volatile load/stores
2007-09-06 Nick LewyckyWhen the two operands of an icmp are equal, there are...
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-12 Chris Lattneroops, forgot to commit this.
2007-08-11 Chris LattnerTransform a load from an undef/zero global into an...
2007-08-09 Chris Lattnerwhen we see a unaligned load from an insufficiently...
2007-08-06 Nick LewyckyIt's safe to fold not of fcmp.
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-02 Chris LattnerI don't have time to restore this functionality right...
2007-08-02 Chris LattnerReduced testcase for PR1594
2007-08-02 Chris LattnerEnhance instcombine to be more aggressive about folding...
2007-07-31 Lauro Ramos VenancioFix a bug in GetKnownAlignment of packed structs.
2007-07-21 Chris LattnerThis xform isn't safe, removing it.
2007-07-20 Dan GohmanOptimize alignment of loads and stores.
2007-07-16 Chris Lattnerrename function to avoid llvm-upgrade warning
2007-07-15 Chris LattnerImplement shift-simplify.ll:test[45].
2007-07-15 Chris LattnerImplement shift-simplify.ll:test3, turning:
2007-06-29 John CriswellConvert .cvsignore files
2007-06-21 Chris Lattnernew testcase miscompiled by instcombine, reduced from...
2007-06-15 Chris Lattneradd vector versions of this test
2007-06-15 Chris Lattnertestcase for PR1510
2007-06-06 Lauro Ramos VenancioAdd a test for PR1499.
2007-05-19 Chris Lattnernew testcase
2007-05-15 Chris LattnerNew testcase that crashes instcombine
2007-05-11 Chris Lattnernew testcase that crashes instcombine
2007-05-05 Chris Lattnerremove an old xfailed test
2007-05-05 Chris Lattnerun-xfail this.
2007-05-05 Chris Lattnernew testacse for PR1384
2007-04-28 Chris Lattnernew testcase
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFix this test in a slightly more obvious way.
2007-04-15 Zhou ShengThis test case is incorrect. Remove it.
2007-04-15 Reid SpencerKeep lines a reasonable length.
2007-04-15 Jeff CohenPatch supplied by gabor.
2007-04-15 Chris Lattnernew testcase
2007-04-14 Owen AndersonXFAIL this for now.
2007-04-14 Chris Lattnernew testcase
2007-04-14 Reid SpencerChanges to fix problems with "make check". Apparently...
2007-04-14 Chris Lattnermanually upgrade test. Add a new test2. I have no...
2007-04-14 Reid SpencerThis test should have been updated with llvm 1.7!
2007-04-14 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerThis test needs to use egrep.
2007-04-14 Reid SpencerFix a test test llvm.exp found.
2007-04-14 Reid Spencerbool -> i1 (found by llvm.exp)
2007-04-14 Reid SpencerFix a syntax error that llvm.exp found.
2007-04-14 Reid SpencerFix an "already-upgraded" test that llvm.exp found.
2007-04-14 Chris Lattnertestcase for PR1201
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-11 Chris Lattneradjust test
2007-04-11 Chris Lattnersext of compares.
2007-04-11 Chris Lattnernew testcase
2007-04-09 Chris Lattnernew testcase
2007-04-09 Chris Lattnernew testcase for PR1304
2007-04-09 Chris Lattnernew testcase for PR1286
2007-04-08 Chris Lattnerthis xform is correct, not an xfail
2007-04-08 Chris Lattnertweak this to test the right thing.
2007-04-08 Chris Lattnernew testcase, should simplify down to a xor/and/xor...
2007-04-06 Chris Lattnernew testcase, update old one.
2007-04-04 Jeff CohenAny add is wrong, regardless of type.
2007-04-04 Jeff CohenGet it right...
2007-04-04 Dale JohannesenTest for transformConstExprCastCall fix.
2007-04-04 Jeff CohenAdd new test.
2007-04-03 Chris Lattnernew testcase for PR1253
2007-04-02 Chris Lattnerfix this testcase so it passes
2007-04-02 Chris Lattnercreative way to add one.
2007-04-02 Reid SpencerFix illegal assembly syntax.
2007-04-02 Reid SpencerAdd a test case to make sure that constant folding...
2007-04-02 Reid SpencerRevert the name changes for llvm.bswap to allow (and...
2007-04-01 Reid SpencerFor PR1297:
2007-04-01 Chris LattnerNew testcase
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-03-28 Chris Lattnerdon't use 'not' when we can use a positive test
2007-03-28 Reid Spencernew test case for PR1280
2007-03-28 Reid SpencerFor PR1280:
2007-03-26 Reid SpencerAnother test case for PR1271 where bad shift masks...
2007-03-26 Reid SpencerFix this test case to match output after a bug was...
2007-03-26 Duncan SandsFix testsuite hang.
next