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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a reentrance bug with deserializing ObjC type parameters.
John McCall
2020-02-13
1
-1
/
+1
*
Fix type-dependency of bitfields in templates
Elizabeth Andrews
2020-02-13
1
-0
/
+5
*
[Concepts] Add missing TPA commit to requires expression parsing
Saar Raz
2020-02-12
1
-0
/
+1
*
[Concepts] Do not check constraints if not all template arguments have been d...
Saar Raz
2020-02-12
1
-6
/
+9
*
[X86] Cast to __v4hi instead of __m64 in the implementation of _mm_extract_pi...
Craig Topper
2020-02-12
1
-2
/
+2
*
[OpenCL] Restrict addr space conversions in nested pointers
Anastasia Stulova
2020-02-12
2
-10
/
+32
*
Prefer __vector over vector keyword for altivec
serge-sans-paille
2020-02-11
1
-2
/
+2
*
Re-land "[Clang][Driver] Remove -M group options ..." and "[Clang] Avoid cras...
Alexandre Ganea
2020-02-10
4
-12
/
+35
*
[Clang] Remove unused #pragma clang __debug handle_crash
Alexandre Ganea
2020-02-10
1
-5
/
+0
*
[analyzer] Fix a couple of bugs in HTML report generation.
Artem Dergachev
2020-02-10
1
-1
/
+10
*
[Concepts] Fix incorrect check when instantiating abbreviated template type-c...
Saar Raz
2020-02-06
2
-2
/
+36
*
Don't warn about missing declarations for partial template specializations
Aaron Puchert
2020-02-05
1
-0
/
+1
*
PR44786: Don't assert when profiling <=> expressions.
Richard Smith
2020-02-04
1
-2
/
+2
*
[Concepts] Add missing CXXThisScope to function template constraint substitution
Saar Raz
2020-02-05
2
-1
/
+14
*
PR44721: Don't consider overloaded operators for built-in comparisons
Richard Smith
2020-02-04
1
-7
/
+22
*
PR44761: Fix fallback to later tiebreakers if two non-template functions
Richard Smith
2020-02-04
1
-8
/
+6
*
[Concepts] Instantiate invented template type parameter type-constraint along...
Saar Raz
2020-02-03
2
-20
/
+155
*
Revert "[Concepts] Instantiate invented template type parameter type-constrai...
Saar Raz
2020-02-03
2
-150
/
+20
*
[Concepts] Instantiate invented template type parameter type-constraint along...
Saar Raz
2020-02-03
2
-20
/
+150
*
Fix wrong devirtualization when the final overrider in one base class
Richard Smith
2020-01-31
2
-4
/
+30
*
PR44723: Trigger return type deduction for operator<=>s whose return
Richard Smith
2020-01-31
1
-0
/
+25
*
[Concepts] Fix isDeclarationSpecifier to detect type-constraints correctly
Saar Raz
2020-01-31
1
-3
/
+8
*
[Concepts] Correctly form initial parameter mapping for parameter packs, supp...
Saar Raz
2020-01-31
3
-21
/
+48
*
PR44627: Consider reversing == and <=> candidates found by ADL.
Richard Smith
2020-01-30
1
-8
/
+22
*
[Concepts] Check function constraints before deducing auto return type
Saar Raz
2020-01-31
1
-24
/
+24
*
PR41991: Accept attributes on defaulted and deleted friends.
Richard Smith
2020-01-30
1
-1
/
+1
*
[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
2
-21
/
+50
*
[CUDA] Assume the latest known CUDA version if we've found an unknown one.
Artem Belevich
2020-01-29
3
-32
/
+21
*
[RISCV] Pass target-abi via module flag metadata
Zakk Chen
2020-01-27
1
-0
/
+7
*
[Concepts] Fix incorrect TemplateArgs for introduction of local parameters
Saar Raz
2020-01-27
1
-4
/
+3
*
[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
1
-20
/
+6
*
[Concepts] Transform constraints of non-template functions to ConstantEvaluated
Saar Raz
2020-01-25
6
-46
/
+59
*
[CUDA] Fix order of memcpy arguments in __shfl_*(<64-bit type>).
Artem Belevich
2020-01-24
1
-2
/
+2
*
[Driver][CodeGen] Support -fpatchable-function-entry=N,M and __attribute__((p...
Fangrui Song
2020-01-24
4
-12
/
+22
*
[Concepts] Make constraint expressions unevaluated until satisfaction checking
Saar Raz
2020-01-24
2
-7
/
+5
*
[Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a
Saar Raz
2020-01-24
7
-18
/
+13
*
[Concepts] Implement P1616R1 - Using unconstrained template template paramete...
Saar Raz
2020-01-24
1
-0
/
+5
*
[Concepts] Add ExpressionEvaluationContexts to instantiation of constraints
Saar Raz
2020-01-24
1
-0
/
+8
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
30
-273
/
+1078
*
[Concepts] Profile TypeConstraints in ProfileTemplateParameterList
Saar Raz
2020-01-24
1
-1
/
+4
*
[Concepts] Fix bug when referencing function parameters in instantiated funct...
Saar Raz
2020-01-24
1
-3
/
+3
*
[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
4
-32
/
+72
*
[Concepts] Fix name-type conflict compilation issues
Saar Raz
2020-01-24
1
-4
/
+4
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
38
-196
/
+1881
*
Remove redundant CXXScopeSpec from TemplateIdAnnotation.
Richard Smith
2020-01-24
9
-121
/
+128
[prev]
[next]