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]Remove unused code, NFC.
Alexey Bataev
2020-01-09
1
-27
/
+2
*
[OPENMP]Reduce calls for the mangled names.
Alexey Bataev
2020-01-07
1
-2
/
+3
*
[OPENMP50]Support lastprivate conditional updates in inc/dec unary ops.
Alexey Bataev
2020-01-06
1
-0
/
+5
*
[OPENMP50]Codegen for lastprivate conditional list items.
Alexey Bataev
2020-01-02
1
-0
/
+57
*
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang
Johannes Doerfert
2019-12-26
1
-2
/
+3
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
1
-0
/
+19
*
[OPENMP50]Add if clause in simd directive.
Alexey Bataev
2019-11-19
1
-11
/
+11
*
[OPENMP]Rename function, NFC.
Alexey Bataev
2019-11-19
1
-3
/
+3
*
[Clang][OpenMP Offload] Move offload registration code to the wrapper
Sergey Dmitriev
2019-10-15
1
-17
/
+3
*
[OPENMP50]Support for declare variant directive for NVPTX target.
Alexey Bataev
2019-10-10
1
-0
/
+11
*
[clang][OpenMP][NFC] #include GlobalDecl.h to avoid incomplete class type
Jordan Rupprecht
2019-10-01
1
-1
/
+1
*
[OPENMP50]Initial codegen for declare variant implementation vendor.
Alexey Bataev
2019-10-01
1
-0
/
+9
*
[OPENMP]Call __kmpc_push_tripcount in task context.
Alexey Bataev
2019-09-23
1
-17
/
+27
*
[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
[next]