hanchenye-llvm-project/clang/lib
Michael Zuckerman 3df95e711f [CLANG] [AVX512] [BUILTIN] Adding PSRA{W|WI}{128|256|512}.
Differential Revision: http://reviews.llvm.org/D17706

llvm-svn: 262481
2016-03-02 12:06:06 +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 4.5] Codegen for data members in 'reduction' clause. 2016-03-02 04:57:40 +00:00
ASTMatchers Fix a -Wunused-variable diagnostic. 2016-02-23 10:29:04 +00:00
Analysis [analyzer] Find ObjC 'self' decl even when block captures local named 'self'. 2016-02-23 22:26:04 +00:00
Basic Optionally demote fatal errors to non-fatal errors. 2016-03-01 10:56:19 +00:00
CodeGen [Sema] PR26444 fix crash when alignment value is >= 2**16 2016-03-02 06:48:47 +00:00
Driver clang-cl: Implement initial limited support for precompiled headers. 2016-03-01 23:16:44 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format [clang-format] Detect constructor initializers preceded by `noexcept`. 2016-03-01 21:41:58 +00:00
Frontend [modules] addHeaderInclude() can't fail. 2016-03-02 06:09:18 +00:00
FrontendTool Revert r260265, "clang-cl: Support loading plugins on Windows" 2016-02-11 16:33:20 +00:00
Headers [CLANG] [AVX512] [BUILTIN] Adding PSRA{W|WI}{128|256|512}. 2016-03-02 12:06:06 +00:00
Index [index] Fix issue where data visitation was disabled with C++ operator call expressions, during indexing. 2016-03-01 02:46:32 +00:00
Lex SemaCXX: Support templates in availability attributes 2016-02-26 19:27:00 +00:00
Parse [OpenMP] Fix parsing of delete map clause modifier in C++ mode. 2016-02-27 00:01:58 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema [OPENMP 4.5] Codegen for data members in 'reduction' clause. 2016-03-02 04:57:40 +00:00
Serialization [OPENMP 4.5] Codegen for data members in 'reduction' clause. 2016-03-02 04:57:40 +00:00
StaticAnalyzer [analyzer] Update CheckObjCDealloc diagnostic for missing -dealloc. 2016-03-01 00:39:04 +00:00
Tooling Add functions to apply replacements and reformat them. 2016-03-01 12:37:30 +00:00
CMakeLists.txt