summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmtOpenMP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-2/+1
* [OpenMP] Teams reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-0/+4
* [OpenMP] Parallel reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-10/+22
* Revert r295319 while investigating buildbot failure.Arpith Chacko Jacob2017-02-161-22/+10
* [OpenMP] Parallel reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-10/+22
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-13/+52
* Reverting commit because an NVPTX patch sneaked in. Break up into twoArpith Chacko Jacob2017-01-251-52/+13
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-13/+52
* [OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob2017-01-181-11/+30
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-9/+37
* Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob2017-01-181-37/+9
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-9/+37
* [OpenMP] Refactor code that calls codegen for target regions on the device.Arpith Chacko Jacob2017-01-161-32/+48
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-7/+6
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+10
* [OPENMP] Private, firstprivate, and lastprivate clauses for distribute, host ...Carlo Bertolli2017-01-031-0/+18
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+10
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+10
* Fix format. NFCKelvin Li2016-12-281-5/+8
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+8
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+8
* Fix typo in comment. NFC.Kelvin Li2016-12-151-1/+1
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+12
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+11
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-171-8/+24
* Revert "[OPENMP] Fixed codegen for 'omp cancel' construct."Vitaly Buka2016-11-161-34/+6
* [OPENMP] Fix stack use after delete, NFC.Alexey Bataev2016-11-151-5/+4
* [OPENMP] Fixed codegen for 'omp cancel' construct.Alexey Bataev2016-11-151-6/+35
* Add the loop end location to the loop metadata. This additional informationAmara Emerson2016-11-101-2/+6
* [OPENMP] Fixed capturing of VLA variables.Alexey Bataev2016-11-071-1/+1
* Revert "[OPENMP] Fixed capturing of VLA variables."Diana Picus2016-11-071-1/+1
* [OPENMP] Fixed capturing of VLA variables.Alexey Bataev2016-11-071-1/+1
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+13
* [CodeGen][ObjC] Do not call objc_storeStrong when initializing aAkira Hatanaka2016-10-181-2/+2
* Fix for PR30639: CGDebugInfo Null dereference with OpenMP arrayAlexey Bataev2016-10-131-4/+17
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-13/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+13
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+12
* [OpenMP] Codegen for use_device_ptr clause.Samuel Antao2016-07-281-9/+129
* [OpenMP] Add support for mapping array sections through pointer references.Samuel Antao2016-07-271-1/+11
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+11
* [OPENMP] Improved processing of 'priority' clause, NFC.Alexey Bataev2016-07-191-3/+1
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+12
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+1
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+1
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-0/+13
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+11
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-0/+12
* Revert r273705Carlo Bertolli2016-06-241-12/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-0/+12
OpenPOWER on IntegriCloud