llvm-project/clang/lib
Simon Dardis 9f1d5d8cd5 [mips] Add support for -m(no-)local-sdata
Teach the driver to support -mlocal-sdata. The backend already matches GCC's
default behaviour.

Reviewers: atanasyan, slthakur

Differential Revision: https://reviews.llvm.org/D35549

llvm-svn: 308683
2017-07-20 22:23:21 +00:00
..
ARCMigrate Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:23:19 +00:00
AST [OPENMP] Initial support for 'task_reduction' clause. 2017-07-18 20:17:46 +00:00
ASTMatchers [ASTMatchers] Fix use after free. 2017-06-09 17:55:42 +00:00
Analysis [clang] Fix handling of "%zd" in scanf 2017-07-20 20:11:47 +00:00
Basic [NVPTX] Add lowering of i128 params. 2017-07-20 21:16:03 +00:00
CodeGen [CodeGen][mips] Support `long_call/far/near` attributes 2017-07-20 20:34:18 +00:00
Driver [mips] Add support for -m(no-)local-sdata 2017-07-20 22:23:21 +00:00
Edit [clang] Fix format specifiers fixits for nested macros 2017-06-20 20:46:58 +00:00
Format clang-format: [JS] Correctly format JavaScript imports with long module paths 2017-07-18 14:00:19 +00:00
Frontend [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h. 2017-07-18 08:55:03 +00:00
FrontendTool [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Config/config.h. 2017-07-18 08:55:03 +00:00
Headers [SystemZ] Add support for IBM z14 processor (3/3) 2017-07-17 17:47:35 +00:00
Index [Index] Prevent canonical decl becoming nullptr 2017-07-18 07:20:53 +00:00
Lex [NFC] Update local variable names to upper-case as per LLVM Coding Standards. 2017-07-20 01:10:56 +00:00
Parse Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (pop)' and suspicious uses of '#pragma pack' in included files" 2017-07-19 12:31:01 +00:00
Rewrite Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-03 06:29:40 +00:00
Sema [CodeGen][mips] Support `long_call/far/near` attributes 2017-07-20 20:34:18 +00:00
Serialization Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (pop)' and suspicious uses of '#pragma pack' in included files" 2017-07-19 12:31:01 +00:00
StaticAnalyzer Revert "[StaticAnalyzer] Completely unrolling specific loops with known bound option" 2017-07-20 07:35:11 +00:00
Tooling Prevent ClangTools from generating dependency files. 2017-07-14 18:33:30 +00:00
CMakeLists.txt