Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b4dd6d24d7567869e66e901b02d886095b87525d
/
clang
/
lib
/
Sema
/
SemaOpenMP.cpp
97b7221
[OPENMP] Fix processing of declare target construct.
by Alexey Bataev
· 7 years ago
f138fda
[OPENMP] Fix emission of the loop doacross constructs.
by Alexey Bataev
· 7 years ago
2364717
Revert "[OPENMP] Fix emission of the loop doacross constructs."
by Alexey Bataev
· 7 years ago
0ce6360
[OPENMP] Fix emission of the loop doacross constructs.
by Alexey Bataev
· 7 years ago
1c301dc
Port getLocEnd -> getEndLoc
by Stephen Kelly
· 7 years ago
f2ceec4
Port getLocStart -> getBeginLoc
by Stephen Kelly
· 7 years ago
bf8fe71
[OPENMP] Mark variables captured in declare target region as implicitly
by Alexey Bataev
· 7 years ago
86ec3fe
[OPENMP] Fix PR38256: Fix locations of the artificial conditional op.
by Alexey Bataev
· 7 years ago
c1943e7
[OPENMP] Do not mark local variables as declare target.
by Alexey Bataev
· 7 years ago
3cabf73
[OPENMP] Fix incomplete type check for array reductions
by Joel E. Denny
· 7 years ago
e0e7a8a
Revert r335907: [OPENMP] Fix incomplete type check for array reductions
by Joel E. Denny
· 7 years ago
82e9ea5
[OPENMP] Fix incomplete type check for array reductions
by Joel E. Denny
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
354df2e
[OPENMP] Analyze the type of the mapped entity instead of its base.
by Alexey Bataev
· 8 years ago
dcc815d
[OPENMP] Do not emit warning for implicitly declared target functions.
by Alexey Bataev
· 8 years ago
d0df36a
[OPENMP] Do not emit warning about non-declared target function params.
by Alexey Bataev
· 8 years ago
16fe49a
[OPENMP] Fix -Wunused-lambda-capture. NFC
by Fangrui Song
· 8 years ago
e372710
[OPENMP] Code cleanup and code improvements.
by Alexey Bataev
· 8 years ago
43a919f
[OPENMP] Replace push_back by emplace_back, NFC.
by Alexey Bataev
· 8 years ago
97d18bf
[OPENMP] Code cleanup, NFC.
by Alexey Bataev
· 8 years ago
c0f879b
[OPENMP] Additional attributes for the pointer parameters.
by Alexey Bataev
· 8 years ago
92327c5
[OPENMP] Codegen for declare target with link clause.
by Alexey Bataev
· 8 years ago
63cc8e9
[OPENMP, NVPTX] Globalization of the private redeclarations.
by Alexey Bataev
· 8 years ago
4f4bf7c
[OPENMP] Codegen for `omp declare target` construct.
by Alexey Bataev
· 8 years ago
87a3180
Re-land "[Sema] Make getCurFunction() return null outside function parsing"
by Reid Kleckner
· 8 years ago
8d485b8
Revert "[Sema] Make getCurFunction() return null outside function parsing"
by Reid Kleckner
· 8 years ago
c2fd352
[Sema] Make getCurFunction() return null outside function parsing
by Reid Kleckner
· 8 years ago
852525d
[OPENMP] Treat local variables in CUDA mode as thread local.
by Alexey Bataev
· 8 years ago
00f70bd
Remove redundant casts. NFC
by George Burgess IV
· 8 years ago
95c23e7
[OPENMP] Emit warning for non-trivial types in map clauses.
by Alexey Bataev
· 8 years ago
2819260b
[OPENMP] Allow multiple mappings for member expressions for pointers.
by Alexey Bataev
· 8 years ago
8e39c34
[OPENMP] Do not emit messages for templates in declare target constructs.
by Alexey Bataev
· 8 years ago
9a75738
[OPENMP] Fix PR35873: Fix data-sharing attributes for const variables.
by Alexey Bataev
· 8 years ago
17daedf
[OPENMP] Fix PR38398: compiler crash on standalone pragma ordered with depend sink|source clause.
by Alexey Bataev
· 8 years ago
a9b9cc0
[OPENMP] Remove more empty SourceLocations() from the code.
by Alexey Bataev
· 8 years ago
9350fc3
[OPENMP] Add support for `depend` clauses on `target teams distribute
by Alexey Bataev
· 8 years ago
9f9fb0b
[OPENMP] Add support for `depend` on `target teams distribute parallel
by Alexey Bataev
· 8 years ago
d60d1ba
[OPENMP] Add support for `depend` clauses on `target parallel for simd`
by Alexey Bataev
· 8 years ago
8ed89551
[OPENMP] Add support for `depend` clauses on `target parallel for` directives.
by Alexey Bataev
· 8 years ago
8d16a43
[OPENMP] Add support for `depend` clauses on `target teams distribute
by Alexey Bataev
· 8 years ago
79df756
[OPENMP] Add support for `depend` clause on `target teams distribute`.
by Alexey Bataev
· 8 years ago
54d5c7d
[OPENMP] Add support for `depend` clauses on `target parallel` directive.
by Alexey Bataev
· 8 years ago
0c869ef
[OPENMP] Add support for `depend` clauses on `target teams`.
by Alexey Bataev
· 8 years ago
f41c88f
[OPENMP] Add support for `depend` clauses on `target simd`.
by Alexey Bataev
· 8 years ago
647dd84
[OPENMP] Initial codegen for `target teams distribute parallel for simd`.
by Alexey Bataev
· 8 years ago
8451efa
[OPENMP] Add codegen for `depend` clauses on `target` directive.
by Alexey Bataev
· 8 years ago
fd9b2af
[OPENMP] Fix capturing of expressions in clauses.
by Alexey Bataev
· 8 years ago
52978c3
[OpenMP] Initial implementation of code generation for pragma 'target teams distribute parallel for' on host
by Carlo Bertolli
· 8 years ago
fab20e4
[OPENMP] Support for `depend` clauses on `target enter|exit data`.
by Alexey Bataev
· 8 years ago
d2202ca
[OPENMP] Support for `depend` clauses on `target data update`.
by Alexey Bataev
· 8 years ago
8e769ee
[OPENMP] Captured arguments of the capturable clauses by value.
by Alexey Bataev
· 8 years ago
c70f1d6
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
by Richard Smith
· 8 years ago
fbe17fb
[OPENMP] Initial codegen for `target teams distribute simd` directive.
by Alexey Bataev
· 8 years ago
3f96fe6
[OPENMP] Support `reduction` clause on target-based directives.
by Alexey Bataev
· 8 years ago
3f82cfc
[OPENMP] Fix handling of clauses in clause parsing mode.
by Alexey Bataev
· 8 years ago
1ce87c7
[OpenMP] Diagnose function name on the link clause
by Kelvin Li
· 8 years ago
dfa430f
[OPENMP] Initial codegen for `target teams distribute` directive.
by Alexey Bataev
· 8 years ago
999277a
[OPENMP] Initial codegen for `teams distribute simd` directive.
by Alexey Bataev
· 8 years ago
b7a9b74
[OPENMP] Fix implicit mapping analysis.
by Alexey Bataev
· 8 years ago
4650627
[OPENMP] Remove non-required parameters for distribute simd outlined
by Alexey Bataev
· 8 years ago
27041fa
[OPENMP] Fix assert fail after target implicit map checks.
by Alexey Bataev
· 8 years ago
56a2aa4
[OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host
by Carlo Bertolli
· 8 years ago
617db5f
[OPENMP] Codegen for `distribute simd` directive.
by Alexey Bataev
· 8 years ago
b358f99
[OPENMP] Do not allow variables to be first|last-privates in
by Alexey Bataev
· 8 years ago
d30b23d
[c++2a] P0515R3: Support for overloaded operator<=>.
by Richard Smith
· 8 years ago
59e3d19
[OpenMP] Diagnose undeclared variables on declare target clause
by Kelvin Li
· 8 years ago
ceabd41
[OPENMP] Fix possible assert for target regions with incorrect inner
by Alexey Bataev
· 8 years ago
2b86f21
[OPENMP] Allow only loop control variables in distribute simd directives.
by Alexey Bataev
· 8 years ago
95c6dd4
[OPENMP] General improvement of handling of `teams distribute` directive, NFC.
by Alexey Bataev
· 8 years ago
2ba6704
[OPENMP] Generalize capturing of clauses expressions.
by Alexey Bataev
· 8 years ago
974acd6
[OPENMP] Codegen for `distribute parallel for simd` directive.
by Alexey Bataev
· 8 years ago
16e7988
[OPENMP] Add support for cancel constructs in `target teams distribute
by Alexey Bataev
· 8 years ago
dcb4b8fb
[OPENMP] Add support for cancel constructs in [teams] distribute
by Alexey Bataev
· 8 years ago
438388c
[OPENMP] Added missed checks for for [simd] based directives.
by Alexey Bataev
· 8 years ago
7f96c37
[OPENMP] General improvement of code, NFC.
by Alexey Bataev
· 8 years ago
f9fc42e
[OPENMP] Codegen for `target teams` directive.
by Alexey Bataev
· 8 years ago
7828b25
[OPENMP] Initial support for asynchronous data update, NFC.
by Alexey Bataev
· 8 years ago
62fae15
[OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for' on host
by Carlo Bertolli
· 8 years ago
87d4426
[OpenMP] Show error if VLAs are not supported
by Jonas Hahnfeld
· 8 years ago
f836537
[OPENMP] Codegen for `target simd` construct.
by Alexey Bataev
· 8 years ago
817d7f3
[OPENMP] Fix DSA analysis for threadprivates after deserialization.
by Alexey Bataev
· 8 years ago
5d7edca
[OPENMP] Codegen for `#pragma omp target parallel for simd`.
by Alexey Bataev
· 8 years ago
fb0ebec
[OPENMP] Codegen for `#pragma omp target parallel for`.
by Alexey Bataev
· 8 years ago
96087f3
[OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as base
by Jonas Hahnfeld
· 8 years ago
d070a58
[OPENMP] Improve debug info for taskgroup implicitly generated expressions.
by Alexey Bataev
· 8 years ago
c551406
[OPENMP] Constify function parameters, NFC.
by Alexey Bataev
· 8 years ago
4525c82
[OpenMP] Avoid VLAs for some reductions on array sections
by Jonas Hahnfeld
· 8 years ago
c95a698
Revert "[OpenMP] Avoid VLAs for some reductions on array sections"
by Jonas Hahnfeld
· 8 years ago
b6229be
[OpenMP] Avoid VLAs for some reductions on array sections
by Jonas Hahnfeld
· 8 years ago
becb92d
[Modules TS] Module ownership semantics for redeclarations.
by Richard Smith
· 8 years ago
f01516d
Revert "[Modules TS] Module ownership semantics for redeclarations."
by Eric Liu
· 8 years ago
b87720b
[Modules TS] Module ownership semantics for redeclarations.
by Richard Smith
· 8 years ago
afe5057
[OPENMP] Do not capture local static variables.
by Alexey Bataev
· 8 years ago
2fd0cb2
[OPENMP] Fix mapping|privatization of implicitly captured variables.
by Alexey Bataev
· 8 years ago
ba1487b
[OpenMP] Initial implementation of teams distribute code generation
by Carlo Bertolli
· 8 years ago
502ec49
[OPENMP] Allow use of declare target directive inside struct declaration.
by Alexey Bataev
· 8 years ago
931e19b
[OPENMP] Capture argument of `device` clause for target-based directives.
by Alexey Bataev
· 8 years ago
5ec3893
[OPENMP] Fix handling of implicit mapping of array sections.
by Alexey Bataev
· 8 years ago
f47c4b4
[OPENMP] Generate implicit map|firstprivate clauses for target-based directives.
by Alexey Bataev
· 8 years ago
0dce2ea
[OPENMP] Use canonical declarations for redeclarations checks.
by Alexey Bataev
· 8 years ago
Next »