suck a bunch more gep tests into getelementptr.ll and filecheckize them all.
[oota-llvm.git] / test / Transforms / SimplifyCFG /
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-16 Eli FriedmanFix for PR3016: detect the tricky case, where there are
2009-07-14 Dale JohannesenRevert 75571; I'm convinced this isn't the right thing...
2009-07-14 Dale JohannesenDon't delete asm's just because their inputs are undefined;
2009-06-15 Dale JohannesenFix the crash in this test. This is basically the...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-13 Dale JohannesenTestcase for 71688.
2009-03-06 Devang PatelWhile hoisting instruction to speculatively execute...
2009-02-26 Zhou ShengIgnore dbg info intrinsics when folding conditional...
2009-02-25 Zhou ShengDon't block basic block with only SwitchInst to fold...
2009-02-24 Devang PatelWhile folding unconditional return move DbgRegionEndIns...
2009-02-11 Devang PatelIf llvm.dbg.region.end is disappearing then remove...
2009-02-10 Devang PatelIgnore dbg intrinsic while folding unconditional branch.
2009-02-05 Devang PatelIgnore dbg intrinsics while folding switch instruction.
2009-02-04 Devang PatelIgnore dbg intrinsics.
2009-02-04 Devang PatelWhile folding vallue comparison terminators ignore...
2009-02-04 Devang PatelIgnore dbg intrinsics while hoisting common code in...
2009-02-03 Devang PatelDo not let dbg intrinsic block folding of two entry...
2009-01-22 Chris Lattnerfix a testcase.
2009-01-20 Bill WendlingTemporarily XFAIL until this can be looked at. r62557...
2009-01-20 Chris Lattneranother fix for PR3354
2009-01-19 Chris LattnerFix a problem exposed by PR3354: simplifycfg was making...
2009-01-19 Chris Lattnerconvert this to an unfoldable potentially trapping...
2009-01-19 Bill WendlingTemporarily revert r62487. It's causing this error...
2009-01-19 Chris LattnerFix PR3016, a bug which can occur do to an invalid...
2008-12-16 Eli FriedmanAdd a helper to remove a branch and DCE the condition...
2008-12-07 Chris Lattnerfix a bug I introduced in simplifycfg handling single...
2008-10-29 Chris LattnerFix PR2967 by not deleting volatile load/stores that...
2008-10-03 Devang PatelNick Lewycky's patch.
2008-09-17 Devang PatelDo not hoist instruction above branch condition. The...
2008-09-09 Devang PatelFix simplifycfg crash in handing block merge.
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
2008-07-13 Chris LattnerFix mishandling of the infinite loop case when merging...
2008-06-07 Evan ChengSpeculatively execute a block when the the block is...
2008-06-07 Evan ChengFix run line.
2008-05-23 Matthijs KooijmanRestucture a part of the SimplifyCFG pass and include...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
2008-04-28 Chris LattnerFix PR2256, yet another miscompilation in simplifycfg...
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-24 Chris LattnerSplit some code out of the main SimplifyCFG loop into...
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-11 Dan GohmanCheck to see if a two-entry PHI block can be simplified
2008-03-11 Dan GohmanMake this test more challenging to help it avoid being
2008-03-11 Dan GohmanUpgrade this test.
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-09 Nick LewyckyFirstly, having a BranchInst isn't exclusive with havin...
2008-03-09 Nick LewyckyA BB that unwind_to an "unwind" inst is that same as...
2008-03-09 Nick LewyckyUpdate the inliner and simplifycfg to handle unwind_to.
2008-01-03 Chris Lattnerdon't hoist FP additions into unconditional adds +...
2007-12-28 Devang PatelTest -simplifycfg only.
2007-12-22 Devang PatelIf succ has succ itself as one of the predecessors...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-22 Duncan SandsTurn invokes of nounwind functions into ordinary calls.
2007-11-14 Chris LattnerImplement PR1796 and Transforms/SimplifyCFG/noreturn...
2007-11-13 Chris LattnerImplement PR1786 by iterating between dead cycle elimin...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-22 Reid SpencerFor PR1146:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-01-13 Reid SpencerCan't grep for bool any more.
2007-01-04 Reid SpencerRemove a manual renaming of a variable that was introdu...
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-23 Reid SpencerFor PR950:
2006-12-16 Chris Lattnerfix buggy testcase
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-11-18 Chris Lattnerconverting massive blocks of phis into selects like...
2006-10-29 Chris Lattnernew testcase
2006-10-20 Chris Lattnernew testcase for PR957
2006-08-03 Chris Lattnernew testcase for pr867
2006-06-12 Chris LattnerTEstcase that makes simplifycfg infloop.
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-02-18 Chris Lattnernew testcase that crashes simplifycfg
2005-12-03 Chris Lattnerexpand testcase, which has been in my tree for a while now
2005-12-03 Chris Lattnernew testcase, miscompiled by simplifycfg. This has...
2005-10-03 Chris Lattnernew testcase for PR635
2005-09-23 Chris Lattnernew testcase
2005-09-20 Chris Lattnermake this test harder: add a case where instructions...
2005-09-20 Chris Lattnernew testcase
2005-09-19 Chris Lattnernew testcase.
2005-08-03 Chris LattnerTestcase that used to crash simplifycfg
2005-08-03 Chris Lattnerun-xfail this
2005-08-03 Chris LattnerThis fails for now
2005-08-02 Chris LattnerNew testcase that caused simplifycfg to crash
2005-06-17 Chris Lattnernew testcase for PR584
2005-05-20 Chris LattnerNew testcase that crashes simplifycfg, identified accid...
2005-05-09 Chris Lattnertestcase I've had in my tree
2005-02-24 Chris Lattnernew testcase for a simple optimization that simplifycfg...
2005-02-24 Chris Lattneradd another testcase to make sure it gets turned into...
2005-01-01 Chris LattnerAdd new test to make sure simplifycfg doesn't leave...
next