1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test
Easwaran Raman 21aa6c180e Allow -inline-threshold to override default threshold.
Before r257832, the threshold used by SimpleInliner was explicitly specified or generated from opt levels and passed to the base class Inliner's constructor. There, it was first overridden by explicitly specified -inline-threshold. The refactoring in r257832 did not preserve this behavior for all opt levels. This change brings back the original behavior.

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

llvm-svn: 270153
2016-05-19 23:02:09 +00:00
..
Analysis [LAA] Check independence of strided accesses before forward case 2016-05-19 15:37:19 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [ARM, AArch64] Match additional patterns to ldN instructions 2016-05-19 21:39:00 +00:00
DebugInfo pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex. 2016-05-19 18:05:58 +00:00
Examples
ExecutionEngine Don't pass relocation-model= to tests that don't need it. 2016-05-18 00:27:17 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker
LTO
MC comment out line that is causing UBSAN bot failures 2016-05-19 21:00:02 +00:00
Object Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error 2016-05-17 17:10:12 +00:00
ObjectYAML Fixing test failure on Windows bot 2016-05-18 20:01:48 +00:00
Other
SymbolRewriter
TableGen
ThinLTO/X86 [ThinLTO] Use semicolon to separate path prefix replacement 2016-05-17 18:43:22 +00:00
tools [Coverage] Ensure that coverage mapping data has an expected alignment in 'covmapping' files. 2016-05-18 07:43:27 +00:00
Transforms Allow -inline-threshold to override default threshold. 2016-05-19 23:02:09 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh