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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
[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
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-14
1
-1
/
+1
*
Remove duplicate variable. NFCI.
Simon Pilgrim
2020-01-14
1
-1
/
+0
*
Merge isa<> and getAs<> calls to fix "pointer is null" static analyzer warnin...
Simon Pilgrim
2020-01-14
1
-6
/
+5
*
PR44514: Fix recovery from noexcept with non-convertible expressions
Erich Keane
2020-01-13
1
-2
/
+10
*
Implement VectorType conditional operator GNU extension.
Erich Keane
2020-01-13
1
-15
/
+147
*
Sema::getOwningModule - take const Decl* type.
Simon Pilgrim
2020-01-13
1
-4
/
+3
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-11
1
-6
/
+6
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-11
1
-2
/
+1
*
[Sema] Improve -Wrange-loop-analysis warnings.
Mark de Wever
2020-01-11
1
-4
/
+16
*
[Concepts] Fix MarkUsedTemplateParameters for exprs
Saar Raz
2020-01-11
1
-25
/
+20
*
Clean up and slightly generalize implementation of composite pointer
Richard Smith
2020-01-10
1
-126
/
+212
*
Add a FIXME and corresponding test coverage for some suspicious behavior
Richard Smith
2020-01-10
1
-0
/
+3
*
Remove redundant implicit cast creation.
Richard Smith
2020-01-10
1
-2
/
+0
*
Support function attribute patchable_function_entry
Fangrui Song
2020-01-10
1
-0
/
+23
*
Add support for __declspec(guard(nocf))
Andrew Paverd
2020-01-10
1
-0
/
+22
*
[CodeComplete] Suggest 'return nullptr' in functions returning pointers
Ilya Biryukov
2020-01-10
1
-0
/
+7
*
CWG2352: Allow qualification conversions during reference binding.
Richard Smith
2020-01-09
3
-131
/
+165
*
When diagnosing the lack of a viable conversion function, also list
Richard Smith
2020-01-09
2
-100
/
+143
*
Add builtins for aligning and checking alignment of pointers and integers
Alex Richardson
2020-01-09
1
-0
/
+87
*
Improve support of GNU mempcpy
serge-sans-paille
2020-01-09
1
-2
/
+5
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
14
-212
/
+648
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-09
1
-4
/
+3
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-09
1
-2
/
+2
*
[LifetimeAnalysis] Do not forbid void deref type in gsl::Pointer/gsl::Owner a...
Gabor Horvath
2020-01-07
1
-5
/
+3
*
[OPENMP]Do not diagnose references to non-integral types for ref in
Alexey Bataev
2020-01-07
1
-2
/
+2
*
[NFC] Use isX86() instead of getArch()
Jim Lin
2020-01-07
1
-2
/
+1
*
Always deduce the lengths of contained parameter packs when deducing a
Richard Smith
2020-01-06
2
-21
/
+34
*
[OPENMP]Fix crash on error message for declare reduction.
Alexey Bataev
2020-01-03
1
-1
/
+2
*
[OpenMP] diagnose zero-length array section in the depend clause
Kelvin Li
2020-01-03
1
-0
/
+16
*
[OpenMP] Fix formatting of OpenMP error message, by Wang Tianqing.
Alexey Bataev
2020-01-02
1
-3
/
+2
*
Improve Wrange-loop-analyses for rvalue reference
Mark de Wever
2020-01-01
1
-1
/
+3
*
Adds fixit hints to the -Wrange-loop-analysis
Mark de Wever
2020-01-01
1
-3
/
+6
*
[OpenCL] Remove redundant foreach in OpenCLBuiltins.td; NFC
Sven van Haastregt
2019-12-31
1
-76
/
+32
*
[X86][AsmParser] re-introduce 'offset' operator
Eric Astor
2019-12-30
1
-1
/
+6
*
[OpenCL] Add mipmap builtin functions
Sven van Haastregt
2019-12-30
1
-0
/
+177
*
Allow redeclaration of __declspec(uuid)
Zachary Henkel
2019-12-28
2
-3
/
+9
*
Revert "CWG2352: Allow qualification conversions during reference binding."
David Blaikie
2019-12-27
3
-164
/
+136
*
[OpenCL] Fix inconsistency between opencl and c11 atomic fetch max/min
Yaxun (Sam) Liu
2019-12-27
1
-2
/
+2
*
[OpenCL] Pretty print __private addr space
Anastasia Stulova
2019-12-27
1
-1
/
+1
*
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang
Johannes Doerfert
2019-12-26
2
-8
/
+8
*
[OPENMP]Add extra checks and initialization for clause modifier.
Alexey Bataev
2019-12-24
1
-0
/
+8
*
[OPENMP50]Basic support for conditional lastprivate.
Alexey Bataev
2019-12-24
2
-20
/
+51
*
[Sema][X86] Consider target attribute into the checks in validateOutputSize a...
Craig Topper
2019-12-23
1
-4
/
+9
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
1
-11
/
+35
*
[OpenCL] Add atomic builtin functions
Sven van Haastregt
2019-12-23
1
-0
/
+79
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-23
5
-49
/
+617
[prev]
[next]