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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP 5.0] Codegen support for user-defined mappers.
Michael Kruse
2019-08-05
1
-0
/
+20
*
Revert "[OpenMP 5.0] Codegen support for user-defined mappers."
Michael Kruse
2019-08-04
1
-20
/
+0
*
[OpenMP 5.0] Codegen support for user-defined mappers.
Michael Kruse
2019-08-04
1
-0
/
+20
*
[OpenMP] Add support for handling declare target to clause when unified memor...
Gheorghe-Teodor Bercea
2019-06-20
1
-2
/
+2
*
[OpenMP] Avoid emitting maps for target link variables when unified memory is...
Gheorghe-Teodor Bercea
2019-06-14
1
-0
/
+3
*
[OpenMP] Add support for registering requires directives with the runtime
Gheorghe-Teodor Bercea
2019-05-21
1
-2
/
+17
*
[OPENMP]Improve detection of number of teams, threads in target
Alexey Bataev
2019-04-10
1
-0
/
+5
*
[OPENMP]Codegen support for allocate directive on global variables.
Alexey Bataev
2019-03-21
1
-0
/
+5
*
[OPENMP]Remove unused parameter, NFC.
Alexey Bataev
2019-03-19
1
-3
/
+2
*
[OPENMP] Codegen for local variables with the allocate pragma.
Alexey Bataev
2019-03-19
1
-0
/
+6
*
[OPENMP] Set scheduling for doacross loops as schedule, 1.
Alexey Bataev
2019-03-18
1
-1
/
+1
*
[OPENMP]Target region: emit const firstprivates as globals with constant
Alexey Bataev
2019-03-05
1
-1
/
+11
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-35
/
+42
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix header issues.
Richard Trieu
2019-01-11
1
-0
/
+1
*
[OPENMP]Add call to __kmpc_push_target_tripcount() function.
Alexey Bataev
2019-01-07
1
-0
/
+9
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
[OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent.
Alexey Bataev
2018-12-04
1
-0
/
+4
*
[OPENMP][NVPTX]Basic support for reductions across the teams.
Alexey Bataev
2018-11-27
1
-7
/
+10
*
[OPENMP][NVPTX]Emit default locations as constant with undefined mode.
Alexey Bataev
2018-11-21
1
-1
/
+10
*
[OpenMP] Check target architecture supports unified shared memory for require...
Patrick Lyster
2018-11-19
1
-0
/
+5
*
[OPENMP]Fix handling of the globals during compilation for the device.
Alexey Bataev
2018-11-07
1
-4
/
+8
*
[OPENMP] Support for mapping of the lambdas in target regions.
Alexey Bataev
2018-10-30
1
-0
/
+6
*
[OpenMP][NVPTX] Use single loops when generating code for distribute parallel...
Gheorghe-Teodor Bercea
2018-10-29
1
-1
/
+15
*
[OPENMP] Fix emission of the __kmpc_global_thread_num.
Alexey Bataev
2018-10-05
1
-0
/
+6
*
[OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD m...
Gheorghe-Teodor Bercea
2018-09-27
1
-0
/
+6
*
[OpenMP] Make default distribute schedule for NVPTX target regions in SPMD mo...
Gheorghe-Teodor Bercea
2018-09-27
1
-0
/
+6
*
[OPENMP] Fix PR38903: Crash on instantiation of the non-dependent
Alexey Bataev
2018-09-13
1
-5
/
+1
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-4
/
+4
*
Revert "[OPENMP] Fix emission of the loop doacross constructs."
Alexey Bataev
2018-08-13
1
-4
/
+4
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-4
/
+4
*
[OPENMP] Mark variables captured in declare target region as implicitly
Alexey Bataev
2018-08-07
1
-0
/
+6
*
[OPENMP] Fix checks for declare target link entries.
Alexey Bataev
2018-07-16
1
-0
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-115
/
+115
*
[OPENMP] Support C++ member functions in the device constructs.
Alexey Bataev
2018-05-02
1
-1
/
+1
*
[OPENMP] Emit names of the globals depending on target.
Alexey Bataev
2018-05-02
1
-1
/
+10
*
[OPENMP] General code improvements.
Alexey Bataev
2018-04-16
1
-1
/
+2
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-3
/
+3
*
[OPENMP] Added emission of offloading data sections for declare target
Alexey Bataev
2018-03-30
1
-50
/
+131
*
[OPENMP] Codegen for ctor|dtor of declare target variables.
Alexey Bataev
2018-03-28
1
-19
/
+40
*
[OPENMP] Codegen for declare target with link clause.
Alexey Bataev
2018-03-26
1
-0
/
+5
*
[OPENMP, NVPTX] Emit correct thread id.
Alexey Bataev
2018-03-19
1
-4
/
+4
*
[OPENMP] Codegen for `omp declare target` construct.
Alexey Bataev
2018-03-15
1
-0
/
+20
*
[OpenMP] Add OpenMP data sharing infrastructure using global memory
Gheorghe-Teodor Bercea
2018-03-14
1
-1
/
+9
*
[OPENMP] Fix generation of the unique names for task reduction
Alexey Bataev
2018-03-06
1
-0
/
+2
*
[OPENMP] Require valid SourceLocation in function call, NFC.
Alexey Bataev
2018-02-22
1
-3
/
+2
*
[OPENMP] Add codegen for `depend` clauses on `target` directive.
Alexey Bataev
2018-01-15
1
-6
/
+2
*
[OPENMP] Add debug info for generated functions.
Alexey Bataev
2018-01-04
1
-1
/
+2
*
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
1
-0
/
+565
*
[OPENMP] Fix PR34916: Crash on mixing taskloop|tasks directives.
Alexey Bataev
2017-10-11
1
-0
/
+4
[next]