summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Codegen for reduction clauses in 'taskloop' directives.Alexey Bataev2017-07-171-13/+439
* [OPENMP] Generalization of codegen for reduction clauses.Alexey Bataev2017-07-131-0/+394
* [OPENMP] Emit implicit taskgroup block around taskloop directives.Alexey Bataev2017-07-121-7/+12
* [OPENMP][DEBUG] Generate second function with correct arg types.Alexey Bataev2017-06-291-14/+4
* [OPENMP] Use MapVector instead of DenseMap for stable codegen, NFC.Alexey Bataev2017-06-271-1/+1
* Add comma to comment.Gheorghe-Teodor Bercea2017-06-131-1/+1
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-44/+47
* IRGen: Add optnone attribute on function during O0Mehdi Amini2017-05-291-0/+2
* [OpenMP] Create COMDAT group for OpenMP offload registration code to avoid mu...George Rokos2017-05-271-0/+13
* [CodeGen] Propagate LValueBaseInfo instead of AlignmentSourceKrzysztof Parzyszek2017-05-181-2/+4
* Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton2017-05-091-1/+1
* Recommit ofCarlo Bertolli2017-04-251-12/+10
* Revert r301223Carlo Bertolli2017-04-241-10/+12
* [OpenMP] Initial implementation of code generation for pragma 'distribute par...Carlo Bertolli2017-04-241-12/+10
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-2/+2
* Use arg_begin() instead of getArgumentList().begin(), the argument list is an...Reid Kleckner2017-03-161-3/+1
* Promote ConstantInitBuilder to be a public CodeGen API; it'sJohn McCall2017-03-021-1/+1
* [OpenMP] Fix cancellation point in task with no cancelJonas Hahnfeld2017-02-171-1/+3
* [OpenMP] Remove barriers at cancel and cancellation pointJonas Hahnfeld2017-02-171-6/+0
* [OpenMP] Parallel reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-14/+17
* Revert r295319 while investigating buildbot failure.Arpith Chacko Jacob2017-02-161-17/+14
* [OpenMP] Parallel reduction on the NVPTX device.Arpith Chacko Jacob2017-02-161-14/+17
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-22/+53
* Reverting commit because an NVPTX patch sneaked in. Break up into twoArpith Chacko Jacob2017-01-251-53/+22
* [OpenMP] Codegen support for 'target teams' on the host.Arpith Chacko Jacob2017-01-251-22/+53
* [OpenMP] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob2017-01-251-25/+98
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-5/+25
* Revert r292374 to debug Windows buildbot failure.Arpith Chacko Jacob2017-01-181-25/+5
* [OpenMP] Codegen support for 'target parallel' on the host.Arpith Chacko Jacob2017-01-181-5/+25
* [OpenMP] Refactor code that calls codegen for target regions on the device.Arpith Chacko Jacob2017-01-161-15/+17
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-11/+10
* [OpenMP] Basic support for a parallel directive in a target region on an NVPT...Arpith Chacko Jacob2017-01-101-7/+9
* [OpenMP] Add fields for flags in the offload entry descriptor.Samuel Antao2017-01-051-5/+18
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-0/+2
* Fix typo and remove unnecessary statement.Samuel Antao2016-12-121-2/+1
* Fix format and a few typos in comments.Samuel Antao2016-12-121-6/+5
* Hide the result of building a constant initializer. NFC.John McCall2016-11-281-1/+1
* ConstantBuilder -> ConstantInitBuilder for clarity, andJohn McCall2016-11-281-4/+4
* [CodeGen] Pass objects that are expensive to copy by const ref.Benjamin Kramer2016-11-241-1/+1
* Introduce a helper class for building complex constant initializers. NFC.John McCall2016-11-191-44/+51
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-1/+2
* Mirror the llvm changes that split Bitcode/ReaderWriter.hTeresa Johnson2016-11-111-1/+1
* Add FIXMEs for MSVC 2013 hacks in r277211. NFC.Paul Robinson2016-08-011-0/+5
* Fix VS2013 build of CGOpenMPRuntime.cppHans Wennborg2016-07-301-3/+7
* Fix CGOpenMPRuntime.cpp for VS2013. NFC.Paul Robinson2016-07-291-10/+11
* [OpenMP] Change name of variable in mappble expression.Samuel Antao2016-07-281-7/+7
* [OpenMP] Do not use default argument in lambda from mappable expressions hand...Samuel Antao2016-07-281-4/+7
* [OpenMP] Code generation for the is_device_ptr clauseSamuel Antao2016-07-281-4/+40
* [OpenMP] Codegen for use_device_ptr clause.Samuel Antao2016-07-281-131/+247
* [OpenMP] Add support to map member expressions with references to pointers.Samuel Antao2016-07-271-3/+23
OpenPOWER on IntegriCloud