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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
PR44786: Don't assert when profiling <=> expressions.
Richard Smith
2020-02-04
2
-2
/
+11
*
[Concepts] Add missing CXXThisScope to function template constraint substitution
Saar Raz
2020-02-05
3
-2
/
+24
*
PR44721: Don't consider overloaded operators for built-in comparisons
Richard Smith
2020-02-04
2
-7
/
+34
*
PR44761: Fix fallback to later tiebreakers if two non-template functions
Richard Smith
2020-02-04
2
-8
/
+22
*
Add -Wrange-loop-analysis changes to ReleaseNotes
Mark de Wever
2020-02-04
1
-1
/
+3
*
[Concepts] Instantiate invented template type parameter type-constraint along...
Saar Raz
2020-02-03
3
-20
/
+184
*
Revert "[Concepts] Instantiate invented template type parameter type-constrai...
Saar Raz
2020-02-03
3
-179
/
+20
*
[Concepts] Instantiate invented template type parameter type-constraint along...
Saar Raz
2020-02-03
3
-20
/
+179
*
[Sema] Remove a -Wrange warning from -Wall
Mark de Wever
2020-02-03
4
-9
/
+12
*
Fix wrong devirtualization when the final overrider in one base class
Richard Smith
2020-01-31
3
-4
/
+73
*
PR44723: Trigger return type deduction for operator<=>s whose return
Richard Smith
2020-01-31
3
-0
/
+64
*
[Concepts] Fix isDeclarationSpecifier to detect type-constraints correctly
Saar Raz
2020-01-31
2
-11
/
+41
*
[Concepts] Correctly form initial parameter mapping for parameter packs, supp...
Saar Raz
2020-01-31
7
-26
/
+136
*
PR44627: Consider reversing == and <=> candidates found by ADL.
Richard Smith
2020-01-30
3
-9
/
+35
*
[Concepts] Check function constraints before deducing auto return type
Saar Raz
2020-01-31
2
-24
/
+27
*
PR41991: Accept attributes on defaulted and deleted friends.
Richard Smith
2020-01-30
3
-1
/
+11
*
[Concepts] Add 'this' context to instantiation of member requires clause
Saar Raz
2020-01-30
1
-0
/
+3
*
[Concepts] Add check for dependent RC when checking function constraints
Saar Raz
2020-01-30
2
-7
/
+6
*
[Concept] Fix incorrect check for containsUnexpandedParameterPack in CSE
Saar Raz
2020-01-30
4
-21
/
+78
*
Generate docs
Hans Wennborg
2020-01-30
3
-938
/
+9528
*
Update clang-interpreter example to incorporate changes in ce2207abaf9.
Lang Hames
2020-01-29
1
-1
/
+2
*
[CUDA] Assume the latest known CUDA version if we've found an unknown one.
Artem Belevich
2020-01-29
13
-33
/
+34
*
[RISCV] Pass target-abi via module flag metadata
Zakk Chen
2020-01-27
2
-0
/
+21
*
[Concepts] Fix incorrect TemplateArgs for introduction of local parameters
Saar Raz
2020-01-27
2
-4
/
+10
*
[Concepts] Add missing null check to transformConstructor
Saar Raz
2020-01-27
1
-2
/
+4
*
[Concepts] Fix parsing of scope specifier in compound-requirements, add more ...
Saar Raz
2020-01-26
4
-44
/
+62
*
[docs][mips] 10.0 Release notes
Simon Atanasyan
2020-01-26
1
-0
/
+3
*
[Concepts] Transform constraints of non-template functions to ConstantEvaluated
Saar Raz
2020-01-25
10
-62
/
+124
*
[CUDA] Fix order of memcpy arguments in __shfl_*(<64-bit type>).
Artem Belevich
2020-01-24
1
-2
/
+2
*
Make address-space-lambda.cl pass on 32-bit Windows
Hans Wennborg
2020-01-24
1
-6
/
+6
*
[Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...
Fangrui Song
2020-01-24
12
-25
/
+49
*
[Concepts] Update cxx_status.html with Concepts support status
Saar Raz
2020-01-24
1
-1
/
+4
*
[Concepts] Add Concepts to ReleaseNotes.rst
Saar Raz
2020-01-24
1
-1
/
+10
*
[Concepts] Make constraint expressions unevaluated until satisfaction checking
Saar Raz
2020-01-24
4
-9
/
+25
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
57
-77
/
+72
*
[Concepts] Implement P1616R1 - Using unconstrained template template paramete...
Saar Raz
2020-01-24
2
-5
/
+10
*
[Concepts] Add ExpressionEvaluationContexts to instantiation of constraints
Saar Raz
2020-01-24
2
-0
/
+20
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
53
-362
/
+1871
*
[Concepts] Profile TypeConstraints in ProfileTemplateParameterList
Saar Raz
2020-01-24
2
-1
/
+21
*
[Concepts] Fix bug when referencing function parameters in instantiated funct...
Saar Raz
2020-01-24
2
-3
/
+13
*
[Concepts] Fix incorrect recovery in TryAnnotateTypeConstraint
Saar Raz
2020-01-24
1
-1
/
+4
*
[Concepts] Fix circular AST->Sema dependency in ASTConcept.cpp
Saar Raz
2020-01-24
1
-1
/
+4
*
[Concepts] Constraint Satisfaction Caching
Saar Raz
2020-01-24
10
-55
/
+144
*
[Concepts] Fix name-type conflict compilation issues
Saar Raz
2020-01-24
1
-4
/
+4
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
66
-302
/
+3811
*
Remove redundant CXXScopeSpec from TemplateIdAnnotation.
Richard Smith
2020-01-24
16
-152
/
+153
*
[Concepts] Fix ConceptSpecializationExpr profiling crash
Saar Raz
2020-01-24
1
-3
/
+3
*
[Clang][IFS][Test] Work around in-process cc1 ASAN issues #2.
Mitch Phillips
2020-01-23
1
-4
/
+12
*
[clang][IFS][test] Temporary work around for in-process cc1 ASAN issues.
Puyan Lotfi
2020-01-23
2
-1
/
+19
*
Update documentation and release notes to match the state of
Richard Smith
2020-01-23
2
-16
/
+26
[prev]
[next]