llvm-6502/test
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
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen x86: Fix large model calls to __chkstk for dynamic allocas 2015-01-29 23:58:04 +00:00
DebugInfo Add missing test from r227488 2015-01-29 20:25:46 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO [LTO] Scan all per-function subtargets when collecting runtime library names. 2015-01-30 01:16:24 +00:00
MC [Hexagon] Organizing tests and adding a few missing jump instruction encodings. 2015-01-29 21:47:15 +00:00
Object
Other
SymbolRewriter
TableGen
tools
Transforms [GVN] don't propagate equality comparisons of FP zero (PR22376) 2015-01-29 20:51:49 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh