git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[OPENMP50]Add support for extended device clause in target directives.
[lldb.git]
/
clang
/
include
/
clang
/
AST
/
OpenMPClause.h
2020-03-18
Alexey Bataev
[OPENMP50]Add support for extended device clause in...
blob
|
commitdiff
2020-03-17
Alexey Bataev
[OPENMP50]Initial support for detach clause in task...
blob
|
commitdiff
|
diff to current
2020-03-03
Alexey Bataev
[OPENMP50]Support 'update' clause for 'depobj' directive.
blob
|
commitdiff
|
diff to current
2020-03-02
Alexey Bataev
[OPENMP50]Support 'destroy' clause on 'depobj' directives.
blob
|
commitdiff
|
diff to current
2020-03-02
Alexey Bataev
[OPENMP50]Add basic support for depobj construct.
blob
|
commitdiff
|
diff to current
2020-02-16
Johannes Doerfert
[FIX] Do not copy an llvm::function_ref if it has to...
blob
|
commitdiff
|
diff to current
2020-02-15
Atmn Patel
[OpenMP][NFCI] Use the libFrontend DefaultKind in Clang
blob
|
commitdiff
|
diff to current
2020-02-14
Johannes Doerfert
[OpenMP][Part 2] Use reusable OpenMP context/traits...
blob
|
commitdiff
|
diff to current
2020-02-11
Justin Lebar
Use std::foo_t rather than std::foo in clang.
blob
|
commitdiff
|
diff to current
2020-02-11
Alexey Bataev
[OPENMP50]Add support for relaxed clause in atomic...
blob
|
commitdiff
|
diff to current
2020-02-10
Alexey Bataev
[OPENMP50]Add support for 'release' clause.
blob
|
commitdiff
|
diff to current
2020-02-10
Alexey Bataev
[OPENMP50]Support for acquire clause.
blob
|
commitdiff
|
diff to current
2020-02-07
Alexey Bataev
[OPENMP50]Add parsing/sema for acq_rel clause.
blob
|
commitdiff
|
diff to current
2020-02-03
Alexey Bataev
[OPENMP50]Basic parsing/sema analysis for order(concurr...
blob
|
commitdiff
|
diff to current
2019-12-26
Johannes Doerfert
[OpenMP][NFCI] Use the libFrontend ProcBindKind in...
blob
|
commitdiff
|
diff to current
2019-12-24
Alexey Bataev
[OPENMP50]Basic support for conditional lastprivate.
blob
|
commitdiff
|
diff to current
2019-12-23
Alexey Bataev
[OPENMP50]Codegen for nontemporal clause.
blob
|
commitdiff
|
diff to current
2019-12-17
Alexey Bataev
[OPENMP50]Add parsing/sema analysis for nontemporal...
blob
|
commitdiff
|
diff to current
2019-12-10
Johannes Doerfert
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
blob
|
commitdiff
|
diff to current
2019-10-16
Alexey Bataev
[OPENMP]Allow priority clause in combined task-based...
blob
|
commitdiff
|
diff to current
2019-10-15
Alexey Bataev
[OPENMP]Fix comments/params, NFC.
blob
|
commitdiff
|
diff to current
2019-10-15
Alexey Bataev
[OPENMP]Allow final clause in combined task-based direc...
blob
|
commitdiff
|
diff to current
2019-10-14
Alexey Bataev
[OPNEMP]Allow num_tasks clause in combined task-based...
blob
|
commitdiff
|
diff to current
2019-10-14
Alexey Bataev
[OPNEMP]Allow grainsize clause in combined task-based...
blob
|
commitdiff
|
diff to current
2019-08-28
Alexey Bataev
[OPENMP][Analysis] Add analysis of the map clauses.
blob
|
commitdiff
|
diff to current
2019-08-08
Alexey Bataev
[OPENMP]Add support for analysis of linear variables...
blob
|
commitdiff
|
diff to current
2019-07-26
Alexey Bataev
[OPENMP]Add support for analysis of reduction variables.
blob
|
commitdiff
|
diff to current
2019-07-22
Alexey Bataev
[OPENMP]Add support for analysis of firstprivate variables.
blob
|
commitdiff
|
diff to current
2019-07-16
Alexey Bataev
[OPENMP]Add support for analysis of if clauses.
blob
|
commitdiff
|
diff to current
2019-07-16
Ali Tamur
Revert "[OPENMP]Add support for analysis of if clauses."
blob
|
commitdiff
|
diff to current
2019-07-15
Alexey Bataev
[OPENMP]Add support for analysis of if clauses.
blob
|
commitdiff
|
diff to current
2019-07-11
Alexey Bataev
[OPENMP]Initial fix PR42392: Improve -Wuninitialized...
blob
|
commitdiff
|
diff to current
2019-04-12
Bruno Ricci
[AST][NFC] Add const children() accessors to all AST...
blob
|
commitdiff
|
diff to current
2019-03-28
Simon Pilgrim
Fix Wdocumentation warning. NFCI.
blob
|
commitdiff
|
diff to current
2019-03-27
Alexey Bataev
[OPENMP]Initial support for 'allocate' clause.
blob
|
commitdiff
|
diff to current
2019-03-12
Alexey Bataev
[OPENMP 5.0]Initial support for 'allocator' clause.
blob
|
commitdiff
|
diff to current
2019-03-06
Roman Lebedev
[clang][OpenMP] Revert "OMPFlushClause is synthetic...
blob
|
commitdiff
|
diff to current
2019-02-25
Michael Kruse
[OpenMP 5.0] Parsing/sema support for from clause with...
blob
|
commitdiff
|
diff to current
2019-02-23
Bruno Ricci
[NFC] Fix Wdocumentation warning in OMPToClause
blob
|
commitdiff
|
diff to current
2019-02-22
Michael Kruse
[OpenMP 5.0] Parsing/sema support for to clause with...
blob
|
commitdiff
|
diff to current
2019-02-19
Michael Kruse
[OpenMP 5.0] Parsing/sema support for map clause with...
blob
|
commitdiff
|
diff to current
2019-01-28
Roman Lebedev
[clang][OpenMP] OMPFlushClause is synthetic, no such...
blob
|
commitdiff
|
diff to current
2019-01-19
Chandler Carruth
Update the file headers across all of the LLVM projects...
blob
|
commitdiff
|
diff to current
2018-12-18
Kelvin Li
[OPENMP] parsing and sema support for 'close' map-type...
blob
|
commitdiff
|
diff to current
2018-11-02
Patrick Lyster
Add support for 'atomic_default_mem_order' clause on...
blob
|
commitdiff
|
diff to current
2018-10-18
Patrick Lyster
[OPENMP] Move OMPClausePrinter to OpenMPClause.h/OpenMP...
blob
|
commitdiff
|
diff to current
2018-10-11
Patrick Lyster
Add support for 'dynamic_allocators' clause on 'require...
blob
|
commitdiff
|
diff to current
2018-10-03
Patrick Lyster
[OPENMP] Add reverse_offload clause to requires directive
blob
|
commitdiff
|
diff to current
2018-10-01
Patrick Lyster
Add support for unified_shared_memory clause on require...
blob
|
commitdiff
|
diff to current
2018-09-26
Kelvin Li
[OPENMP] Add support for OMP5 requires directive +...
blob
|
commitdiff
|
diff to current
2018-09-20
Mike Rice
[OPENMP] Fix spelling of getLoopCounter (NFC)
blob
|
commitdiff
|
diff to current
2018-09-15
Kelvin Li
[OPENMP] Move OMPClauseReader/Writer classes to ASTRead...
blob
|
commitdiff
|
diff to current
2018-09-06
Stephen Kelly
Remove deprecated API
blob
|
commitdiff
|
diff to current
2018-08-13
Alexey Bataev
[OPENMP] Fix emission of the loop doacross constructs.
blob
|
commitdiff
|
diff to current
2018-08-13
Alexey Bataev
Revert "[OPENMP] Fix emission of the loop doacross...
blob
|
commitdiff
|
diff to current
2018-08-13
Alexey Bataev
[OPENMP] Fix emission of the loop doacross constructs.
blob
|
commitdiff
|
diff to current
2018-08-09
Stephen Kelly
Mark up deprecated methods as such
blob
|
commitdiff
|
diff to current
2018-08-09
Stephen Kelly
Add getEndLoc API to replace getLocEnd
blob
|
commitdiff
|
diff to current
2018-08-09
Stephen Kelly
Add getBeginLoc API to replace getLocStart
blob
|
commitdiff
|
diff to current
2018-05-09
Adrian Prantl
Remove \brief commands from doxygen comments.
blob
|
commitdiff
|
diff to current
2018-04-18
Alexey Bataev
[OPENMP] Code cleanup and code improvements.
blob
|
commitdiff
|
diff to current
2018-01-26
Hiroshi Inoue
[NFC] fix trivial typos in comments and documents
blob
|
commitdiff
|
diff to current
2018-01-15
Alexey Bataev
[OPENMP] Add codegen for `depend` clauses on `target...
blob
|
commitdiff
|
diff to current
2017-11-29
Eugene Zelenko
[AST] Fix some Clang-tidy modernize and Include What...
blob
|
commitdiff
|
diff to current
2017-10-02
Alexey Bataev
[OPENMP] Capture argument of `device` clause for target...
blob
|
commitdiff
|
diff to current
2017-07-27
Alexey Bataev
[OPENMP] Codegen for 'in_reduction' clause.
blob
|
commitdiff
|
diff to current
2017-07-21
Alexey Bataev
[OPENMP] Initial support for 'in_reduction' clause.
blob
|
commitdiff
|
diff to current
2017-07-18
Alexey Bataev
[OPENMP] Initial support for 'task_reduction' clause.
blob
|
commitdiff
|
diff to current
2017-06-27
Alexey Bataev
[OPENMP] Use MapVector instead of DenseMap for stable...
blob
|
commitdiff
|
diff to current
2017-01-25
Arpith Chacko Jacob
[OpenMP] Support for thread_limit-clause on the 'target...
blob
|
commitdiff
|
diff to current
2017-01-25
Arpith Chacko Jacob
[OpenMP] Support for num_teams-clause on the 'target...
blob
|
commitdiff
|
diff to current
2017-01-25
Arpith Chacko Jacob
[OpenMP] Support for the num_threads-clause on 'target...
blob
|
commitdiff
|
diff to current
2017-01-18
Arpith Chacko Jacob
[OpenMP] Support for the if-clause on the combined...
blob
|
commitdiff
|
diff to current
2016-07-28
Samuel Antao
[OpenMP] Code generation for the is_device_ptr clause
blob
|
commitdiff
|
diff to current
2016-07-28
Samuel Antao
[OpenMP] Codegen for use_device_ptr clause.
blob
|
commitdiff
|
diff to current
2016-07-13
Carlo Bertolli
[OpenMP] Initial implementation of parse+sema for OpenM...
blob
|
commitdiff
|
diff to current
2016-07-13
Carlo Bertolli
[OpenMP] Initial implementation of parse+sema for claus...
blob
|
commitdiff
|
diff to current
2016-05-27
NAKAMURA Takumi
OpenMPClause.h: Fix r270882. [-Wdocumentation]
blob
|
commitdiff
|
diff to current
2016-05-26
Samuel Antao
[OpenMP] Parsing and sema support for the from clause
blob
|
commitdiff
|
diff to current
2016-05-26
Samuel Antao
[OpenMP] Parsing and sema support for the to clause
blob
|
commitdiff
|
diff to current
2016-05-25
Alexey Bataev
[OPENMP 4.5] Codegen for dacross loop synchronization...
blob
|
commitdiff
|
diff to current
2016-04-26
Samuel Antao
[OpenMP] Improve mappable expressions Sema.
blob
|
commitdiff
|
diff to current
2016-03-09
Alexey Bataev
[OPENMP 4.5] Codegen for data members in 'linear' clause.
blob
|
commitdiff
|
diff to current
2016-03-04
Alexey Bataev
[OPENMP] Simplify handling of clauses with postupdates...
blob
|
commitdiff
|
diff to current
2016-03-02
Alexey Bataev
[OPENMP 4.5] Codegen for data members in 'reduction...
blob
|
commitdiff
|
diff to current
2016-02-26
NAKAMURA Takumi
OpenMPClause.h: Fix typo in \param. [-Wdocumentation]
blob
|
commitdiff
|
diff to current
2016-02-25
Alexey Bataev
[OPENMP 4.5] Codegen for member decls in 'lastprivate...
blob
|
commitdiff
|
diff to current
2016-02-17
Alexey Bataev
[OPENMP 4.5] Codegen support for data members in 'first...
blob
|
commitdiff
|
diff to current
2016-02-16
Alexey Bataev
[OPENMP] Improved handling of pseudo-captured expressio...
blob
|
commitdiff
|
diff to current
2016-01-26
Arpith Chacko Jacob
[OpenMP] Parsing + sema for defaultmap clause.
blob
|
commitdiff
|
diff to current
2016-01-19
Samuel Antao
[OpenMP] Detect implicit map type to report unspecified...
blob
|
commitdiff
|
diff to current
2016-01-15
Carlo Bertolli
Add OpenMP dist_schedule clause to distribute directive...
blob
|
commitdiff
|
diff to current
2016-01-01
James Y Knight
[TrailingObjects] Fix "Convert classes in OpenMPClause...
blob
|
commitdiff
|
diff to current
2016-01-01
James Y Knight
[TrailingObjects] Convert classes in OpenMPClause.h
blob
|
commitdiff
|
diff to current
2015-12-28
Alexey Bataev
[OPENMP 4.5] Sema/parsing support for extended format...
blob
|
commitdiff
|
diff to current
2015-12-15
Alexey Bataev
[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critica...
blob
|
commitdiff
|
diff to current
2015-12-08
Alexey Bataev
[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
blob
|
commitdiff
|
diff to current
2015-12-07
Alexey Bataev
[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
blob
|
commitdiff
|
diff to current
2015-12-07
Alexey Bataev
[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
blob
|
commitdiff
|
diff to current
2015-12-01
Alexey Bataev
[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
blob
|
commitdiff
|
diff to current
next