Go to file
Manman Ren e8781b1a36 Inliner uses a smaller inline threshold for callees with cold attribute.
Added command line option inlinecold-threshold to set threshold for inlining
functions with cold attribute. Listen to the cold attribute when it would
decrease the inline threshold.

llvm-svn: 200886
2014-02-05 22:53:44 +00:00
clang Add a CC1 option -verify-pch 2014-02-05 22:21:15 +00:00
clang-tools-extra Make the OptionCategory variable static. 2014-02-05 13:43:27 +00:00
compiler-rt [sanitizer] Fix build. 2014-02-05 20:04:12 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Updated README.TXT with information about using DESTDIR and building with Ninja. 2014-01-29 20:03:28 +00:00
libcxx Support forward_list<Incomplete Type>. Patch by Zhihao Yuan! 2014-02-05 01:44:17 +00:00
libcxxabi Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, too 2014-02-05 18:19:57 +00:00
lld [Mips] In case of executable file linking MIPS ABI requires to add even 2014-02-03 20:10:40 +00:00
lldb Don't print out "script" results twice. 2014-02-05 21:46:20 +00:00
llvm Inliner uses a smaller inline threshold for callees with cold attribute. 2014-02-05 22:53:44 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly IndependentBlocks: Do not assert for PHI nodes outside of scops 2014-01-29 23:08:10 +00:00