summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGOpenMPRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OPENMP]Call __kmpc_push_tripcount in task context.Alexey Bataev2019-09-231-30/+30
* [OPENMP5.0]Add basic support for declare variant directive.Alexey Bataev2019-09-131-0/+5
* [OPENMP5]Use nonmonotonic modifier by default for non-static andAlexey Bataev2019-08-231-8/+21
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-2/+16
* [OpenMP] Add support for close map modifier in ClangGheorghe-Teodor Bercea2019-08-091-2/+8
* [OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse2019-08-051-23/+476
* Revert "[OpenMP 5.0] Codegen support for user-defined mappers."Michael Kruse2019-08-041-476/+23
* [OpenMP 5.0] Codegen support for user-defined mappers.Michael Kruse2019-08-041-23/+476
* [OpenMP] Fix declare target link implementationGheorghe-Teodor Bercea2019-08-011-32/+40
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-13/+13
* Added mapping for pointers captured in Lambdas in OpenMP target regions,Alexey Bataev2019-07-111-9/+19
* [OPENMP]Generate correctly implicit flags for mapped data.Alexey Bataev2019-06-271-7/+19
* [OPENMP]Fix PR41966: type mismatch in runtime functions.Alexey Bataev2019-06-251-53/+69
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-1/+1
* [OpenMP] Add support for handling declare target to clause when unified memor...Gheorghe-Teodor Bercea2019-06-201-23/+50
* [OpenMP] Add target task alloc function with device IDGheorghe-Teodor Bercea2019-06-141-12/+49
* [OpenMP] Avoid emitting maps for target link variables when unified memory is...Gheorghe-Teodor Bercea2019-06-141-1/+6
* [CGOpenMPRuntime] emitX86DeclareSimdFunction - assert simdlen/cdtsize is not ...Simon Pilgrim2019-05-221-2/+3
* [OpenMP] Add support for registering requires directives with the runtimeGheorghe-Teodor Bercea2019-05-211-1/+89
* [OPENMP][NVPTX]Mark more functions as always_inline for betterAlexey Bataev2019-05-211-6/+10
* Use llvm::stable_sortFangrui Song2019-04-241-6/+3
* [OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.Alexey Bataev2019-04-171-18/+92
* [AArch64] Implement Vector Funtion ABI name mangling.Alexey Bataev2019-04-161-3/+318
* [OPENMP]Improve detection of number of teams, threads in targetAlexey Bataev2019-04-101-189/+365
* [OPENMP] Sync __kmpc_alloc/_kmpc_free function with the runtime.Alexey Bataev2019-04-081-10/+15
* [OPENMP]Add codegen for firstprivate vars with allocate clause.Alexey Bataev2019-04-031-2/+5
* [OPENMP]Add codegen for private vars with allocate clause.Alexey Bataev2019-04-021-6/+2
* [OPENMP]Fix mapping of the pointers captured by reference.Alexey Bataev2019-04-021-3/+12
* [OPENMP] Simplify codegen for allocate directive on local variables.Alexey Bataev2019-03-211-45/+41
* [OPENMP]Codegen support for allocate directive on global variables.Alexey Bataev2019-03-211-0/+24
* Fix unused variable warning. NFCI.Simon Pilgrim2019-03-191-1/+1
* [OPENMP]Remove unused parameter, NFC.Alexey Bataev2019-03-191-5/+5
* [OPENMP] Codegen for local variables with the allocate pragma.Alexey Bataev2019-03-191-0/+97
* [OPENMP] Set scheduling for doacross loops as schedule, 1.Alexey Bataev2019-03-181-0/+18
* [OPENMP]Fix PR37283: Assertion failure on openmp task with by referenceAlexey Bataev2019-03-131-1/+1
* [OPENMP]Allow to redefine entry for the variables definitions.Alexey Bataev2019-03-121-3/+18
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+3
* [OPENMP]Target region: emit const firstprivates as globals with constantAlexey Bataev2019-03-051-8/+62
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-091-33/+15
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-081-2/+1
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-58/+63
* [OpenMP] Adding support to the mutexinoutset dep-typeSergi Mateo Bellido2019-02-041-1/+4
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+3
* Cleanup: replace uses of CallSite with CallBase.James Y Knight2019-01-301-1/+0
* Adjust documentation for git migration.James Y Knight2019-01-291-5/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-0/+32
* [OPENMP]Add call to __kmpc_push_target_tripcount() function.Alexey Bataev2019-01-071-0/+189
* [OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...Patrick Lyster2019-01-021-2/+9
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-211-1/+1
OpenPOWER on IntegriCloud