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]Simplify processing of context selectors, NFC.
Alexey Bataev
2019-11-22
1
-49
/
+27
*
[OPENMP]Remove unused template parameter, NFC.
Alexey Bataev
2019-11-21
1
-1
/
+1
*
[OPENMP50]Add device/kind context selector support.
Alexey Bataev
2019-11-21
1
-23
/
+170
*
[OPENMP]Rename function, NFC.
Alexey Bataev
2019-11-19
1
-12
/
+12
*
[OPENMP50]Fix PR44024: runtime assert in distribute construct.
Alexey Bataev
2019-11-18
1
-1
/
+3
*
[OpenMP] Use an explicit copy in a range-based for
Mark de Wever
2019-11-12
1
-7
/
+7
*
[OPENMP50]Generalize handling of context matching/scoring.
Alexey Bataev
2019-11-11
1
-36
/
+97
*
[OPENMP50]Simplify processing of context selector scores.
Alexey Bataev
2019-11-05
1
-37
/
+1
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-0
/
+5
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-0
/
+5
*
[OPENMP]Improve use of the global tid parameter.
Alexey Bataev
2019-10-17
1
-9
/
+14
*
[OPENMP]Fix thread id passed to outlined region in sequential parallel
Alexey Bataev
2019-10-17
1
-5
/
+3
*
[OPENMP]Use different addresses for zeroed thread_id/bound_id.
Alexey Bataev
2019-10-16
1
-3
/
+7
*
[Clang][OpenMP Offload] Move offload registration code to the wrapper
Sergey Dmitriev
2019-10-15
1
-168
/
+3
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-0
/
+5
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-0
/
+5
*
[OPENMP50]Support for declare variant directive for NVPTX target.
Alexey Bataev
2019-10-10
1
-6
/
+7
*
[OPENMP50]Fix scoring of contexts with and without user provided scores.
Alexey Bataev
2019-10-09
1
-2
/
+2
*
[OPENMP50]Multiple vendors in vendor context must be treated as logical
Alexey Bataev
2019-10-08
1
-1
/
+2
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-14
/
+14
*
[OPENMP50]Codegen support for scores in context selectors.
Alexey Bataev
2019-10-03
1
-10
/
+60
*
[OPENMP]Fix emission of the declare target variables in device mode.
Alexey Bataev
2019-10-03
1
-2
/
+4
*
[OPENMP]Improve diagnostics for not found declare target entries.
Alexey Bataev
2019-10-03
1
-16
/
+31
*
Fix unused variable warning. NFCI.
Michael Liao
2019-10-02
1
-4
/
+4
*
[OPENMP50]Initial codegen for declare variant implementation vendor.
Alexey Bataev
2019-10-01
1
-0
/
+127
*
[OPENMP]Fix PR43330: OpenMP target: Mapping of partial arrays fails.
Alexey Bataev
2019-10-01
1
-8
/
+27
*
[Clang][OpenMP Offload] Create start/end symbols for the offloading entry tab...
Sergey Dmitriev
2019-09-27
1
-9
/
+8
*
[OPENMP]Fix PR43355: DO not emit target calls if only -fopenmp-targets
Alexey Bataev
2019-09-23
1
-0
/
+4
*
[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
[next]