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
/
lib
/
Basic
/
OpenMPKinds.cpp
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-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-13
Alexey Bataev
[OPENMP50]Add support for hint clause in atomic directive.
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-17
Alexey Bataev
[OPENMP50]Add parsing/sema analysis for nontemporal...
blob
|
commitdiff
|
diff to current
2019-12-11
Alexey Bataev
[OPENMP50]Add if clause in teams distribute simd directive.
blob
|
commitdiff
|
diff to current
2019-12-10
Johannes Doerfert
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
blob
|
commitdiff
|
diff to current
2019-12-06
Alexey Bataev
[OPENMP50]Add if clause in distribute simd directive.
blob
|
commitdiff
|
diff to current
2019-12-05
cchen
[OpenMP50] Add parallel master construct
blob
|
commitdiff
|
diff to current
2019-12-04
Reid Kleckner
Revert "[OpenMP50] Add parallel master construct, by...
blob
|
commitdiff
|
diff to current
2019-12-04
cchen
[OpenMP50] Add parallel master construct, by Chi Chun...
blob
|
commitdiff
|
diff to current
2019-11-21
Alexey Bataev
[OPENMP50]Add if clause in for simd directive.
blob
|
commitdiff
|
diff to current
2019-11-19
Alexey Bataev
[OPENMP50]Add if clause in simd directive.
blob
|
commitdiff
|
diff to current
2019-11-11
Alexey Bataev
[OPENMP50]Generalize handling of context matching/scoring.
blob
|
commitdiff
|
diff to current
2019-10-30
Alexey Bataev
[OPENMP50]Add support for parallel master taskloop...
blob
|
commitdiff
|
diff to current
2019-10-18
Alexey Bataev
[OPENMP50]Add support for master taskloop simd.
blob
|
commitdiff
|
diff to current
2019-10-14
Alexey Bataev
[OPENMP50]Add support for 'parallel master taskloop...
blob
|
commitdiff
|
diff to current
2019-10-10
Alexey Bataev
[OPENMP50]Support for 'master taskloop' directive.
blob
|
commitdiff
|
diff to current
2019-09-23
Alexey Bataev
[OPENMP]Use standard parsing for 'match' clause, NFC.
blob
|
commitdiff
|
diff to current
2019-09-13
Alexey Bataev
[OPENMP5.0]Add basic support for declare variant directive.
blob
|
commitdiff
|
diff to current
2019-08-23
Alexey Bataev
[OPENMP5.0]Add support for device_type clause in declar...
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-07
Alexey Bataev
[OPENMP 5.0]Add initial support for 'allocate' directive.
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-22
Michael Kruse
[OpenMP 5.0] Parsing/sema support for to clause with...
blob
|
commitdiff
|
diff to current
2019-02-01
Michael Kruse
[OpenMP 5.0] Parsing/sema support for "omp declare...
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-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-05-09
Adrian Prantl
Remove \brief commands from doxygen comments.
blob
|
commitdiff
|
diff to current
2018-01-15
Alexey Bataev
[OPENMP] Initial codegen for `target teams distribute...
blob
|
commitdiff
|
diff to current
2018-01-15
Alexey Bataev
[OPENMP] Add codegen for `depend` clauses on `target...
blob
|
commitdiff
|
diff to current
2018-01-03
Carlo Bertolli
[OpenMP] Initial implementation of code generation...
blob
|
commitdiff
|
diff to current
2017-12-13
Alexey Bataev
[OPENMP] Initial codegen for `target teams distribute...
blob
|
commitdiff
|
diff to current
2017-12-08
Alexey Bataev
[OPENMP] Initial codegen for `target teams distribute...
blob
|
commitdiff
|
diff to current
2017-12-04
Carlo Bertolli
[OpenMP] Initial implementation of code generation...
blob
|
commitdiff
|
diff to current
2017-11-28
Alexey Bataev
[OPENMP] Generalize capturing of clauses expressions.
blob
|
commitdiff
|
diff to current
2017-11-27
Alexey Bataev
[OPENMP] Codegen for `distribute parallel for simd...
blob
|
commitdiff
|
diff to current
2017-11-22
Alexey Bataev
[OPENMP] General improvement of code, NFC.
blob
|
commitdiff
|
diff to current
2017-11-21
Alexey Bataev
[OPENMP] Initial support for asynchronous data update...
blob
|
commitdiff
|
diff to current
2017-11-20
Carlo Bertolli
[OpenMP] Initial implementation of code generation...
blob
|
commitdiff
|
diff to current
2017-11-17
Alexey Bataev
[OPENMP] Codegen for `target simd` construct.
blob
|
commitdiff
|
diff to current
2017-11-09
Alexey Bataev
[OPENMP] Codegen for `#pragma omp target parallel for...
blob
|
commitdiff
|
diff to current
2017-11-09
Alexey Bataev
[OPENMP] Treat '#pragma omp target parallel for simd...
blob
|
commitdiff
|
diff to current
2017-11-08
Alexey Bataev
[OPENMP] Codegen for `#pragma omp target parallel for`.
blob
|
commitdiff
|
diff to current
2017-10-04
Carlo Bertolli
[OpenMP] Initial implementation of teams distribute...
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-04-20
Carlo Bertolli
[OpenMP] Prepare sema to support combined constructs...
blob
|
commitdiff
|
diff to current
2017-02-17
Carlo Bertolli
[OpenMP] Prepare Sema for initial implementation for...
blob
|
commitdiff
|
diff to current
2017-01-25
Arpith Chacko Jacob
[OpenMP] Codegen support for 'target teams' on the...
blob
|
commitdiff
|
diff to current
2017-01-25
Arpith Chacko Jacob
Reverting commit because an NVPTX patch sneaked in...
blob
|
commitdiff
|
diff to current
2017-01-25
Arpith Chacko Jacob
[OpenMP] Codegen support for 'target teams' on the...
blob
|
commitdiff
|
diff to current
2017-01-18
Arpith Chacko Jacob
[OpenMP] Codegen support for 'target parallel' on the...
blob
|
commitdiff
|
diff to current
2017-01-18
Arpith Chacko Jacob
Revert r292374 to debug Windows buildbot failure.
blob
|
commitdiff
|
diff to current
2017-01-18
Arpith Chacko Jacob
[OpenMP] Codegen support for 'target parallel' on the...
blob
|
commitdiff
|
diff to current
2017-01-10
Kelvin Li
[OpenMP] Sema and parsing for 'target teams distribute...
blob
|
commitdiff
|
diff to current
2017-01-03
Kelvin Li
[OpenMP] Sema and parsing for 'target teams distribute...
blob
|
commitdiff
|
diff to current
2016-12-29
Kelvin Li
[OpenMP] Sema and parsing for 'target teams distribute...
blob
|
commitdiff
|
diff to current
2016-12-25
Kelvin Li
[OpenMP] Sema and parsing for 'target teams distribute...
blob
|
commitdiff
|
diff to current
2016-12-17
Kelvin Li
[OpenMP] Sema and parsing for 'target teams' pragma
blob
|
commitdiff
|
diff to current
2016-12-09
Kelvin Li
[OpenMP] Sema and parsing for 'teams distribute paralle...
blob
|
commitdiff
|
diff to current
2016-11-30
Kelvin Li
[OpenMP] Sema and parsing for 'teams distribute paralle...
blob
|
commitdiff
|
diff to current
2016-10-25
Kelvin Li
Re-apply patch r279045.
blob
|
commitdiff
|
diff to current
2016-08-18
Diana Picus
Revert "[OpenMP] Sema and parsing for 'teams distribute...
blob
|
commitdiff
|
diff to current
2016-08-17
Kelvin Li
[OpenMP] Sema and parsing for 'teams distribute simd...
blob
|
commitdiff
|
diff to current
2016-08-05
Kelvin Li
[OpenMP] Sema and parsing for 'teams distribute' pragma
blob
|
commitdiff
|
diff to current
2016-07-20
Kelvin Li
[OpenMP] Sema and parsing for 'target simd' pragma
blob
|
commitdiff
|
diff to current
2016-07-14
Kelvin Li
[OpenMP] Sema and parsing for 'target parallel for...
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-07-06
Kelvin Li
[OpenMP] Sema and parsing for 'distribute simd' pragma
blob
|
commitdiff
|
diff to current
2016-07-05
Kelvin Li
[OpenMP] remove outdated comment (NFC)
blob
|
commitdiff
|
diff to current
2016-07-05
Kelvin Li
[OpenMP] Sema and parse for 'distribute parallel for...
blob
|
commitdiff
|
diff to current
2016-06-27
Carlo Bertolli
Resubmission of reviews.llvm.org/D21564 after fixes.
blob
|
commitdiff
|
diff to current
2016-06-24
Carlo Bertolli
Revert r273705
blob
|
commitdiff
|
diff to current
2016-06-24
Carlo Bertolli
[OpenMP] Initial implementation of parse and sema for...
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-26
Samuel Antao
[OpenMP] Parsing and sema support for target update...
blob
|
commitdiff
|
diff to current
2016-04-13
Alexey Bataev
[OPENMP 4.0] Fixed DSA analysis for taskloop directives.
blob
|
commitdiff
|
diff to current
2016-04-12
Alexey Bataev
[OPENMP 4.0] Support for 'uniform' clause in 'declare...
blob
|
commitdiff
|
diff to current
next