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
/
CGStmtOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Add another level to DebugInfoKind called Constructor
Amy Huang
2020-01-13
1
-2
/
+1
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-11
1
-1
/
+1
*
[OPENMP50]Support lastprivate conditional updates in inc/dec unary ops.
Alexey Bataev
2020-01-06
1
-0
/
+6
*
[OPENMP50]Codegen for lastprivate conditional list items.
Alexey Bataev
2020-01-02
1
-2
/
+24
*
[OpenMP] Use the OpenMPIRBuilder for `omp parallel`
Johannes Doerfert
2019-12-30
1
-0
/
+95
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
1
-2
/
+3
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
1
-0
/
+1
*
[OPENMP50]Add if clause in teams distribute parallel for simd directive.
Alexey Bataev
2019-12-11
1
-1
/
+2
*
[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
-1
/
+2
*
[OPENMP50]Add if clause in distribute simd directive.
Alexey Bataev
2019-12-06
1
-14
/
+22
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-2
/
+35
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-35
/
+2
*
[OPENMP50]Add support for if clause for simd part in taskloop simd
Alexey Bataev
2019-12-04
1
-13
/
+24
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-2
/
+35
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-47
/
+50
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-51
/
+48
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-48
/
+51
*
[OPENMP50]Add if clause in for simd directive.
Alexey Bataev
2019-11-21
1
-97
/
+121
*
[OPENMP50]Add if clause in simd directive.
Alexey Bataev
2019-11-19
1
-9
/
+40
*
[OPENMP50]Support for imperfectly nested loops.
Alexey Bataev
2019-11-04
1
-14
/
+43
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-1
/
+25
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-0
/
+10
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-1
/
+18
*
Reland r374450 with Richard Smith's comments and test fixed.
Erich Keane
2019-10-11
1
-5
/
+6
*
Revert 374450 "Fix __builtin_assume_aligned with too large values."
Nico Weber
2019-10-10
1
-5
/
+4
*
Fix __builtin_assume_aligned with too large values.
Erich Keane
2019-10-10
1
-4
/
+5
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-0
/
+10
*
[OPENMP]Fix caonical->canonical, NFC.
Alexey Bataev
2019-10-07
1
-2
/
+2
*
[OPENMP50]Treat range-based for as canonical loop.
Alexey Bataev
2019-10-07
1
-0
/
+33
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-2
/
+2
*
[OPENMP]Use standard parsing for 'match' clause, NFC.
Alexey Bataev
2019-09-23
1
-0
/
+1
*
[OPENMP]Call __kmpc_push_tripcount in task context.
Alexey Bataev
2019-09-23
1
-11
/
+14
*
[OPENMP]Fix for PR43349: Crash for privatized loop bound.
Alexey Bataev
2019-09-18
1
-0
/
+16
*
[OPENMP5.0]Add support for device_type clause in declare target
Alexey Bataev
2019-08-23
1
-0
/
+1
*
[OPENMP]Support for non-rectangular loops.
Alexey Bataev
2019-08-14
1
-0
/
+30
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-2
/
+2
*
[OPENMP]Fix PR41966: type mismatch in runtime functions.
Alexey Bataev
2019-06-25
1
-1
/
+2
*
[OPENMP]Do not crash for const firstprivates.
Alexey Bataev
2019-05-23
1
-1
/
+19
*
[OPENMP]Simplify codegen for the outlined regions.
Alexey Bataev
2019-05-23
1
-40
/
+19
*
[OPENMP]Add codegen for firstprivate vars with allocate clause.
Alexey Bataev
2019-04-03
1
-3
/
+5
*
[OPENMP]Initial support for 'allocate' clause.
Alexey Bataev
2019-03-27
1
-1
/
+1
*
[OPENMP]Fix crash for the ordered(n) clause.
Alexey Bataev
2019-03-14
1
-2
/
+3
*
[OPENMP 5.0]Initial support for 'allocator' clause.
Alexey Bataev
2019-03-12
1
-0
/
+1
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+1
*
[OPENMP]Target region: emit const firstprivates as globals with constant
Alexey Bataev
2019-03-05
1
-0
/
+13
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-3
/
+3
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-10
/
+14
*
[OPENMP]Fix PR40536: Do not emit __kmpc_push_target_tripcount if not
Alexey Bataev
2019-01-30
1
-2
/
+3
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-2
/
+0
[next]