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
/
lib
/
Parse
/
ParseOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Refactor the way we handle diagnosing unused expression results.
Aaron Ballman
2019-01-04
1
-6
/
+8
*
[OPENMP] parsing and sema support for 'close' map-type-modifier
Kelvin Li
2018-12-18
1
-75
/
+93
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-1
/
+1
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-1
/
+1
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-1
/
+1
*
[OPENMP] remove redundant ColonExpected flag in ParseOpenMP.cpp (NFC)
Kelvin Li
2018-11-28
1
-3
/
+0
*
[OPENMP] Refactor code for parsing omp declare target directive and its claus...
Kelvin Li
2018-11-21
1
-50
/
+56
*
[OPENMP] remove redundant MapTypeModifierSpecified flag in ParseOpenMP.cpp (NFC)
Kelvin Li
2018-11-21
1
-8
/
+1
*
Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...
Patrick Lyster
2018-11-02
1
-0
/
+4
*
Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...
Patrick Lyster
2018-10-11
1
-0
/
+1
*
[OPENMP] Add reverse_offload clause to requires directive
Patrick Lyster
2018-10-03
1
-0
/
+1
*
Add support for unified_shared_memory clause on requires directive
Patrick Lyster
2018-10-01
1
-0
/
+1
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+48
*
[OPENMP] Fix PR38903: Crash on instantiation of the non-dependent
Alexey Bataev
2018-09-13
1
-2
/
+8
*
[clang] Make sure codecompletion is called for calls even when inside a token.
Kadir Cetinkaya
2018-09-10
1
-0
/
+7
*
[OpenMP] Add support for nested 'declare target' directives
Kelvin Li
2018-09-10
1
-2
/
+2
*
[CodeComplete] Clearly distinguish signature help and code completion.
Ilya Biryukov
2018-09-07
1
-1
/
+2
*
[CodeComplete] Report location of opening parens for signature help
Ilya Biryukov
2018-08-30
1
-5
/
+8
*
[OPENMP] Make clauses closing loc point to right bracket.
Alexey Bataev
2018-07-06
1
-13
/
+20
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-10
/
+10
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
1
-4
/
+2
*
[OPENMP] Formatting and code improvement, NFC.
Alexey Bataev
2018-04-23
1
-88
/
+93
*
[OPENMP] Codegen for ctor|dtor of declare target variables.
Alexey Bataev
2018-03-28
1
-6
/
+12
*
[OPENMP] Codegen for `omp declare target` construct.
Alexey Bataev
2018-03-15
1
-1
/
+7
*
[OPENMP] Fix parsing of the directives with inner directives.
Alexey Bataev
2018-02-16
1
-2
/
+2
*
Fix crash when trying to pack-expand a GNU statement expression.
Richard Smith
2018-02-03
1
-10
/
+7
*
[OpenMP] Fix handling of clause on wrong directive, by Joel. E. Denny
Alexey Bataev
2018-01-09
1
-13
/
+30
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-1
/
+2
*
[OPENMP] Initial support for asynchronous data update, NFC.
Alexey Bataev
2017-11-21
1
-0
/
+9
*
[OPENMP] Allow use of declare target directive inside struct
Alexey Bataev
2017-10-03
1
-3
/
+11
*
[OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in
Alexey Bataev
2017-09-06
1
-5
/
+80
*
Place implictly declared functions at block scope
Momchil Velikov
2017-08-10
1
-4
/
+7
*
[OPENMP] Initial support for 'in_reduction' clause.
Alexey Bataev
2017-07-21
1
-10
/
+17
*
[OPENMP] Initial support for 'task_reduction' clause.
Alexey Bataev
2017-07-18
1
-10
/
+13
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-01
1
-0
/
+4
*
Fix the location of "missing ';'" suggestions after annotation tokens.
Richard Smith
2017-05-18
1
-7
/
+7
*
[OpenMP] Extended parse for 'always' map modifier
Carlo Bertolli
2017-05-03
1
-0
/
+24
*
Publish RAIIObjectsForParser.h for external usage.
Vassil Vassilev
2017-03-23
1
-1
/
+1
*
Fix misspelled enum
Jonathan Roelofs
2017-03-14
1
-1
/
+1
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-3
/
+4
*
[OpenMP] Sema and parsing for 'target teams distribute simd’ pragma
Kelvin Li
2017-01-10
1
-2
/
+6
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...
Kelvin Li
2017-01-03
1
-3
/
+7
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
Kelvin Li
2016-12-29
1
-5
/
+11
*
[OpenMP] Sema and parsing for 'target teams distribute' pragma
Kelvin Li
2016-12-25
1
-3
/
+7
*
[OPENMP] Fix for PR31428: variable named like directive name modifier
Alexey Bataev
2016-12-20
1
-5
/
+9
*
[OpenMP] Sema and parsing for 'target teams' pragma
Kelvin Li
2016-12-17
1
-3
/
+6
*
[OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
Kelvin Li
2016-12-09
1
-4
/
+6
*
[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Kelvin Li
2016-11-30
1
-4
/
+12
*
Re-apply patch r279045.
Kelvin Li
2016-10-25
1
-3
/
+6
[next]