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
*
PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...
Aaron Puchert
2020-05-06
1
-13
/
+0
*
Teach TreeTransform to substitute into resolved TemplateArguments.
Richard Smith
2020-04-14
1
-47
/
+38
*
[Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDecl
Saar Raz
2020-03-19
1
-1
/
+1
*
Revert "[Concepts] Fix incorrect DeclContext for transformed RequiresExprBody...
Hans Wennborg
2020-03-18
1
-1
/
+1
*
[Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDecl
Saar Raz
2020-03-17
1
-1
/
+1
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-12
1
-8
/
+20
*
Revert "PR45083: Mark statement expressions as being dependent if they appear...
Hans Wennborg
2020-03-12
1
-5
/
+4
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-04
1
-4
/
+5
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
1
-40
/
+97
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-18
/
+202
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-3
/
+3
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-1
/
+9
*
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang
Johannes Doerfert
2019-12-26
1
-1
/
+1
*
[OPENMP50]Basic support for conditional lastprivate.
Alexey Bataev
2019-12-24
1
-3
/
+7
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
1
-0
/
+28
*
[coroutines][PR41909] Generalize fix from D62550
Brian Gesiak
2019-12-16
1
-14
/
+15
*
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
Johannes Doerfert
2019-12-10
1
-0
/
+2
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+11
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-11
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+11
*
[OpenCL] Move addr space deduction to Sema.
Anastasia Stulova
2019-11-27
1
-17
/
+0
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-2
/
+2
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-2
/
+2
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-2
/
+2
*
[OpenMP 5.0] - Extend defaultmap, by Chi Chun Chen.
cchen
2019-11-15
1
-1
/
+24
*
[AST] Use an explicit copy in a range-based for
Mark de Wever
2019-11-12
1
-1
/
+1
*
[Sema] Make helper in TreeTransform.h 'inline' instead of 'static'. NFC
Ilya Biryukov
2019-11-04
1
-1
/
+1
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-0
/
+12
*
[hip][cuda] Fix the extended lambda name mangling issue.
Michael Liao
2019-10-19
1
-4
/
+8
*
[c++20] Add rewriting from comparison operators to <=> / ==.
Richard Smith
2019-10-19
1
-19
/
+40
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
1
-0
/
+34
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-0
/
+11
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+36
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-36
/
+0
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+36
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-0
/
+11
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-0
/
+11
*
TreeTransform - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-05
1
-4
/
+4
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-12
/
+19
*
Always rebuild a DeclRefExpr if its FoundDecl would change.
Richard Smith
2019-09-26
1
-0
/
+1
*
[Sema] Fix the atomic expr rebuilding order.
Michael Liao
2019-09-23
1
-3
/
+3
*
Ensure AtomicExpr goes through SEMA checking after TreeTransform
Erich Keane
2019-09-20
1
-8
/
+5
*
Push lambda scope earlier when transforming lambda expression
Nicholas Allegra
2019-09-17
1
-4
/
+4
*
[c++20] Implement semantic restrictions for C++20 designated
Richard Smith
2019-08-30
1
-1
/
+1
*
Don't lose the FoundDecl and template arguments for a DeclRefExpr in
Richard Smith
2019-08-27
1
-5
/
+12
*
[OpenCL][PR42033] Fix addr space deduction with template parameters
Anastasia Stulova
2019-07-18
1
-7
/
+0
*
[OpenCL] Deduce addr space for pointee of dependent types in instantiation.
Anastasia Stulova
2019-07-15
1
-0
/
+17
*
Ignore trailing NullStmts in StmtExprs for GCC compatibility.
Aaron Ballman
2019-07-09
1
-2
/
+2
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+26
*
Remove redundant expression evaluation context when substituting into a
Richard Smith
2019-06-25
1
-7
/
+5
[next]