Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP] Fix for http://llvm.org/PR24430: clang hangs on invalid input with ↵ | Alexey Bataev | 2015-08-12 | 1 | -0/+5 |
| | | | | | | | | openmp directive Add parsing of openmp directives inside structs/unions in C mode. llvm-svn: 244719 | ||||
* | [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) | Alexey Bataev | 2015-05-20 | 1 | -1/+1 |
| | | | | | | | -fopenmp turns on OpenMP support and links libiomp5 as OpenMP library. Also there is -fopenmp={libiomp5|libgomp} option that allows to override effect of -fopenmp and link libgomp library (if -fopenmp=libgomp is specified). Differential Revision: http://reviews.llvm.org/D9736 llvm-svn: 237769 | ||||
* | [OPENMP] Added option -fopenmp=libiomp5|libgomp | Alexey Bataev | 2014-03-06 | 1 | -1/+1 |
| | | | | llvm-svn: 203081 | ||||
* | OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test ↵ | Alexey Bataev | 2013-09-06 | 1 | -1/+1 |
| | | | | | | threadprivate_messages.cpp) llvm-svn: 190183 | ||||
* | Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" | Rafael Espindola | 2013-09-03 | 1 | -1/+1 |
| | | | | | | | | This reverts commit r189795. threadprivate_messages.cpp is faling on windows. llvm-svn: 189811 | ||||
* | OpenMP: Data-sharing attributes analysis and clause 'shared' | Alexey Bataev | 2013-09-03 | 1 | -1/+1 |
| | | | | llvm-svn: 189795 | ||||
* | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+9 |
llvm-svn: 177705 |