Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP] Small update in threadprivate variables processing to fix template ↵ | Alexey Bataev | 2014-03-07 | 1 | -0/+7 |
| | | | | | | instantiation. llvm-svn: 203214 | ||||
* | [OPENMP] Added option -fopenmp=libiomp5|libgomp | Alexey Bataev | 2014-03-06 | 1 | -3/+3 |
| | | | | llvm-svn: 203081 | ||||
* | [OPENMP] Bug fixes in threadprivate declaration and data sharing attributes ↵ | Alexey Bataev | 2014-01-31 | 1 | -2/+0 |
| | | | | | | processing. (http://llvm-reviews.chandlerc.com/D2451) llvm-svn: 200513 | ||||
* | Disable test fully with REQUIRES | Alp Toker | 2013-11-05 | 1 | -2/+3 |
| | | | | | | Third time's the charm, sorry for the noise. llvm-svn: 194076 | ||||
* | Disable the test that crashes | Alp Toker | 2013-11-05 | 1 | -3/+2 |
| | | | | | | XFAIL wasn't enough for some of the build servers. llvm-svn: 194073 | ||||
* | Fix a test that was never being run, mark it XFAIL | Alp Toker | 2013-11-05 | 1 | -1/+3 |
| | | | | | | | | | | | Turns out this has always been crashing since the test landed in r186647: Assertion failed: (Access != AS_none && "Access specifier is AS_none inside a record decl"), function CheckAccessDeclContext, file clang/lib/AST/DeclBase.cpp, line 690. Needs attention. llvm-svn: 194072 | ||||
* | [OPENMP] Improved variable lookup procedure for threadprivate variables. | Alexey Bataev | 2013-09-26 | 1 | -1/+10 |
| | | | | llvm-svn: 191416 | ||||
* | OpenMP: basic support for #pragma omp parallel | Alexey Bataev | 2013-07-19 | 1 | -0/+7 |
| | | | | llvm-svn: 186647 | ||||
* | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+43 |
llvm-svn: 177705 |