Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492) | Alexey Bataev | 2015-05-20 | 1 | -19/+3 |
| | | | | | | | -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] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp ↵ | Alexey Bataev | 2014-03-06 | 1 | -2/+2 |
| | | | | | | simd' support) llvm-svn: 203114 | ||||
* | [OPENMP] Added option -fopenmp=libiomp5|libgomp | Alexey Bataev | 2014-03-06 | 1 | -6/+6 |
| | | | | llvm-svn: 203081 | ||||
* | OpenMP threadprivate with qualified names. | Alexey Bataev | 2013-05-13 | 1 | -1/+0 |
| | | | | llvm-svn: 181683 | ||||
* | OpenMP threadprivate directive parsing and semantic analysis | Alexey Bataev | 2013-03-22 | 1 | -0/+17 |
| | | | | llvm-svn: 177705 | ||||
* | test commit | Alexey Bataev | 2013-03-22 | 1 | -1/+1 |
| | | | | llvm-svn: 177701 | ||||
* | Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! | Douglas Gregor | 2013-01-15 | 1 | -0/+17 |
llvm-svn: 172509 |