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
/
include
/
clang
/
AST
/
OpenMPClause.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang
Johannes Doerfert
2019-12-26
1
-4
/
+5
*
[OPENMP50]Basic support for conditional lastprivate.
Alexey Bataev
2019-12-24
1
-3
/
+31
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
1
-0
/
+23
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
1
-0
/
+73
*
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
Johannes Doerfert
2019-12-10
1
-3
/
+5
*
[OPENMP]Allow priority clause in combined task-based directives.
Alexey Bataev
2019-10-16
1
-11
/
+17
*
[OPENMP]Fix comments/params, NFC.
Alexey Bataev
2019-10-15
1
-4
/
+3
*
[OPENMP]Allow final clause in combined task-based directives.
Alexey Bataev
2019-10-15
1
-10
/
+17
*
[OPNEMP]Allow num_tasks clause in combined task-based directives.
Alexey Bataev
2019-10-14
1
-9
/
+15
*
[OPNEMP]Allow grainsize clause in combined task-based directives.
Alexey Bataev
2019-10-14
1
-9
/
+15
*
[OPENMP][Analysis] Add analysis of the map clauses.
Alexey Bataev
2019-08-28
1
-1
/
+6
*
[OPENMP]Add support for analysis of linear variables and step.
Alexey Bataev
2019-08-08
1
-4
/
+30
*
[OPENMP]Add support for analysis of reduction variables.
Alexey Bataev
2019-07-26
1
-2
/
+4
*
[OPENMP]Add support for analysis of firstprivate variables.
Alexey Bataev
2019-07-22
1
-2
/
+4
*
[OPENMP]Add support for analysis of if clauses.
Alexey Bataev
2019-07-16
1
-4
/
+3
*
Revert "[OPENMP]Add support for analysis of if clauses."
Ali Tamur
2019-07-16
1
-3
/
+4
*
[OPENMP]Add support for analysis of if clauses.
Alexey Bataev
2019-07-15
1
-4
/
+3
*
[OPENMP]Initial fix PR42392: Improve -Wuninitialized warnings for OpenMP prog...
Alexey Bataev
2019-07-11
1
-0
/
+394
*
[AST][NFC] Add const children() accessors to all AST nodes
Bruno Ricci
2019-04-12
1
-0
/
+241
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2019-03-28
1
-1
/
+0
*
[OPENMP]Initial support for 'allocate' clause.
Alexey Bataev
2019-03-27
1
-0
/
+86
*
[OPENMP 5.0]Initial support for 'allocator' clause.
Alexey Bataev
2019-03-12
1
-0
/
+52
*
[clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"
Roman Lebedev
2019-03-06
1
-3
/
+0
*
[OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.
Michael Kruse
2019-02-25
1
-4
/
+20
*
[NFC] Fix Wdocumentation warning in OMPToClause
Bruno Ricci
2019-02-23
1
-1
/
+0
*
[OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.
Michael Kruse
2019-02-22
1
-4
/
+28
*
[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.
Michael Kruse
2019-02-19
1
-244
/
+308
*
[clang][OpenMP] OMPFlushClause is synthetic, no such clause exists
Roman Lebedev
2019-01-28
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OPENMP] parsing and sema support for 'close' map-type-modifier
Kelvin Li
2018-12-18
1
-14
/
+77
*
Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...
Patrick Lyster
2018-11-02
1
-0
/
+79
*
[OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMPClause.cpp - NFC. Diff...
Patrick Lyster
2018-10-18
1
-0
/
+16
*
Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...
Patrick Lyster
2018-10-11
1
-0
/
+32
*
[OPENMP] Add reverse_offload clause to requires directive
Patrick Lyster
2018-10-03
1
-0
/
+31
*
Add support for unified_shared_memory clause on requires directive
Patrick Lyster
2018-10-01
1
-0
/
+31
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+31
*
[OPENMP] Fix spelling of getLoopCounter (NFC)
Mike Rice
2018-09-20
1
-2
/
+2
*
[OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)
Kelvin Li
2018-09-15
1
-0
/
+37
*
Remove deprecated API
Stephen Kelly
2018-09-06
1
-8
/
+0
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-23
/
+73
*
Revert "[OPENMP] Fix emission of the loop doacross constructs."
Alexey Bataev
2018-08-13
1
-73
/
+23
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-23
/
+73
*
Mark up deprecated methods as such
Stephen Kelly
2018-08-09
1
-2
/
+8
*
Add getEndLoc API to replace getLocEnd
Stephen Kelly
2018-08-09
1
-1
/
+2
*
Add getBeginLoc API to replace getLocStart
Stephen Kelly
2018-08-09
1
-1
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-477
/
+477
*
[OPENMP] Code cleanup and code improvements.
Alexey Bataev
2018-04-18
1
-12
/
+12
*
[NFC] fix trivial typos in comments and documents
Hiroshi Inoue
2018-01-26
1
-1
/
+1
*
[OPENMP] Add codegen for `depend` clauses on `target` directive.
Alexey Bataev
2018-01-15
1
-3
/
+6
*
[AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-11-29
1
-677
/
+686
[next]