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
*
Make helper functions static or move them into anonymous namespaces. NFC.
Benjamin Kramer
2020-01-14
1
-2
/
+4
*
[OPENMP]Remove unused code, NFC.
Alexey Bataev
2020-01-09
1
-75
/
+0
*
Fix MSVC unhandled enum warning. NFCI.
Simon Pilgrim
2020-01-09
1
-0
/
+1
*
[OPENMP]Reduce calls for the mangled names.
Alexey Bataev
2020-01-07
1
-6
/
+6
*
[NFC] Use isX86() instead of getArch()
Jim Lin
2020-01-07
1
-2
/
+1
*
[OPENMP50]Support lastprivate conditional updates in inc/dec unary ops.
Alexey Bataev
2020-01-06
1
-12
/
+24
*
[OPENMP50]Codegen for lastprivate conditional list items.
Alexey Bataev
2020-01-02
1
-0
/
+263
*
[OPENMP]Emit artificial threprivate vars as threadlocal, if possible.
Alexey Bataev
2019-12-31
1
-2
/
+7
*
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang
Johannes Doerfert
2019-12-26
1
-26
/
+4
*
[OpenMP][IR-Builder] Introduce the finalization stack
Johannes Doerfert
2019-12-25
1
-15
/
+51
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
1
-0
/
+41
*
[OPENMP50]Fix possible conflict when emitting an alias for the functions
Alexey Bataev
2019-12-12
1
-1
/
+1
*
[OpenMP] Use the OpenMP-IR-Builder
Johannes Doerfert
2019-12-11
1
-2
/
+25
*
[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
-2
/
+3
*
Debug Info: Assert that location is available for cleanups
Adrian Prantl
2019-12-05
1
-1
/
+1
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+5
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-5
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+5
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-71
/
+82
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-83
/
+72
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-72
/
+83
*
[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
[next]