llvm-6502/test/LTO
Akira Hatanaka 6953381b0c [LTO] Scan all per-function subtargets when collecting runtime library names.
accumulateAndSortLibcalls in LTOCodeGenerator.cpp collects names of runtime
library functions which are used to identify user-defined functions that should
be protected. Previously, this function would only scan the TargetLowering
object belonging to the "main" subtarget for the library function names. This
commit changes it to scan all per-function subtargets.

Differential Revision: http://reviews.llvm.org/D7275


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227533 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-30 01:16:24 +00:00
..
Inputs Put this test's input in the Inputs directory where it belongs, rather than 2015-01-12 08:50:47 +00:00
attrs.ll Add an -mattr option to the gold plugin to support subtarget features in LTO 2014-04-25 21:46:51 +00:00
bcsection.ll Try to fix i686-cygming bots. 2014-09-18 22:56:00 +00:00
cfi_endproc.ll Lazily link GlobalVariables and GlobalAliases. 2014-12-08 18:45:16 +00:00
current-section.ll Provide a dummy section to fix a crash with inline assembly in LTO. 2014-01-22 22:11:14 +00:00
diagnostic-handler-remarks.ll LTO: Add missing target triple from r218784 2014-10-01 18:49:58 +00:00
invalid.ll Put this test's input in the Inputs directory where it belongs, rather than 2015-01-12 08:50:47 +00:00
jump-table-type.ll Add Forward Control-Flow Integrity. 2014-11-11 21:08:02 +00:00
keep-used-puts-during-instcombine.ll IR: Don't allow non-default visibility on local linkage 2014-05-07 22:57:20 +00:00
linkonce_odr_func.ll Lazily link GlobalVariables and GlobalAliases. 2014-12-08 18:45:16 +00:00
list-symbols.ll llvm-lto: Add testing coverage for local contexts 2014-12-17 02:00:38 +00:00
lit.local.cfg Reduce verbiage of lit.local.cfg files 2014-06-09 22:42:55 +00:00
no-undefined-puts-when-implemented.ll Change the default input for llvm-nm to be a.out instead of standard input 2014-06-23 20:27:53 +00:00
private-symbol.ll Add back r201608, r201622, r201624 and r201625 2014-02-19 17:23:20 +00:00
runtime-library-subtarget.ll [LTO] Scan all per-function subtargets when collecting runtime library names. 2015-01-30 01:16:24 +00:00
runtime-library.ll Protect user-supplied runtime library functions in LTO 2013-11-12 21:44:01 +00:00
symver-asm.ll This patch fixes LTO's RecordStreamer so that it records symbols in the MCExpr 2014-03-31 16:59:13 +00:00
triple-init.ll Resubmit r196544: Apply transformation on OS X 10.9+ and iOS 7.0+: pow(10, x) ―> __exp10(x) 2013-12-12 01:55:04 +00:00