summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/predefined_macro.c
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-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 Bataev2014-03-061-2/+2
| | | | | | simd' support) llvm-svn: 203114
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-061-6/+6
| | | | llvm-svn: 203081
* OpenMP threadprivate with qualified names.Alexey Bataev2013-05-131-1/+0
| | | | llvm-svn: 181683
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+17
| | | | llvm-svn: 177705
* test commitAlexey Bataev2013-03-221-1/+1
| | | | llvm-svn: 177701
* Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!Douglas Gregor2013-01-151-0/+17
llvm-svn: 172509
OpenPOWER on IntegriCloud