llvm-project/clang/lib
Akira Hatanaka 580efb2475 [ARM] Pass subtarget feature "+no-movt" instead of passing backend option
"-arm-use-movt=0".
        
This change is needed since backend options do not make it to the backend
when doing LTO and are not capable of changing the behavior of code-gen
passes on a per-function basis.

rdar://problem/21529937

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

llvm-svn: 242368
2015-07-16 00:43:00 +00:00
..
ARCMigrate Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops. 2015-07-02 21:03:14 +00:00
AST Allow any comment to be a trailing comment when -fparse-all-comments is on. 2015-07-15 19:13:39 +00:00
ASTMatchers Add the ability to AST match a variable declaration that is an exception variable. 2015-07-15 17:11:21 +00:00
Analysis Rewrite users of Stmt::child_begin/end into for-range loops. 2015-07-03 15:12:24 +00:00
Basic [Targets] Define __BOOL_DEFINED for Windows targets in C++ mode 2015-07-15 17:32:34 +00:00
CodeGen Set comdat when an available_externally thunk is converted to linkonce_odr. 2015-07-15 14:48:06 +00:00
Driver [ARM] Pass subtarget feature "+no-movt" instead of passing backend option 2015-07-16 00:43:00 +00:00
Edit [edit] Don't hit an assert when trying to delete a trailing space at EOF 2015-03-29 18:07:29 +00:00
Format clang-format: Fix return type breaking with overloaded operator functions 2015-07-15 19:11:58 +00:00
Frontend Extend -ftime-report to give more information about time spent reading module files. 2015-07-14 00:26:00 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [PPC64LE] Fix vec_sld semantics for little endian 2015-07-15 15:45:53 +00:00
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex [modules] When diagnosing errors in module map files found by 'extern module' declarations, show how we got to that module map file. 2015-07-14 02:06:01 +00:00
Parse Classes inside lambdas are local not nested. 2015-07-14 10:02:10 +00:00
Rewrite Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
Sema [OPENMP] http://llvm.org/PR24121: canonical loop rejected when comparison has implicit conversions or destruction 2015-07-15 12:14:07 +00:00
Serialization [modules] Switch to the normal reverse postorder visitation algorithm when computing redeclaration chains. 2015-07-15 00:02:40 +00:00
StaticAnalyzer [Static Analyzer] Do not fail silently, when the analyzer is invoked from tooling lib, an analyzer plugin is loaded, but the runtime linker fails to link. 2015-07-15 20:32:07 +00:00
Tooling Driver: Remove the Job class. NFC 2015-07-02 22:52:08 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00