summaryrefslogtreecommitdiff
path: root/test/Transforms/Internalize
AgeCommit message (Expand)AuthorFilesLines
2014-05-13Convert test to FileCheck.Rafael Espindola1-1/+8
2014-05-05LTO: -internalize sets visibility to defaultDuncan P. N. Exon Smith1-0/+25
2013-12-05Correct word hyphenationsAlp Toker1-1/+1
2013-12-03Teach the internalize pass to skip dllexported symbols because they could beYunzhong Gao1-0/+9
2013-10-31Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2-53/+0
2013-10-25Handle calls and invokes in GlobalStatus.Rafael Espindola1-0/+37
2013-10-21Optimize more linkonce_odr values during LTO.Rafael Espindola1-3/+9
2013-10-03Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola1-0/+10
2013-09-04Merge these 2 tests in a single file.Rafael Espindola4-71/+50
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-1/+0
2013-07-25Respect llvm.used in Internalize.Rafael Espindola1-0/+20
2013-07-14Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2-18/+18
2012-10-26Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2-5/+6
2012-10-26Port testcase to FileCheck.Rafael Espindola1-13/+40
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-3/+1
2011-03-07Add test for r127138.Rafael Espindola1-0/+16
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2-6/+6
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2-6/+6
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman2-6/+6
2009-01-05Teach the internalize pass to also internalizeDuncan Sands1-0/+10
2008-06-10Let some more tests ignore expected output on stderr.Matthijs Kooijman1-2/+2
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif1-1/+1
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif1-1/+1
2008-05-14Simplify internalize pass. Add test case.Devang Patel3-0/+32