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
/
CGOpenMPRuntimeNVPTX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang
Johannes Doerfert
2019-12-26
1
-1
/
+1
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
Johannes Doerfert
2019-12-10
1
-0
/
+1
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-0
/
+1
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+4
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-4
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+4
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-13
/
+18
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-18
/
+13
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-13
/
+18
*
[OPENMP]Rename function, NFC.
Alexey Bataev
2019-11-19
1
-1
/
+1
*
[OPENMP]Improve diagnostics for unsupported unified addressing.
Alexey Bataev
2019-11-05
1
-4
/
+9
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-0
/
+4
*
OpenMP: Add convergent to more runtime functions
Matt Arsenault
2019-10-27
1
-2
/
+2
*
OpenMP: Add helper function for convergent runtime calls
Matt Arsenault
2019-10-27
1
-7
/
+4
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-0
/
+4
*
[OPENMP]Use different addresses for zeroed thread_id/bound_id.
Alexey Bataev
2019-10-16
1
-16
/
+19
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-0
/
+4
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-0
/
+4
*
[OPENMP50]Support for declare variant directive for NVPTX target.
Alexey Bataev
2019-10-10
1
-0
/
+13
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-7
/
+9
*
[Alignment][Clang][NFC] Add CharUnits::getAsAlign
Guillaume Chatelet
2019-10-03
1
-3
/
+3
*
[OPENMP5.0]Add basic support for declare variant directive.
Alexey Bataev
2019-09-13
1
-0
/
+4
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-2
/
+3
*
[OPENMP][NVPTX]Fix critical region codegen.
Alexey Bataev
2019-08-26
1
-2
/
+24
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[OPENMP][NVPTX]Mark barrier functions calls as convergent.
Alexey Bataev
2019-07-18
1
-2
/
+5
*
[HIP] Add GPU arch gfx1010, gfx1011, and gfx1012
Yaxun Liu
2019-07-11
1
-0
/
+6
*
[AMDGPU] gfx908 clang target
Stanislav Mekhanoshin
2019-07-09
1
-0
/
+2
*
[OpenMP] Add support for registering requires directives with the runtime
Gheorghe-Teodor Bercea
2019-05-21
1
-1
/
+2
*
[OPENMP][NVPTX]Mark more functions as always_inline for better
Alexey Bataev
2019-05-21
1
-3
/
+16
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-6
/
+5
*
[OPENMP][NVPTX] target [teams distribute] simd maybe run without
Alexey Bataev
2019-04-19
1
-1
/
+8
*
[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.
Alexey Bataev
2019-04-17
1
-26
/
+5
*
[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.
Alexey Bataev
2019-04-16
1
-6
/
+8
*
[OPENMP][NVPTX]Run parallel regions with num_threads clauses in SPMD
Alexey Bataev
2019-04-15
1
-10
/
+7
*
[OPENMP]Improve detection of number of teams, threads in target
Alexey Bataev
2019-04-10
1
-71
/
+23
*
[OPENMP][NVPTX]Fixed processing of memory management directives.
Alexey Bataev
2019-04-08
1
-14
/
+42
*
[OPENMP]Fix a warning about unused variable, NFC.
Alexey Bataev
2019-03-21
1
-0
/
+1
*
[OPENMP] Simplify codegen for allocate directive on local variables.
Alexey Bataev
2019-03-21
1
-0
/
+24
*
[OPENMP]Codegen support for allocate directive on global variables.
Alexey Bataev
2019-03-21
1
-0
/
+28
*
[OPENMP]Remove unused parameter, NFC.
Alexey Bataev
2019-03-19
1
-3
/
+3
*
[OPENMP] Codegen for local variables with the allocate pragma.
Alexey Bataev
2019-03-19
1
-0
/
+3
*
[OPENMP][NVPTX]Fix PR40893: Size doesn't match for
Alexey Bataev
2019-03-13
1
-2
/
+8
*
[OPENMP]Remove debug service variable.
Alexey Bataev
2019-03-08
1
-14
/
+0
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-1
/
+5
*
[OPENMP]Target region: emit const firstprivates as globals with constant
Alexey Bataev
2019-03-05
1
-0
/
+8
*
[OPENMP][NVPTX]Use faster teams reduction algorithm.
Alexey Bataev
2019-02-20
1
-114
/
+607
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-38
/
+20
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-27
/
+28
[next]