llvm-project/clang/test
Gheorghe-Teodor Bercea 3addb7d850 [OpenMP] Pass -fopenmp-is-device to preprocessing and machine specific code generation stages
Summary: The preprocessing and code generation and optimization stages of the compiler are also passed the "-fopenmp-is-device" flag. This is used to trigger machine specific preprocessing and code generation when performing device offloading to an NVIDIA GPU via OpenMP directives.

Reviewers: arpith-jacob, caomhin, carlo.bertolli, Hahnfeld, hfinkel, tstellar

Reviewed By: Hahnfeld

Subscribers: Hahnfeld, rengolin

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

llvm-svn: 306691
2017-06-29 15:59:19 +00:00
..
ARCMT clang/test/ARCMT/remap-applying.c: Use %/s on the command line of echo(1). 2017-04-28 05:02:52 +00:00
ASTMerge Revert r299355 "[ASTImporter] Fix for importing unnamed structs" 2017-04-03 21:06:45 +00:00
Analysis [analyzer] Move zero-size allocation checks to optin.portability. 2017-06-27 11:14:39 +00:00
CXX Emit warning when throw exception in destruct or dealloc functions which has a 2017-06-23 20:22:19 +00:00
CodeCompletion [Completion] Code complete the members for a dependent type after a '::' 2017-06-15 21:40:54 +00:00
CodeGen [Sema] Allow unmarked overloadable functions. 2017-06-27 21:31:31 +00:00
CodeGenCUDA CodeGenModule: Always output wchar_size, check LLVM assumptions. 2017-05-20 01:29:55 +00:00
CodeGenCXX [Sema] Allow unmarked overloadable functions. 2017-06-27 21:31:31 +00:00
CodeGenCoroutines [coroutines] Allow co_await and co_yield expressions that return an lvalue to compile 2017-06-15 19:43:36 +00:00
CodeGenObjC CodeGen: handle missed case of COMDAT handling 2017-06-29 00:54:44 +00:00
CodeGenObjCXX test: fix test for release builds 2017-06-27 18:57:50 +00:00
CodeGenOpenCL [OpenCL] Fix OpenCL and SPIR version metadata generation. 2017-06-20 14:30:18 +00:00
Coverage Handle -ast-dump-all when passed as the only option. 2017-06-15 00:00:08 +00:00
CoverageMapping [Coverage] Avoid null deref in skipRegionMappingForDecl (fixes PR32761) 2017-04-24 20:52:04 +00:00
Driver [OpenMP] Pass -fopenmp-is-device to preprocessing and machine specific code generation stages 2017-06-29 15:59:19 +00:00
FixIt [clang] Enable printf check for CFIndex 2017-06-26 23:02:27 +00:00
Format [clang-format] Replace IncompleteFormat by a struct with Line 2017-04-21 14:35:20 +00:00
Frontend [Frontend] 'Show hotness' can be used with a sampling profile 2017-06-23 02:38:45 +00:00
Headers support operator keywords used in Windows SDK 2017-06-09 16:29:35 +00:00
Import Call setMustBuildLookupTable on TagDecls in ExternalASTMerger 2017-06-17 00:12:38 +00:00
Index [libclang] Support for querying the exception specification type through libclang 2017-06-27 22:54:56 +00:00
Integration Tie the macOS tests in test/Integration to the latest macOS SDK 2017-06-02 11:26:35 +00:00
Layout Print nested name specifiers for typedefs and type aliases 2017-03-10 15:04:58 +00:00
Lexer Allow for unfinished #if blocks in preambles 2017-05-30 11:54:55 +00:00
Misc Revert "Revert r305164/5/7." 2017-06-23 15:34:16 +00:00
Modules Track the set of module maps read while building a .pcm file and reload those when preprocessing from that .pcm file. 2017-06-29 02:19:42 +00:00
OpenMP Revert "Revert r301742 which made ExprConstant checking apply to all full-exprs." 2017-06-13 12:50:06 +00:00
PCH [Sema] Allow unmarked overloadable functions. 2017-06-27 21:31:31 +00:00
Parser Add a missing '[' to the tests from r305719 2017-06-20 16:16:11 +00:00
Preprocessor [Clang][X86][Goldmont]Adding new target-cpu: Goldmont 2017-06-29 13:41:04 +00:00
Profile [Profile] Add off-by-default -Wprofile-instr-missing warning 2017-04-27 17:30:58 +00:00
Rewriter [test] Port clang tests to canonicalized booleans 2017-01-25 13:11:45 +00:00
Sema [Sema] Allow unmarked overloadable functions. 2017-06-27 21:31:31 +00:00
SemaCUDA [CUDA] Let NVPTX inherit the host's calling conventions. 2017-01-05 16:53:38 +00:00
SemaCXX Fix crash in clang while handling __has_trivial_destructor. 2017-06-28 08:52:08 +00:00
SemaObjC [Sema] Add -Wunguarded-availability-new 2017-06-22 17:02:24 +00:00
SemaObjCXX Fix errored return value in CheckFunctionReturnType and add a fixit hint 2017-05-10 20:03:16 +00:00
SemaOpenCL Revert r306653, "[OpenCL] Allow function declaration with empty argument list." 2017-06-29 10:47:23 +00:00
SemaTemplate [c++1z] Support deducing B in noexcept(B). 2017-06-07 21:46:22 +00:00
TableGen
Tooling [test] Port clang tests to canonicalized booleans 2017-01-25 13:11:45 +00:00
Unit
VFS
.clang-format
CMakeLists.txt Re-apply r292662, "IRGen: Start using the WriteThinLTOBitcode pass." 2017-01-26 23:51:50 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Tie the macOS tests in test/Integration to the latest macOS SDK 2017-06-02 11:26:35 +00:00
lit.site.cfg.in Add #pragma clang attribute 2017-04-18 14:33:39 +00:00
make_test_dirs.pl