Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Manman Ren 3bd471dee2 [inline cold threshold] Command line argument for inline threshold will
override the default cold threshold.

When we use command line argument to set the inline threshold, the default
cold threshold will not be used. This is in line with how we use
OptSizeThreshold. When we want a higher threshold for all functions, we
do not have to set both inline threshold and cold threshold.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207245 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-25 17:34:55 +00:00
autoconf
bindings [python] Fix getting section contents. 2014-04-25 06:25:15 +00:00
cmake
docs Add 'musttail' marker to call instructions 2014-04-24 20:14:34 +00:00
examples
include ARM: provide a new generic hint intrinsic 2014-04-25 17:24:24 +00:00
lib [inline cold threshold] Command line argument for inline threshold will 2014-04-25 17:34:55 +00:00
projects
test [inline cold threshold] Command line argument for inline threshold will 2014-04-25 17:34:55 +00:00
tools [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
unittests PR19554: Fix some memory leaks in DIEHashTest.cpp 2014-04-25 17:07:55 +00:00
utils llvm-build: Get rid of 'import *' 2014-04-23 19:17:42 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.