SimplifyCFG: don't remove unreachable default switch destinations
[oota-llvm.git] / test / Transforms / ArgumentPromotion /
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-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-08-28 Reid KlecknerDon't promote byval pointer arguments when padding...
2014-08-25 Reid KlecknerArgPromotion: Don't touch variadic functions
2014-07-23 David BlaikieArgPromo+DebugInfo: Handle updating debug info over...
2014-07-23 David BlaikieTest debug info in arg promotion with an actual promoti...
2014-07-01 David BlaikieDebugInfo: Keep track of subprograms who's arguments...
2014-06-30 Reid KlecknerConvert some byval argpromotion grep tests to FileCheck
2014-06-30 David BlaikieRemove unnecessary datalayout string from a test case.
2014-06-27 David BlaikieArgumentPromotion: Propagate debug locations on calls...
2014-04-30 David MajnemerIR: Conservatively verify inalloca arguments
2014-01-28 Reid KlecknerUpdate optimization passes to handle inalloca arguments
2014-01-23 Rafael EspindolaNote the PR number.
2014-01-23 Rafael EspindolaRemove tail marker when changing an argument to an...
2013-11-15 Manman RenArgumentPromotion: correctly transfer TBAA tags and...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-03-21 Bill WendlingUpdate some EH tests that were violating the new EH...
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.
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
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-01-16 Chris Lattnerfix PR8932, a case where arg promotion could infinitely...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-04-20 Chris LattnerFix rdar://7879828 - crash in CallGraph, a self host...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
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-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-04-23 Owen AndersonFix typo.
2009-04-23 Owen AndersonTestcase for PR3085.
2008-09-08 Duncan SandsUpdate the callgraph correctly in ArgumentPromotion.
2008-07-29 Matthijs KooijmanRestructure ArgumentPromotion a bit. Instead of just...
2008-06-09 Dan GohmanFix two more not-grep tests that were missing llvm...
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-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2008-02-01 Duncan SandsDon't drop function/call return attributes like 'nounwind'.
2008-01-17 Chris LattnerFix arg promotion to propagate the correct attrs on...
2008-01-15 Chris Lattneradd a test to ensure that argpromote of one argument...
2008-01-11 Chris LattnerTeach argpromote to ruthlessly hack small byval structs...
2007-06-29 John CriswellConvert .cvsignore files
2007-05-05 Chris Lattnerthis test is now in Target/README.txt
2007-04-15 Reid SpencerPR1319:
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-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-09-15 Chris Lattnerxfail this for now
2006-09-02 Owen AndersonMake this testcase actually recursive. I accidentally...
2006-09-02 Owen AndersonMake ArgumentPromotion handle recursive functions that...
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...
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Chris LattnerAdd a testcase we should continue to argpromote
2004-11-13 Chris LattnerAdd a testcase for a function we cannot legally promote...
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-03-08 Chris LattnerNew testcase
2004-03-07 Chris LattnerNew testcase for missed case
2004-03-07 Chris LattnerNew testcase