summaryrefslogtreecommitdiff
path: root/test/Transforms/Internalize
AgeCommit message (Expand)Author
2016-06-05[Internalize] Test that __stack_chk_{guard, fail} are not internalized.Davide Italiano
2016-04-26PM: Port Internalize to the new pass managerJustin Bogner
2015-09-11[opaque pointer type] Add textual IR support for explicit type parameter for ...David Blaikie
2015-07-16Internalize: internalize comdat members as a group, and drop comdat on such m...Peter Collingbourne
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-07-30Use "weak alias" instead of "alias weak"Rafael Espindola
2014-05-16Fix most of PR10367.Rafael Espindola
2014-05-13Convert test to FileCheck.Rafael Espindola
2014-05-05LTO: -internalize sets visibility to defaultDuncan P. N. Exon Smith
2013-12-05Correct word hyphenationsAlp Toker
2013-12-03Teach the internalize pass to skip dllexported symbols because they could beYunzhong Gao
2013-10-31Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola
2013-10-25Handle calls and invokes in GlobalStatus.Rafael Espindola
2013-10-21Optimize more linkonce_odr values during LTO.Rafael Espindola
2013-10-03Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola
2013-09-04Merge these 2 tests in a single file.Rafael Espindola
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-07-25Respect llvm.used in Internalize.Rafael Espindola
2013-07-14Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin
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