llvm-project/clang/lib
Mehdi Amini a7c0940d72 Teach clang to use the ThinLTO pipeline
Summary: Use the new pipeline implemented in D17115

Reviewers: tejohnson

Subscribers: joker.eph, cfe-commits

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

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 261045
2016-02-17 00:42:20 +00:00
..
ARCMigrate Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
AST [OPENMP] Improved handling of pseudo-captured expressions in OpenMP. 2016-02-16 11:18:12 +00:00
ASTMatchers Add a nullPointerConstant() AST matcher to handle variations of null pointer constants in one matcher. 2016-02-16 21:02:23 +00:00
Analysis [analyzer] Invalidate destination of std::copy() and std::copy_backward(). 2016-02-07 16:55:44 +00:00
Basic [Hexagon] Specify vector alignment in DataLayout string 2016-02-12 14:48:34 +00:00
CodeGen Teach clang to use the ThinLTO pipeline 2016-02-17 00:42:20 +00:00
Driver [CUDA] pass debug options to ptxas. 2016-02-16 22:03:20 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS] Support for (.. of ..) loops. 2016-02-11 13:24:15 +00:00
Frontend [Frontend] Make sure WrapperFrontendAction updates CurrentInput after calling BeginSourceFileAction. 2016-02-16 05:39:33 +00:00
FrontendTool Revert r260265, "clang-cl: Support loading plugins on Windows" 2016-02-11 16:33:20 +00:00
Headers Added missing '__'. 2016-02-12 20:26:43 +00:00
Index clangIndex requires LLVMIR as Core, since r260858 uses llvm/IR. 2016-02-15 04:29:36 +00:00
Lex Simplify users of StringRef::{l,r}trim (clang) (NFC) 2016-02-16 02:14:44 +00:00
Parse [OPENMP] NFC rewrite ParseOpenMPDirectiveKind 2016-02-13 06:53:38 +00:00
Rewrite Simplify EnterTokenStream API to make it more robust for memory management 2016-02-09 18:52:09 +00:00
Sema Improve diagnostics for ill-formed literal operator declarations. 2016-02-17 00:04:04 +00:00
Serialization [OPENMP] Improved handling of pseudo-captured expressions in OpenMP. 2016-02-16 11:18:12 +00:00
StaticAnalyzer Simplify users of StringRef::{l,r}trim (clang) (NFC) 2016-02-16 02:14:44 +00:00
Tooling Stop using "template" when printing qualtype names 2016-02-16 20:34:27 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00