Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1fcc9b6ff8558efed0c1241c72f69d079baeecf8
/
clang
/
lib
/
Parse
/
ParseOpenMP.cpp
1fcc9b6
[OPENMP] Restore allowing of braced initializers in the declare reduction
by Alexey Bataev
· 6 years ago
3732f4e
[OPENMP]Add extra checks and initialization for clause modifier.
by Alexey Bataev
· 6 years ago
93dc40d
[OPENMP50]Basic support for conditional lastprivate.
by Alexey Bataev
· 6 years ago
b6e7084
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
by Alexey Bataev
· 6 years ago
8035bb4
[OPENMP]Fix skipping of functions body.
by Alexey Bataev
· 6 years ago
02d04d5
[OPENMP50]Do not mark the function as used if referenced only in declare
by Alexey Bataev
· 6 years ago
eb3e81f
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
by Johannes Doerfert
· 6 years ago
47d6094
[OpenMP50] Add parallel master construct
by cchen
· 6 years ago
33f6d46
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
by Reid Kleckner
· 6 years ago
713dab2
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
by cchen
· 6 years ago
4e8231b
[OPENMP50]Add device/kind context selector support.
by Alexey Bataev
· 6 years ago
d08c056
[OPENMP50]Add if clause in simd directive.
by Alexey Bataev
· 6 years ago
e06f3e0
[OpenMP 5.0] - Extend defaultmap, by Chi Chun Chen.
by cchen
· 6 years ago
3c676e3
[OPENMP]Use copy constructors instead of assignment operators in declare
by Alexey Bataev
· 6 years ago
fde11e9
[OPENMP50]Generalize handling of context matching/scoring.
by Alexey Bataev
· 6 years ago
dcec2ac
[OPENMP50]Simplify processing of context selector scores.
by Alexey Bataev
· 6 years ago
14a388f
[OPENMP50]Add support for parallel master taskloop simd directive.
by Alexey Bataev
· 6 years ago
b8552ab
[OPENMP50]Add support for master taskloop simd.
by Alexey Bataev
· 6 years ago
5bbcead
[OPENMP50]Add support for 'parallel master taskloop' construct.
by Alexey Bataev
· 6 years ago
60e51c4
[OPENMP50]Support for 'master taskloop' directive.
by Alexey Bataev
· 6 years ago
4513e93f
[OPENMP50]Register vendor name only once in vendor context selector.
by Alexey Bataev
· 6 years ago
303657a
[OPENMP50]Multiple vendors in vendor context must be treated as logical
by Alexey Bataev
· 6 years ago
70d2e54
[OPENMP50]Do not allow multiple same context traits in the same context
by Alexey Bataev
· 6 years ago
5d154c3
[OPENMP50]Prohibit multiple context selector sets in context selectors.
by Alexey Bataev
· 6 years ago
1c9e173
[OPENMP50]Suppport for multiple vendors in the same vendor context selector.
by Alexey Bataev
· 6 years ago
a15a141
[OPENMP50]Add parsing/sema analysis for declare variant score.
by Alexey Bataev
· 6 years ago
9ff3474
[OPENMP50]Parsing/sema support for 'implementation/vendor' context selector.
by Alexey Bataev
· 6 years ago
dba792c
[OPENMP]Use standard parsing for 'match' clause, NFC.
by Alexey Bataev
· 6 years ago
0736f7f
[OPENMP5.0]Allow multiple context selectors in the context selector sets.
by Alexey Bataev
· 6 years ago
d158cf6
[OPENMP5.0]Add basic support for declare variant directive.
by Alexey Bataev
· 6 years ago
729e242
[OPENMP5.0]Add support for device_type clause in declare target construct.
by Alexey Bataev
· 6 years ago
929af67
[Lex] Allow to consume tokens while preprocessing
by Ilya Biryukov
· 7 years ago
e04483e
[OPENMP]Initial support for 'allocate' clause.
by Alexey Bataev
· 7 years ago
9cc10fc
[OPENMP 5.0]Initial support for 'allocator' clause.
by Alexey Bataev
· 7 years ago
25ed0c0
[OPENMP 5.0]Add initial support for 'allocate' directive.
by Alexey Bataev
· 7 years ago
ff2a997
[CodeComplete] Propagate preferred type for function arguments in more cases
by Ilya Biryukov
· 7 years ago
0336c75
[OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.
by Michael Kruse
· 7 years ago
01f670d
[OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.
by Michael Kruse
· 7 years ago
4304e9d
[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.
by Michael Kruse
· 7 years ago
a6e8d5e
PR40642: Fix determination of whether the final statement of a statement
by Richard Smith
· 7 years ago
251e148
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
by Michael Kruse
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
fb6deeb
Refactor the way we handle diagnosing unused expression results.
by Aaron Ballman
· 7 years ago
ef57943
[OPENMP] parsing and sema support for 'close' map-type-modifier
by Kelvin Li
· 7 years ago
9d2872d
[OpenCL] Add generic AS to 'this' pointer
by Mikael Nilsson
· 7 years ago
9064673
Revert "[OpenCL] Add generic AS to 'this' pointer"
by Mikael Nilsson
· 7 years ago
78de847
[OpenCL] Add generic AS to 'this' pointer
by Mikael Nilsson
· 7 years ago
a8d2217
[OPENMP] remove redundant ColonExpected flag in ParseOpenMP.cpp (NFC)
by Kelvin Li
· 7 years ago
e050275
[OPENMP] Refactor code for parsing omp declare target directive and its clauses (NFC)
by Kelvin Li
· 7 years ago
da6bc70
[OPENMP] remove redundant MapTypeModifierSpecified flag in ParseOpenMP.cpp (NFC)
by Kelvin Li
· 7 years ago
7a2a27c
Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513
by Patrick Lyster
· 7 years ago
3fe9e39
Add support for 'dynamic_allocators' clause on 'requires' directive. Differential Revision: https://reviews.llvm.org/D53079
by Patrick Lyster
· 7 years ago
6bdf63b
[OPENMP] Add reverse_offload clause to requires directive
by Patrick Lyster
· 7 years ago
4a370b9
Add support for unified_shared_memory clause on requires directive
by Patrick Lyster
· 7 years ago
1408f91
[OPENMP] Add support for OMP5 requires directive + unified_address clause
by Kelvin Li
· 7 years ago
e6aa469
[OPENMP] Fix PR38903: Crash on instantiation of the non-dependent
by Alexey Bataev
· 7 years ago
a32d253
[clang] Make sure codecompletion is called for calls even when inside a token.
by Kadir Cetinkaya
· 7 years ago
bc38e63
[OpenMP] Add support for nested 'declare target' directives
by Kelvin Li
· 7 years ago
832c4af
[CodeComplete] Clearly distinguish signature help and code completion.
by Ilya Biryukov
· 7 years ago
2fab235
[CodeComplete] Report location of opening parens for signature help
by Ilya Biryukov
· 7 years ago
dbc72c9
[OPENMP] Make clauses closing loc point to right bracket.
by Alexey Bataev
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 8 years ago
c08b693
Parse A::template B as an identifier rather than as a template-id with no
by Richard Smith
· 8 years ago
61908f65
[OPENMP] Formatting and code improvement, NFC.
by Alexey Bataev
· 8 years ago
34f8a70
[OPENMP] Codegen for ctor|dtor of declare target variables.
by Alexey Bataev
· 8 years ago
4f4bf7c
[OPENMP] Codegen for `omp declare target` construct.
by Alexey Bataev
· 8 years ago
96dae81
[OPENMP] Fix parsing of the directives with inner directives.
by Alexey Bataev
· 8 years ago
6eb9b9e
Fix crash when trying to pack-expand a GNU statement expression.
by Richard Smith
· 8 years ago
f3c832a
[OpenMP] Fix handling of clause on wrong directive, by Joel. E. Denny
by Alexey Bataev
· 8 years ago
421b2d1
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
by Faisal Vali
· 8 years ago
7828b25
[OPENMP] Initial support for asynchronous data update, NFC.
by Alexey Bataev
· 8 years ago
502ec49
[OPENMP] Allow use of declare target directive inside struct declaration.
by Alexey Bataev
· 8 years ago
070f43a
[OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in
by Alexey Bataev
· 8 years ago
57c681f
Place implictly declared functions at block scope
by Momchil Velikov
· 8 years ago
fa312f3
[OPENMP] Initial support for 'in_reduction' clause.
by Alexey Bataev
· 8 years ago
169d96a
[OPENMP] Initial support for 'task_reduction' clause.
by Alexey Bataev
· 8 years ago
474f2ce
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 9 years ago
af3b325
Fix the location of "missing ';'" suggestions after annotation tokens.
by Richard Smith
· 9 years ago
d8844b9
[OpenMP] Extended parse for 'always' map modifier
by Carlo Bertolli
· 9 years ago
11ad339
Publish RAIIObjectsForParser.h for external usage.
by Vassil Vassilev
· 9 years ago
ce1db6d
Fix misspelled enum
by Jonathan Roelofs
· 9 years ago
3584515
P0091R3: Implement basic parsing support for C++17 deduction-guides.
by Richard Smith
· 9 years ago
da68118
[OpenMP] Sema and parsing for 'target teams distribute simd’ pragma
by Kelvin Li
· 9 years ago
1851df5
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma
by Kelvin Li
· 9 years ago
80e8f56
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
by Kelvin Li
· 9 years ago
83c451e
[OpenMP] Sema and parsing for 'target teams distribute' pragma
by Kelvin Li
· 9 years ago
2a6de8c
[OPENMP] Fix for PR31428: variable named like directive name modifier
by Alexey Bataev
· 9 years ago
bf594a5
[OpenMP] Sema and parsing for 'target teams' pragma
by Kelvin Li
· 9 years ago
7ade93f
[OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
by Kelvin Li
· 9 years ago
579e41c
[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
by Kelvin Li
· 9 years ago
4e325f7
Re-apply patch r279045.
by Kelvin Li
· 9 years ago
8452327
Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration()
by Nico Weber
· 9 years ago
8b44bbc
Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"
by Diana Picus
· 9 years ago
0e3bde8
[OpenMP] Sema and parsing for 'teams distribute simd’ pragma
by Kelvin Li
· 9 years ago
0253287
[OpenMP] Sema and parsing for 'teams distribute' pragma
by Kelvin Li
· 9 years ago
986330c
[OpenMP] Sema and parsing for 'target simd' pragma
by Kelvin Li
· 9 years ago
9670f84
[NFC] Header cleanup
by Mehdi Amini
· 9 years ago
a579b91
[OpenMP] Sema and parsing for 'target parallel for simd' pragma
by Kelvin Li
· 9 years ago
70594e9
[OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_ptr' of target
by Carlo Bertolli
· 9 years ago
2404b17
[OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 'target data'
by Carlo Bertolli
· 9 years ago
Next »