Merging r258616:
[oota-llvm.git] / test / Transforms / LoopRotate /
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-10 Alexey BataevDisable loop re-rotation for -Oz (patch by Andrey Turetsky)
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-03-27 Duncan P. N. Exon... DebugInfo: Update testcases with invalid variables
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
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...
2015-02-20 Benjamin KramerLoopRotate: When reconstructing loop simplify form...
2015-01-27 David MajnemerLoopRotate: Don't walk the uses of a Constant
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-10-29 NAKAMURA Takumillvm/test/Transforms/LoopRotate/nosimplifylatch.ll...
2014-10-29 Yi JiangTest Case for r220872:Do not simplifyLatch for loops...
2014-10-29 Yi JiangDo not simplifyLatch for loops where hoisting increment...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-01-29 Chandler Carruth[LPM] Fix PR18643, another scary place where loop trans...
2013-12-02 Alp TokerRename test with misspelt filename
2013-11-23 Manman RenDebug Info: update testing cases to specify the debug...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-29 Manman RenDebug Info: enable verifier for testing cases.
2013-07-27 Manman RenDebug Info Verifier: verify SPs in llvm.dbg.sp.
2013-07-26 Rafael Espindolanext batch of -disable-debug-info-verifier
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-23 Manman RenDebug Info Finder: use processDeclare and processValue...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-05-06 Andrew TrickRotate multi-exit loops even if the latch was simplified.
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-02 Benjamin KramerLoopRotation: Make the brute force DomTree update more...
2012-08-30 Benjamin KramerFix test case.
2012-08-30 Benjamin KramerLoopRotate: Also rotate loops with multiple exits.
2012-07-17 NAKAMURA Takumillvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileChe...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-04-07 Chandler CarruthFix ValueTracking to conclude that debug intrinsics...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-16 Eli Friedmanloop-rotate shouldn't hoist alloca instructions out...
2012-02-14 Andrew TrickAdd simplifyLoopLatch to LoopRotate pass.
2011-06-17 Chris Lattnerremove asmparser support for the old getresult instruct...
2011-06-17 Chris LattnerRemove support for using "foo" as symbols instead of...
2011-04-09 Chris Lattnerfix PR9523, a crash in looprotate on a non-canonical...
2011-02-14 Devang PatelDo not hoist @llvm.dbg.value. Here, @llvm.dbg.value...
2011-01-11 Chris Lattnermerge tests into one crash.ll test.
2011-01-11 Chris Lattnerremove a bogus assertion: the latch block of a loop...
2011-01-08 Chris LattnerWhen loop rotation happens, it is *very* common for...
2011-01-08 Chris LattnerThree major changes:
2011-01-08 Chris LattnerHave loop-rotate simplify instructions (yay instsimplif...
2010-09-06 Chris LattnerTeach loop rotate to hoist trivially invariant instructions
2010-08-17 Dan GohmanWhen rotating loops, put the original header at the...
2010-06-26 Benjamin KramerFix some tests that didn't test anything.
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-21 Chris Lattnerfix PR5837 by having SSAUpdate reuse phi nodes for the
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-10-24 Dan GohmanMake these tests more interesting by using
2009-09-28 Dan GohmanAdd a testcase to help test analysis preservation.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
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-04-23 Owen AndersonTestcase for PR2639.
2009-01-26 Chris LattnerFix PR3408 by making a non-obvious assumption very...
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 Dale JohannesenNew test for bug fixed in 50545.
2008-04-23 Chris Lattnerremove this testcase. It isn't testing loop rotate...
2008-03-25 Tanya LattnerByebye llvm-upgrade!
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-07-11 Devang PatelNew test.
2007-06-29 John CriswellConvert .cvsignore files
2007-04-21 Reid SpencerAdd a .cvsignore file.
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerThe "implementation" keyword is no more!
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-10 Devang PatelAdd test case for PR 1154.
2007-04-09 Devang PatelAdd check for opt crash.
2007-04-09 Devang PatelAdd Loop Rotate test cases.