Add a puts optimization that converts puts() to putchar('\n').
[oota-llvm.git] / test / Transforms / SimplifyCFG /
2010-11-11 Dan GohmanFactor out Instruction::isSafeToSpeculativelyExecute...
2010-10-24 Duncan SandsFix PR8445: a block with no predecessors may be the...
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-08-16 Dan GohmanInstead, teach SimplifyCFG to trim non-address-taken...
2010-08-14 Dan GohmanTeach SimplifyCFG how to simplify indirectbr instructions.
2010-06-13 Benjamin KramerTest case for r105914.
2010-05-08 Chris Lattnermake simplifycfg insert an llvm.trap before the 'unreac...
2010-03-31 Gabor Greiftestcase for r99914, provided by baldrick!
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-02-05 Jakob Stoklund OlesenTeach SimplifyCFG about magic pointer constants.
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-30 Chris Lattnerfix two bogus tests that the asmparser now rejects.
2009-12-22 Chris LattnerImplement PR5795 by merging duplicated return blocks...
2009-12-22 Chris Lattnerconvert to filecheck
2009-11-10 Dan GohmanOptimize test more.
2009-11-10 Chris Lattneroptimize test
2009-10-31 Dan GohmanRevert r85667. LoopUnroll currently can't call utility...
2009-10-31 Dan GohmanMerge the enhancements from LoopUnroll's FoldBlockIntoP...
2009-10-30 Dan GohmanAdd a testcase for the recent duplicate PHI elimination...
2009-10-30 Chris Lattnerif basic blocks are destroyed while there are *just...
2009-10-13 Chris Lattnerchange simplifycfg to not duplicate 'unwind' instructio...
2009-10-13 Chris Lattnerconvert to filecheck
2009-10-13 Chris Lattnerrename test
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-11 Chris Lattnerfix a bunch of spurious failures for people whose home...
2009-09-08 Dan GohmanConvert a few more opt | llvm-dis to opt -S.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
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:
next