index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGOpenMPRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP]Call __kmpc_push_tripcount in task context.
Alexey Bataev
2019-09-23
1
-30
/
+30
*
[OPENMP5.0]Add basic support for declare variant directive.
Alexey Bataev
2019-09-13
1
-0
/
+5
*
[OPENMP5]Use nonmonotonic modifier by default for non-static and
Alexey Bataev
2019-08-23
1
-8
/
+21
*
[OPENMP5.0]Add support for device_type clause in declare target
Alexey Bataev
2019-08-23
1
-2
/
+16
*
[OpenMP] Add support for close map modifier in Clang
Gheorghe-Teodor Bercea
2019-08-09
1
-2
/
+8
*
[OpenMP 5.0] Codegen support for user-defined mappers.
Michael Kruse
2019-08-05
1
-23
/
+476
*
Revert "[OpenMP 5.0] Codegen support for user-defined mappers."
Michael Kruse
2019-08-04
1
-476
/
+23
*
[OpenMP 5.0] Codegen support for user-defined mappers.
Michael Kruse
2019-08-04
1
-23
/
+476
*
[OpenMP] Fix declare target link implementation
Gheorghe-Teodor Bercea
2019-08-01
1
-32
/
+40
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-13
/
+13
*
Added mapping for pointers captured in Lambdas in OpenMP target regions,
Alexey Bataev
2019-07-11
1
-9
/
+19
*
[OPENMP]Generate correctly implicit flags for mapped data.
Alexey Bataev
2019-06-27
1
-7
/
+19
*
[OPENMP]Fix PR41966: type mismatch in runtime functions.
Alexey Bataev
2019-06-25
1
-53
/
+69
*
P0840R2: support for [[no_unique_address]] attribute
Richard Smith
2019-06-20
1
-1
/
+1
*
[OpenMP] Add support for handling declare target to clause when unified memor...
Gheorghe-Teodor Bercea
2019-06-20
1
-23
/
+50
*
[OpenMP] Add target task alloc function with device ID
Gheorghe-Teodor Bercea
2019-06-14
1
-12
/
+49
*
[OpenMP] Avoid emitting maps for target link variables when unified memory is...
Gheorghe-Teodor Bercea
2019-06-14
1
-1
/
+6
*
[CGOpenMPRuntime] emitX86DeclareSimdFunction - assert simdlen/cdtsize is not ...
Simon Pilgrim
2019-05-22
1
-2
/
+3
*
[OpenMP] Add support for registering requires directives with the runtime
Gheorghe-Teodor Bercea
2019-05-21
1
-1
/
+89
*
[OPENMP][NVPTX]Mark more functions as always_inline for better
Alexey Bataev
2019-05-21
1
-6
/
+10
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-6
/
+3
*
[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.
Alexey Bataev
2019-04-17
1
-18
/
+92
*
[AArch64] Implement Vector Funtion ABI name mangling.
Alexey Bataev
2019-04-16
1
-3
/
+318
*
[OPENMP]Improve detection of number of teams, threads in target
Alexey Bataev
2019-04-10
1
-189
/
+365
*
[OPENMP] Sync __kmpc_alloc/_kmpc_free function with the runtime.
Alexey Bataev
2019-04-08
1
-10
/
+15
*
[OPENMP]Add codegen for firstprivate vars with allocate clause.
Alexey Bataev
2019-04-03
1
-2
/
+5
*
[OPENMP]Add codegen for private vars with allocate clause.
Alexey Bataev
2019-04-02
1
-6
/
+2
*
[OPENMP]Fix mapping of the pointers captured by reference.
Alexey Bataev
2019-04-02
1
-3
/
+12
*
[OPENMP] Simplify codegen for allocate directive on local variables.
Alexey Bataev
2019-03-21
1
-45
/
+41
*
[OPENMP]Codegen support for allocate directive on global variables.
Alexey Bataev
2019-03-21
1
-0
/
+24
*
Fix unused variable warning. NFCI.
Simon Pilgrim
2019-03-19
1
-1
/
+1
*
[OPENMP]Remove unused parameter, NFC.
Alexey Bataev
2019-03-19
1
-5
/
+5
*
[OPENMP] Codegen for local variables with the allocate pragma.
Alexey Bataev
2019-03-19
1
-0
/
+97
*
[OPENMP] Set scheduling for doacross loops as schedule, 1.
Alexey Bataev
2019-03-18
1
-0
/
+18
*
[OPENMP]Fix PR37283: Assertion failure on openmp task with by reference
Alexey Bataev
2019-03-13
1
-1
/
+1
*
[OPENMP]Allow to redefine entry for the variables definitions.
Alexey Bataev
2019-03-12
1
-3
/
+18
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+3
*
[OPENMP]Target region: emit const firstprivates as globals with constant
Alexey Bataev
2019-03-05
1
-8
/
+62
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-33
/
+15
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-08
1
-2
/
+1
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-58
/
+63
*
[OpenMP] Adding support to the mutexinoutset dep-type
Sergi Mateo Bellido
2019-02-04
1
-1
/
+4
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+3
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-1
/
+0
*
Adjust documentation for git migration.
James Y Knight
2019-01-29
1
-5
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+32
*
[OPENMP]Add call to __kmpc_push_target_tripcount() function.
Alexey Bataev
2019-01-07
1
-0
/
+189
*
[OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...
Patrick Lyster
2019-01-02
1
-2
/
+9
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-1
/
+1
[prev]
[next]