[SeparateConstOffsetFromGEP] Fixed a bug related to unsigned modulo
[oota-llvm.git] / test / Transforms / DeadArgElim /
2014-10-07 David BlaikieDebugInfo+DeadArgElimination: Ensure llvm::Function...
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-08-26 Reid Klecknermusttail: Don't eliminate varargs packs if there is...
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-02-16 Nico RieckFix broken CHECK lines
2014-02-03 Reid Klecknerinalloca: Don't remove dead arguments in the presence...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-10-09 Shuxin YangFix a bug in Dead Argument Elimination.
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
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-08-06 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-08-02 Eric ChristopherTemporarily revert "Debug Info Finder|Verifier: handle...
2013-08-01 Manman RenDebug Info Finder|Verifier: handle DbgLoc attached...
2013-07-29 Manman RenDebug Info: update testing cases to pass verifier.
2013-07-25 Rafael EspindolaCurrent batch of -disable-debug-info-verifier.
2013-07-24 Rafael Espindolaadd -disable-debug-info-verifier to 3 test to fix tests...
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-07-12 Stephen LinStart using CHECK-LABEL in some tests.
2013-06-30 Stephen LinDeadArgumentElimination: keep return value on functions...
2013-06-13 Derek SchuffFix DeleteDeadVarargs not to crash on functions referen...
2013-06-09 Tim NorthoverMake DeadArgumentElimination more conservative on varia...
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-11 Bill WendlingFileCheck-ize the tests.
2013-02-02 David BlaikieRemove the (apparently) unnecessary debug info metadata...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-10-09 Alexey SamsonovFix PR14016.
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-09-01 Bill WendlingUpdate some tests to the new EH scheme.
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-05-22 Nick LewyckyFix grammar in test.
2011-03-01 Eli FriedmanAdd an obvious missing safety check to DAE::RemoveDeadA...
2011-01-16 Anders CarlssonTeach DAE to look for functions whose arguments are...
2010-04-30 Devang PatelPreserve debug info attached with call instruction...
2010-04-14 Nick LewyckyRevert r101213.
2010-04-14 Nick LewyckyCommit testcase for r101213.
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-01-23 Nick LewyckySpeculatively revert r94322 to see if it fixes darwin...
2010-01-23 Nick LewyckyTeach DAE that even though it can't modify the function...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
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-03-18 Chris Lattneraha, DAE does have to think about PHI nodes. Many...
2009-03-18 Chris LattnerFix PR3807 by inserting 'insertelement' instructions...
2009-03-01 Chris Lattneradjust test to make it more robust
2008-09-29 Devang PatelSupport inreg, zext and sext as return value attributes.
2008-07-16 Matthijs KooijmanUn-XFAIL multdeadretval, since instcombine now properly...
2008-07-15 Matthijs KooijmanXFAIL the multdeadretval test for now, I will be fixing...
2008-07-15 Matthijs KooijmanRemove a few tests which no longer hold for deadargelim...
2008-07-15 Matthijs KooijmanAdd a testcase for the canonicalizations now performed...
2008-07-15 Matthijs KooijmanMake deadargelim a bit less smart, so it doesn't choke...
2008-07-15 Matthijs KooijmanFix typo.
2008-07-10 Matthijs KooijmanRestructure dead argument elimination, try #3 :-)
2008-06-26 Evan ChengXFAIL for now.
2008-06-24 Matthijs KooijmanCommit the new DeadArgElim pass again, this time with...
2008-06-21 Duncan SandsThis file is empty.
2008-06-21 Evan ChengBack out Matthijs' DAE patches. It's miscompiling gcc...
2008-06-20 Matthijs KooijmanAdd testcase that checks that DeadArgElim doesn't touch...
2008-06-20 Matthijs KooijmanRecommit r52459, rewriting of the dead argument elimina...
2008-06-18 Owen AndersonRemove this test until the corresponding patch is reapp...
2008-06-18 Matthijs KooijmanRewrite the DeadArgumentElimination pass, to use a...
2008-06-16 Matthijs KooijmanStore the result of multiple identical run lines in...
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-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2008-01-17 Evan ChengTest case for varargs parameter attribute issue I just...
2008-01-11 Duncan SandsWhen DAE drops the varargs part of a function, ensure any
2007-12-21 Duncan SandsMake DAE not wipe out attributes on calls, and not...
2007-10-18 Chris LattnerFix PR1735 and Transforms/DeadArgElim/2007-10-18-Vararg...
2007-06-29 John CriswellConvert .cvsignore files
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
next