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
*
[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
*
[Concepts] Fix ConceptSpecializationExpr profiling crash
Saar Raz
2020-01-24
1
-3
/
+3
*
[Sema] Avoid Wrange-loop-analysis false positives
Mark de Wever
2020-01-23
1
-0
/
+6
*
[PATCH] Reland [Clang] Un-break scan-build after integrated-cc1 change
Alexandre Ganea
2020-01-22
2
-2
/
+2
*
[HIP] use GetProgramPath for executable discovery
Holger Wünsche
2020-01-22
1
-15
/
+8
*
[clang-format] Expand the SpacesAroundConditions option to include catch stat...
mydeveloperday
2020-01-21
1
-1
/
+1
*
Revert 9007f06af0e "Revert "Allow system header to provide their own implemen...
Hans Wennborg
2020-01-17
3
-1
/
+21
*
Revert "Allow system header to provide their own implementation of some builtin"
Amy Huang
2020-01-17
3
-21
/
+1
*
Revert "[OPENMP]Do not use RTTI by default for NVPTX devices."
Alexey Bataev
2020-01-17
1
-2
/
+1
*
Add __warn_memset_zero_len builtin as a workaround for glibc issue
serge-sans-paille
2020-01-17
1
-0
/
+2
*
PR42694 Support explicit(bool) in older language modes as an extension.
Richard Smith
2020-01-17
3
-12
/
+66
*
Fix pack deduction to only deduce the arity of packs that are actually
Richard Smith
2020-01-17
1
-20
/
+30
*
Work around PR43337: don't try to use the vec_sel overloads for vector long l...
Richard Smith
2020-01-17
1
-2
/
+2
*
Replace CLANG_SPAWN_CC1 env var with a driver mode flag
Nico Weber
2020-01-16
1
-0
/
+4
*
[Lexer] Allow UCN for dollar symbol '\u0024' in identifiers when using -fdoll...
Scott Egerton
2020-01-15
1
-0
/
+2
*
Revert "[RISCV] Add Clang frontend support for Bitmanip extension"
Scott Egerton
2020-01-15
3
-12
/
+1
*
[Driver][X86] Add -malign-branch* and -mbranches-within-32B-boundaries
Fangrui Song
2020-01-14
1
-2
/
+55
*
[ODRHash] Fix wrong error message with bitfields and mutable.
Weverything
2020-01-14
1
-8
/
+16
*
Relax the rules around objc_alloc and objc_alloc_init optimizations.
Pierre Habouzit
2020-01-14
1
-21
/
+19
*
PR44540: Prefer an inherited default constructor over an initializer
Richard Smith
2020-01-14
2
-39
/
+45
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
20
-209
/
+864
*
[X86] ABI compat bugfix for MSVC vectorcall
Reid Kleckner
2020-01-14
1
-75
/
+61
*
Allow /D flags absent during PCH creation under msvc-compat
Zachary Henkel
2020-01-14
1
-1
/
+3
*
[remark][diagnostics] Using clang diagnostic handler for IR input files
Rong Xu
2020-01-14
1
-17
/
+76
*
[OPENMP]Do not use RTTI by default for NVPTX devices.
Alexey Bataev
2020-01-14
1
-1
/
+2
*
make -fmodules-codegen and -fmodules-debuginfo work also with PCHs
Luboš Luňák
2020-01-15
4
-11
/
+27
*
-fmodules-codegen should not emit extern templates
Luboš Luňák
2020-01-14
1
-2
/
+3
*
[OPENMP]Do not emit special virtual function for NVPTX target.
Alexey Bataev
2020-01-14
1
-1
/
+6
*
Remove trailing `;`. NFC.
Michael Liao
2020-01-14
1
-1
/
+1
*
[DebugInfo] Add option to clang to limit debug info that is emitted for classes.
Amy Huang
2020-01-14
1
-0
/
+17
*
[analyzer] Fix SARIF column locations
Joe Ranieri
2020-01-14
1
-21
/
+59
*
[OPENMP]Improve handling of possibly incorrectly mapped types.
Alexey Bataev
2020-01-14
1
-2
/
+18
*
Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...
Dmitri Gribenko
2020-01-14
1
-4
/
+4
*
[RISCV] Add Clang frontend support for Bitmanip extension
Scott Egerton
2020-01-14
3
-1
/
+12
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-14
1
-20
/
+17
*
Fix "pointer is null" clang static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-14
1
-23
/
+14
*
[Syntax] Unset IsOriginal flag on nodes removed from the tree
Ilya Biryukov
2020-01-14
1
-8
/
+19
*
[Syntax] Mark synthesized nodes as modifiable
Ilya Biryukov
2020-01-14
1
-0
/
+4
*
[Syntax] Assert invariants on tree structure and fix a bug in mutations
Ilya Biryukov
2020-01-14
4
-9
/
+56
*
[OpenCL] Add MSAA sharing extension builtin functions
Sven van Haastregt
2020-01-14
1
-0
/
+37
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-14
1
-1
/
+2
[next]