Merging r258616:
[oota-llvm.git] / test / Transforms / LoopUnswitch /
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-10-09 Owen AndersonTeach LoopUnswitch not to perform non-trivial unswitchi...
2015-09-29 Chen Li[LoopUnswitch] Add block frequency analysis to recogniz...
2015-09-23 Philip ReamesRemove handling of AddrSpaceCast in stripAndAccumulateI...
2015-08-05 Chen Li[LoopUnswitch] Preserve make.implicit metadata for...
2015-07-25 Chen Li[LoopUnswitch] Improve loop unswitch pass to find trivi...
2015-07-22 Chen Li[LoopUnswitch] Code refactoring to separate trivial...
2015-06-23 Weiming ZhaoFix PR13851: Preserve metadata for the unswitched branch
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-09-26 Benjamin KramerFix tests that didn't test anything.
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-05-20 Peter CollingbourneDo not pass an invalid domtree to SimplifyInstruction...
2012-04-30 Bill WendlingSecond attempt at PR12573:
2012-04-10 Andrew TrickFix 12513: Loop unrolling breaks with indirect branches.
2012-04-02 Stepan DyatkovskiyFast fix for PR12343:
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-11 Stepan DyatkovskiyImproved compile time:
2011-12-22 Chad RosierReinstate r146578; it doesn't appear to be the cause...
2011-12-22 Chad RosierSpeculatively revert r146578 to determine if it is...
2011-12-14 Stepan DyatkovskiyFix for bug #11429: Wrong behaviour for switches. Small...
2011-09-27 Bill WendlingSplit the landing pad basic block with the correct...
2011-06-03 Nick LewyckyBail on unswitching a switch statement for a case with...
2010-11-18 Duncan SandsFactor code for testing whether replacing one value...
2010-09-01 Dan GohmanFix loop unswitching's assumption that a code path...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-04-20 Chris LattnerRewriteLoopBodyWithConditionConstant can end up rewriti...
2010-02-02 Chris Lattnerfix a crash in loop unswitch on a loop invariant vector...
2010-02-02 Chris Lattnerremove an unreduced testcase, rename another.
2009-11-25 Edward O'CallaghanReverting patch in revision 89758, initial attempt...
2009-11-24 Edward O'CallaghanFix for PR5373, Credit to Jakub Staszak.
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanFix SplitCriticalEdge to properly update LCSSA form...
2009-09-08 Dan GohmanTrim unnecessary declarations.
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-08 Dan GohmanRe-apply r80926, with fixes: keep the domtree informed...
2009-09-06 Evan ChengRevert r80926. It causes loop unswitch assertion and...
2008-12-08 Devang PatelActually test something. Use PR3170 test case.
2008-12-08 Devang PatelUndo previous patch.
2008-11-03 Devang PatelIgnore conditions that are outside the loop.
2008-06-18 Devang PatelPreserve dominance frontier while trivially unswitching...
2008-06-02 Devang PatelUpdate dom tree. Fix PR 2372.
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-03-19 Tanya LattnerUpgrade tests.
2007-10-05 Devang PatelFix bug in updating dominance frontier after loop
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-02 Devang PatelUpdate dominator info for the middle blocks created...
2007-08-01 Devang PatelUpdate dominator info for the middle blocks created...
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-07-18 Devang PatelNew test.
2007-06-29 John CriswellConvert .cvsignore files
2007-05-11 Devang PatelDrop ModuleID from comment.
2007-05-09 Devang PatelNew test.
2007-05-09 Devang PatelNew test.
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-06-27 Owen AndersonTestcase that Nate found where LoopUnswitch chokes...
2006-06-14 Chris Lattnernew testcase, distilled from povray
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-22 Chris Lattnernew testcase distilled from SPASS
2006-02-14 Chris Lattnernew testcase that broke unswitch due to loopsimplify...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-04-19 Chris LattnerNew testcase