aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls/SPrintF.ll
AgeCommit message (Expand)Author
2012-11-27Move sprintf simplifier tests to test/Transforms/InstCombineMeador Inge
2012-11-27llvm/test/Transforms/SimplifyLibCalls: FileCheck-ize 3 tests.NAKAMURA Takumi
2012-11-27llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Handle @sprintf() with -ins...NAKAMURA Takumi
2012-11-27llvm/test/Transforms/SimplifyLibCalls/SPrintF.ll: Fix datalayout since r168516.NAKAMURA Takumi
2012-11-27test/Transforms/SimplifyLibCalls/SPrintF.ll: Suppress this for now. r168677 u...NAKAMURA Takumi
2012-07-02Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-08-19Add targetdata strings to these tests, since SimplifyLibCalls usesDan Gohman
2008-03-10Remove llvm-upgrade and update tests.Tanya Lattner
2007-04-16For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2005-09-24Enhance this to check for a crash, add a case that crashes simplifylibcalls,Chris Lattner
2005-05-03Add a test case for SPrintFOptimization.Reid Spencer