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
/
Sema
/
TreeTransform.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OPENMP]Initial support for 'allocate' clause.
Alexey Bataev
2019-03-27
1
-0
/
+36
*
[OPENMP 5.0]Initial support for 'allocator' clause.
Alexey Bataev
2019-03-12
1
-0
/
+20
*
[clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"
Roman Lebedev
2019-03-06
1
-2
/
+0
*
[OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.
Michael Kruse
2019-02-25
1
-11
/
+15
*
[OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.
Michael Kruse
2019-02-22
1
-27
/
+47
*
[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.
Michael Kruse
2019-02-19
1
-40
/
+66
*
PR40642: Fix determination of whether the final statement of a statement
Richard Smith
2019-02-15
1
-17
/
+41
*
Re-commit "[AST] Introduce GenericSelectionExpr::Association"
Bruno Ricci
2019-01-29
1
-5
/
+6
*
Revert "[AST] Introduce GenericSelectionExpr::Association"
Bruno Ricci
2019-01-28
1
-6
/
+5
*
[clang][OpenMP] OMPFlushClause is synthetic, no such clause exists
Roman Lebedev
2019-01-28
1
-0
/
+2
*
[AST] Introduce GenericSelectionExpr::Association
Bruno Ricci
2019-01-28
1
-5
/
+6
*
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
/
+9
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-1
/
+1
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-3
/
+3
*
[OPENMP] parsing and sema support for 'close' map-type-modifier
Kelvin Li
2018-12-18
1
-7
/
+9
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-5
/
+8
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-8
/
+5
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-5
/
+8
*
[OpenCL] Diagnose conflicting address spaces in templates.
Anastasia Stulova
2018-12-05
1
-12
/
+23
*
[OpenCL] Improve diags for addr spaces in templates
Anastasia Stulova
2018-11-29
1
-0
/
+7
*
[OPENMP]Fix handling of the LCVs in loop-based directives.
Alexey Bataev
2018-11-21
1
-0
/
+3
*
Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...
Patrick Lyster
2018-11-02
1
-0
/
+7
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-2
/
+8
*
[AST] Refactor PredefinedExpr
Bruno Ricci
2018-10-27
1
-3
/
+3
*
Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...
Patrick Lyster
2018-10-11
1
-0
/
+7
*
[OPENMP] Add reverse_offload clause to requires directive
Patrick Lyster
2018-10-03
1
-0
/
+6
*
Add support for unified_shared_memory clause on requires directive
Patrick Lyster
2018-10-01
1
-0
/
+7
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-14
/
+26
*
Test commit. NFC
Patrick Lyster
2018-09-27
1
-1
/
+1
*
P0859R0: List-initialization is potentially-constant-evaluated and
Richard Smith
2018-09-26
1
-9
/
+32
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+6
*
[Sema] Retain __restrict qualifiers when substituting a reference type.
Erik Pilkington
2018-09-20
1
-3
/
+9
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-11
/
+11
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-10
/
+11
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-11
/
+10
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-62
/
+61
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-212
/
+165
*
Port getStartLoc -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
Refactor checking of switch conditions and case values.
Richard Smith
2018-07-26
1
-2
/
+2
*
PR38257: don't perform ADL when instantiating a unary & operator that turns out
Richard Smith
2018-07-22
1
-3
/
+5
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+54
*
[C++17] Disallow lambdas in template parameters (PR33696).
Nicolas Lesser
2018-07-12
1
-1
/
+5
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-53
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+53
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+6
*
Improve diagnostics and error recovery for template name lookup.
Richard Smith
2018-05-11
1
-12
/
+19
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-236
/
+236
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-13
/
+6
[next]