aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Internalize
AgeCommit message (Expand)Author
2012-10-26Change the internalize pass to internalize all symbols when given an emptyRafael Espindola
2012-10-26Port testcase to FileCheck.Rafael Espindola
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-03-07Add test for r127138.Rafael Espindola
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-01-05Teach the internalize pass to also internalizeDuncan Sands
2008-06-10Let some more tests ignore expected output on stderr.Matthijs Kooijman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-14Simplify internalize pass. Add test case.Devang Patel