summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-32/+33
* [OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent.Alexey Bataev2018-12-041-7/+12
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-4/+7
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-7/+4
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-4/+7
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-7/+4
* [OPENMP][NVPTX]Emit default locations as constant with undefined mode.Alexey Bataev2018-11-211-8/+10
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-4/+7
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-7/+4
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-4/+7
* [OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.Alexey Bataev2018-11-081-17/+25
* [OPENMP]Fix handling of the globals during compilation for the device.Alexey Bataev2018-11-071-57/+82
* [OPENMP]Change the mapping type for lambda captures.Alexey Bataev2018-11-021-3/+3
* [OPENMP] Support for mapping of the lambdas in target regions.Alexey Bataev2018-10-301-0/+84
* [OpenMP][NVPTX] Use single loops when generating code for distribute parallel...Gheorghe-Teodor Bercea2018-10-291-0/+12
* Do not always request an implicit taskgroup region inside the kmpc_taskloop f...Alexey Bataev2018-10-241-2/+2
* [OPENMP] Fix emission of the __kmpc_global_thread_num.Alexey Bataev2018-10-051-4/+35
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+2
* Make compare function in r342648 have strict weak ordering.Richard Trieu2018-09-211-2/+9
* [NFC] remove unused variableJF Bastien2018-09-211-1/+0
* [OPENMP] Add support for mapping memory pointed by member pointer.Alexey Bataev2018-09-201-11/+259
* [OPENMP] Fix PR38903: Crash on instantiation of the non-dependentAlexey Bataev2018-09-131-19/+12
* [OPENMP] Do not create offloading entry for declare target variablesAlexey Bataev2018-08-291-1/+9
* [OPENMP] Create non-const ident_t objects.Mike Rice2018-08-291-12/+13
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-151-6/+9
* [OPENMP] Fix processing of declare target construct.Alexey Bataev2018-08-141-28/+10
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-32/+60
* Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev2018-08-131-60/+32
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-32/+60
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-12/+12
* [OPENMP] Mark variables captured in declare target region as implicitlyAlexey Bataev2018-08-071-1/+18
* [OpenMP] Encode offload target triples into comdat key for offload initializa...Sergey Dmitriev2018-08-031-1/+13
* [OPENMP] Change linkage of offloading symbols to support droppingAlexey Bataev2018-07-311-2/+4
* [OPENMP] Prevent problems with linking of the static variables.Alexey Bataev2018-07-311-0/+13
* [OPENMP] ThreadId in serialized parallel regions is 0.Alexey Bataev2018-07-251-2/+2
* Fix unused variable warning.Erich Keane2018-07-191-1/+1
* The patch adds support for the new map interface between clang and libomptarg...Alexey Bataev2018-07-191-293/+492
* [OPENMP] Fix checks for declare target link entries.Alexey Bataev2018-07-161-13/+37
* [OPENMP] Fix syntactic errors in error messages.Alexey Bataev2018-07-161-2/+2
* Diagnose missing 'template' keywords in more cases.Richard Smith2018-06-261-1/+1
* Move helper classes into anonymous namespaces. NFCI.Benjamin Kramer2018-05-151-3/+4
* [OPENMP] Generate unique names for offloading regions id.Alexey Bataev2018-05-091-1/+1
* [OPENMP] Mark global tors/dtors as used.Alexey Bataev2018-05-091-0/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-94/+94
* [OPENMP, NVPTX] Fix linkage of the global entries.Alexey Bataev2018-05-081-5/+5
* [OPENMP, NVPTX] Added support for L2 parallelism.Alexey Bataev2018-05-071-7/+0
* [OPENMP] Support C++ member functions in the device constructs.Alexey Bataev2018-05-021-10/+3
* [OPENMP] Emit names of the globals depending on target.Alexey Bataev2018-05-021-72/+118
* [OPENMP] Emit template instatiation|specialization functions forAlexey Bataev2018-05-011-1/+10
OpenPOWER on IntegriCloud