Adrian Prantl
|
bc068586ac
|
Revert "Revert r241620 and follow-up commits" and move the initialization
of the llvm targets from clang/CodeGen into ClangCheck.cpp and CIndex.cpp.
llvm-svn: 241653
|
2015-07-08 01:00:30 +00:00 |
Adrian Prantl
|
142ec39739
|
Revert r241620 and follow-up commits while investigating linux buildbot failures.
llvm-svn: 241642
|
2015-07-07 23:19:46 +00:00 |
Adrian Prantl
|
726855a8da
|
Update testcases that use precompiled headers to require a target after
r241620.
llvm-svn: 241623
|
2015-07-07 20:31:18 +00:00 |
Alexey Bataev
|
7d5d33ea33
|
[OPENMP 4.0] Codegen for 'omp cancel' directive.
Add the next codegen for 'omp cancel' directive:
if (__kmpc_cancel()) {
__kmpc_cancel_barrier();
<exit construct>;
}
llvm-svn: 241429
|
2015-07-06 05:50:32 +00:00 |