llvm-project/clang/lib
Daniel Sanders 4672af6fec [mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsTargetInfo. NFC
Summary:
This unifies mips/mipsel and mips64/mips64el into a single class so that we can
later support O32 on mips64/mips64el and N32/N64 on mips/mipsel (when an
appropriate CPU selected).

Reviewers: atanasyan

Subscribers: atanasyan, jfb, cfe-commits, dschuff

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

llvm-svn: 270984
2016-05-27 11:51:02 +00:00
..
ARCMigrate Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 2016-02-10 19:11:58 +00:00
AST [MSVC2015] Fix mangling for static variables initialization guards 2016-05-27 08:52:34 +00:00
ASTMatchers [ASTMatcher] Add a node matcher for UnresolvedLookupExpr. 2016-05-18 12:53:59 +00:00
Analysis Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Basic [mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsTargetInfo. NFC 2016-05-27 11:51:02 +00:00
CodeGen [CodeGen] Don't crash when sizeof(long) != 4 for some intrins 2016-05-27 02:06:19 +00:00
Driver [OPENMP] Fixed processing of '-fopenmp-version=' option and test. 2016-05-27 04:13:39 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: Allow splitting the line after /**/-comments. 2016-05-27 08:59:34 +00:00
Frontend [OPENMP] Fixed processing of '-fopenmp-version=' option and test. 2016-05-27 04:13:39 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers [AVX512][Builtin] Fix palignr intrinsic for avx512vlbw. The immediate should not be multiplied by 8. 2016-05-27 06:59:39 +00:00
Index Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Lex Revert "[Lex] Support more type-traits in __has_feature" 2016-05-24 17:21:42 +00:00
Parse [OpenMP] Parsing and sema support for the from clause 2016-05-26 17:49:04 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema Produce better pretty stack traces from crashes in template instantiation: add 2016-05-26 20:23:13 +00:00
Serialization [OpenMP] Parsing and sema support for the from clause 2016-05-26 17:49:04 +00:00
StaticAnalyzer [OpenMP] Parsing and sema support for target update directive 2016-05-26 17:30:50 +00:00
Tooling [tooling] FixItHint Tooling refactoring 2016-05-11 14:31:39 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00