summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/Internalize
AgeCommit message (Expand)Author
2024-05-16[NewPM] Add pass options for InternalizePass to preserve GVs (reland) (#92383)Tim Besard
2024-05-15Revert "[NewPM] Add pass options for `InternalizePass` to preserve GVs." (#92...Mehdi Amini
2024-05-15[NewPM] Add pass options for `InternalizePass` to preserve GVs. (#91334)Tim Besard
2024-03-20[IR] Change representation of getelementptr inrange (#84341)Nikita Popov
2022-12-27[Internalize] Convert tests to opaque pointers (NFC)Nikita Popov
2022-12-01[test] Switch to use -passes syntax in various test casesBjorn Pettersson
2022-07-22[Internalize] Support glob patterns for API listsJoseph Huber
2021-07-20[IR] Rename `comdat noduplicates` to `comdat nodeduplicate`Fangrui Song
2021-07-08[Internalize] Preserve variables externally initialized.Michael Liao
2021-05-28[Internalize] Simplify comdat renaming with noduplicates after D103043Fangrui Song
2021-05-28[AIX] Enable stackprotect featureJinsong Ji
2021-05-25[Internalize] Rename instead of removal if a to-be-internalized comdat has mo...Fangrui Song
2019-10-17Reland: Dead Virtual Function EliminationOliver Stannard
2019-10-14Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya
2019-10-11Dead Virtual Function EliminationOliver Stannard
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher
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