llvm-project/clang/include/clang
Ahmed Bougacha 7dfaaf3891 [Headers][X86] Fix stream_load (movntdqa) to accept const*.
Per Intel intrinsics guide:
- _mm256_stream_load_si256 takes `__m256i const *'
- _mm_stream_load_si128 takes `__m128i *', for no good reason.

Let's accept const* for both.

llvm-svn: 249213
2015-10-02 23:29:26 +00:00
..
ARCMigrate Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
AST constify four getInstantiatedFromMemberTemplate() in DeclTemplate.h. 2015-10-02 17:38:57 +00:00
ASTMatchers Rename AST node matchers to match the AST node names directly. Part of this rename also splits recordDecl() (which used to match CXXRecordDecl) into recordDecl() (that matches RecordDecl) and cxxRecordDecl (that matches CXXRecordDecl). Also adds isStruct(), isUnion(), and isClass() narrowing matchers for RecordDecl objects. 2015-09-17 13:30:52 +00:00
Analysis Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups. 2015-09-29 20:56:43 +00:00
Basic [Headers][X86] Fix stream_load (movntdqa) to accept const*. 2015-10-02 23:29:26 +00:00
CodeGen Unique-pointerify these pointers an plug a memory leak. 2015-09-28 23:56:10 +00:00
Config [omp] Re-work Clang's handling of -fopenmp and undo r237769. 2015-05-28 01:52:38 +00:00
Driver Allow a ToolChain to compute the path of a compiler-rt's component. 2015-10-01 16:54:58 +00:00
Edit [Edit] Fix issue with tracking what macro argument inputs have been edited. 2015-09-11 20:09:11 +00:00
Format [clang-format] Add support of consecutive declarations alignment 2015-10-01 10:06:54 +00:00
Frontend Module Debugging: Use the clang module signature as the module's dwo_id 2015-09-22 23:26:43 +00:00
FrontendTool
Index Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinition -> MacroDefinition. 2015-05-04 02:25:31 +00:00
Lex fix typos; NFC 2015-09-24 21:11:52 +00:00
Parse [Modules] More descriptive diagnostics for misplaced import directive 2015-09-19 05:32:57 +00:00
Rewrite Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). 2015-06-22 23:07:51 +00:00
Sema [OpenMP] Capture global variables in target regions. 2015-10-02 17:14:03 +00:00
Serialization Serialization: Let ASTWriter return the signature of the written module. 2015-09-22 23:26:31 +00:00
StaticAnalyzer [analyzer] Add TK_EntireMemSpace invalidation trait. 2015-10-01 20:09:11 +00:00
Tooling clang-format: Add initial #include sorting capabilities. 2015-09-23 08:30:47 +00:00
CMakeLists.txt Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00
Makefile Reapplying r204952 a second time. 2014-03-31 13:14:44 +00:00
module.modulemap [WebAssembly] Initial WebAssembly support in clang 2015-09-03 22:51:53 +00:00