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
*
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
*
[Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...
Eric Fiselier
2018-04-08
1
-1
/
+0
*
[Sema] Fix PR22637 - IndirectFieldDecl's discard qualifiers during template i...
Eric Fiselier
2018-04-08
1
-5
/
+5
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
1
-1
/
+1
*
Fix a couple of places where we assumed that non-type template parameters are...
Richard Smith
2018-02-14
1
-2
/
+4
*
[coroutines] Pass coro func args to promise ctor
Brian Gesiak
2018-01-24
1
-2
/
+2
*
[Parse] Forward brace locations to TypeConstructExpr
Vedant Kumar
2018-01-17
1
-26
/
+25
*
When rebuilding an InitListExpr, don't give it a type.
Richard Smith
2018-01-12
1
-16
/
+5
*
[OPENMP] Replace calls of getAssociatedStmt().
Alexey Bataev
2018-01-12
1
-5
/
+1
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
Fix two-phase name lookup for non-dependent overloaded operators.
Richard Smith
2017-10-05
1
-4
/
+10
*
Dependent Address Space Support
Andrew Gozillon
2017-10-02
1
-5
/
+71
[next]