llvm-6502/test/Transforms/Internalize
Rafael Espindola 438900938c Optimize linkonce_odr unnamed_addr functions during LTO.
Generalize the API so we can distinguish symbols that are needed just for a DSO
symbol table from those that are used from some native .o.

The symbols that are only wanted for the dso symbol table can be dropped if
llvm can prove every other dso has a copy (linkonce_odr) and the address is not
important (unnamed_addr).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191922 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-03 18:29:09 +00:00
..
2009-01-05-InternalizeAliases.ll Change the internalize pass to internalize all symbols when given an empty 2012-10-26 18:47:48 +00:00
apifile Merge these 2 tests in a single file. 2013-09-04 19:19:32 +00:00
lists.ll Optimize linkonce_odr unnamed_addr functions during LTO. 2013-10-03 18:29:09 +00:00
used.ll Respect llvm.used in Internalize. 2013-07-25 03:23:25 +00:00