llvm-capstone/clang/test
Pete Cooper f051cbf631 Don't generate llvm.expect intrinsics with -O0.
The backend won't run LowerExpect on -O0.  In a debug LTO build, this results in llvm.expect intrinsics being in the LTO IR which doesn't know how to optimize them.

Thanks to Chandler for the suggestion and review.

Differential revision: http://reviews.llvm.org/D7183

llvm-svn: 227135
2015-01-26 20:51:58 +00:00
..
Analysis
ARCMT Objective-C SDK modernizer to use NS_ENUM/NS_OPTIONS macros 2015-01-26 17:41:03 +00:00
ASTMerge
CodeCompletion
CodeGen Don't generate llvm.expect intrinsics with -O0. 2015-01-26 20:51:58 +00:00
CodeGenCUDA
CodeGenCXX Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed(). 2015-01-26 06:23:36 +00:00
CodeGenObjC
CodeGenObjCXX Emit DeferredDeclsToEmit in a DFS order. 2015-01-22 00:24:57 +00:00
CodeGenOpenCL
Coverage
CoverageMapping InstrProf: Avoid creating profile names for symbols in system headers 2015-01-22 02:17:23 +00:00
CXX Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed(). 2015-01-26 06:23:36 +00:00
Driver For NetBSD/ARM-EB, link with --be8. Support for the older BE32 is 2015-01-26 12:30:16 +00:00
FixIt
Format
Frontend
Headers
Index Sema: require a complete type before lookup. 2015-01-25 08:47:59 +00:00
Integration
Layout
Lexer
Misc When checking the template argument list, use a copy of that list for changes 2015-01-24 02:48:32 +00:00
Modules [modules] Sometimes we can deserialize a class member but not have yet 2015-01-24 01:07:20 +00:00
OpenMP Support ‘omp for’ with static chunked schedule kind. 2015-01-22 08:49:35 +00:00
Parser
PCH
Preprocessor [Mips] Fix type of 64-bit integer in case of MIPS N64 ABI 2015-01-22 23:16:48 +00:00
Profile
Rewriter
Sema Make the ?: precedence warning handle pointers to the left of ? 2015-01-22 22:11:56 +00:00
SemaCUDA
SemaCXX Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed(). 2015-01-26 06:23:36 +00:00
SemaObjC
SemaObjCXX
SemaOpenCL
SemaTemplate Fix assert instantiating string init of static variable 2015-01-26 19:04:10 +00:00
TableGen
Tooling
Unit
VFS
.clang-format
CMakeLists.txt
cxx-sections.data
lit.cfg Reorganize test/Modules: 2015-01-22 23:07:47 +00:00
lit.site.cfg.in
make_test_dirs.pl
Makefile
TestRunner.sh