aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls/Printf.ll
AgeCommit message (Expand)Author
2012-11-26instcombine: Migrate printf optimizationsMeador Inge
2011-12-22Give string constants generated by IRBuilder private linkage.Benjamin Kramer
2011-10-29SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for...Benjamin Kramer
2011-02-12SimplifyLibCalls: Add missing legalize check on various printf to puts andDaniel Dunbar
2011-02-12tests: FileCheckizeDaniel Dunbar
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
2007-04-16For PR1319:Reid Spencer
2007-04-14new testcaseChris Lattner