summaryrefslogtreecommitdiff
path: root/test/Transforms/Internalize
Commit message (Expand)AuthorAge
* Correct word hyphenationsAlp Toker2013-12-05
* Teach the internalize pass to skip dllexported symbols because they could beYunzhong Gao2013-12-03
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Handle calls and invokes in GlobalStatus.Rafael Espindola2013-10-25
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-21
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Merge these 2 tests in a single file.Rafael Espindola2013-09-04
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Respect llvm.used in Internalize.Rafael Espindola2013-07-25
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-26
* Port testcase to FileCheck.Rafael Espindola2012-10-26
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Add test for r127138.Rafael Espindola2011-03-07
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Teach the internalize pass to also internalizeDuncan Sands2009-01-05
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-10
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Simplify internalize pass. Add test case.Devang Patel2008-05-14