instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / ArgumentPromotion /
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