llvm-project/clang/lib/Serialization
Alexey Bataev d14d1e6f25 [OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
Parsing and sema analysis for 'simd' clause in 'ordered' directive.
Description
If the simd clause is specified, the ordered regions encountered by any thread will use only a single SIMD lane to execute the ordered
regions in the order of the loop iterations.
Restrictions
An ordered construct with the simd clause is the only OpenMP construct that can appear in the simd region

llvm-svn: 248696
2015-09-28 06:39:35 +00:00
..
ASTCommon.cpp Run clang-format to unify the switch statement style as suggest here: http://reviews.llvm.org/D12855#246073. 2015-09-15 12:18:29 +00:00
ASTCommon.h [modules] Add an assert for redeclarations that we never added to their redecl 2015-07-27 05:40:23 +00:00
ASTReader.cpp Refactor ASTReader::getSourceDescriptor(const Module &) into a constructor 2015-09-19 00:10:32 +00:00
ASTReaderDecl.cpp Re-commit r246497 (and dependent changes r246524 and r246521), reverted in 2015-09-01 20:35:42 +00:00
ASTReaderInternals.h Re-commit r246497 (and dependent changes r246524 and r246521), reverted in 2015-09-01 20:35:42 +00:00
ASTReaderStmt.cpp [OPENMP 4.1] Add 'simd' clause for 'ordered' directive. 2015-09-28 06:39:35 +00:00
ASTWriter.cpp Serialization: Let ASTWriter return the signature of the written module. 2015-09-22 23:26:31 +00:00
ASTWriterDecl.cpp Use llvm::makeArrayRef. NFC. 2015-09-27 03:44:08 +00:00
ASTWriterStmt.cpp [OPENMP 4.1] Add 'simd' clause for 'ordered' directive. 2015-09-28 06:39:35 +00:00
CMakeLists.txt Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." 2015-02-25 02:44:04 +00:00
GeneratePCH.cpp Module Debugging: Use the clang module signature as the module's dwo_id 2015-09-22 23:26:43 +00:00
GlobalModuleIndex.cpp EmitRecord* API change: accepts ArrayRef instead of a SmallVector (NFC) 2015-09-10 01:46:39 +00:00
Makefile
Module.cpp Re-commit r246497 (and dependent changes r246524 and r246521), reverted in 2015-09-01 20:35:42 +00:00
ModuleManager.cpp [modules] Remove now-dead code for lazy loading of files specified by -fmodule-file=. 2015-08-09 08:58:36 +00:00
MultiOnDiskHashTable.h Silence a -Wsign-compare warning; NFC. 2015-09-02 12:50:12 +00:00