This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2038415 [analyzer] Suppress false positives in std::shared_ptr
new 4a0412f Ensuring the bit-fields have the same type; MSVC will place t [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Basic/Specifiers.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 99c9d50 AArch64: Change modeling of zero cycle zeroing.
new 55c8c00 [llvm-cov] Add support for creating html reports
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/CommandGuide/llvm-cov.rst | 2 +-
test/tools/llvm-cov/showLineExecutionCounts.cpp | 31 ++
test/tools/llvm-cov/showTemplateInstantiations.cpp | 45 +++
tools/llvm-cov/CMakeLists.txt | 1 +
tools/llvm-cov/CodeCoverage.cpp | 10 +
tools/llvm-cov/CoverageViewOptions.h | 3 +-
tools/llvm-cov/SourceCoverageView.cpp | 6 +
tools/llvm-cov/SourceCoverageViewHTML.cpp | 436 +++++++++++++++++++++
...CoverageViewText.h => SourceCoverageViewHTML.h} | 22 +-
9 files changed, 543 insertions(+), 13 deletions(-)
create mode 100644 tools/llvm-cov/SourceCoverageViewHTML.cpp
copy tools/llvm-cov/{SourceCoverageViewText.h => SourceCoverageViewHTML.h} (79%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 74bf885 [CUDA] Rename member variables in CudaInstallationDetector.
new cf171af [CUDA] Add missing namespace qualification on CudaArch in Act [...]
new 2038415 [analyzer] Suppress false positives in std::shared_ptr
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Driver/Action.cpp | 2 +-
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 20 ++-
.../system-header-simulator-cxx-std-suppression.h | 146 +++++++++++++++++++++
test/Analysis/Inputs/system-header-simulator-cxx.h | 100 --------------
.../implicit-cxx-std-suppression.cpp} | 41 ++----
test/Analysis/inlining/stl.cpp | 25 ----
6 files changed, 173 insertions(+), 161 deletions(-)
create mode 100644 test/Analysis/Inputs/system-header-simulator-cxx-std-suppression.h
copy test/Analysis/{inlining/stl.cpp => diagnostics/implicit-cxx-std-suppression.c [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 17c2422 Recognize R_386_GOT32X.
new 8e6e9c9 Read the implicit addend of R_386_GOT32X.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/Target.cpp | 1 +
test/ELF/i386-relax-reloc.s | 7 +++++++
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2a63bae AArch64: Replace a RegScavenger instance with LivePhysRegs
new 99c9d50 AArch64: Change modeling of zero cycle zeroing.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/AArch64/AArch64AsmPrinter.cpp | 47 +++++++++++++++++++++++-
lib/Target/AArch64/AArch64InstrInfo.td | 25 ++-----------
test/CodeGen/AArch64/arm64-zero-cycle-zeroing.ll | 26 +++++++++++++
test/CodeGen/AArch64/fp-cond-sel.ll | 4 +-
4 files changed, 76 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 75923ba [ELF] Introduce a flag to parse response files according to w [...]
new 17c2422 Recognize R_386_GOT32X.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/Target.cpp | 1 +
test/ELF/i386-relax-reloc.s | 5 +++++
2 files changed, 6 insertions(+)
create mode 100644 test/ELF/i386-relax-reloc.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch dj/malloc
in repository glibc.
from 77e65f7 Use __gettid() function for tracing.
new e4cff5f Add README for testing copr repo of dj/malloc branch
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
malloc/README.copr.html | 193 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 193 insertions(+)
create mode 100644 malloc/README.copr.html
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 705101d [MemorySSA] Reinstate the legacy printer and verifier.
new 2a63bae AArch64: Replace a RegScavenger instance with LivePhysRegs
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/CodeGen/LivePhysRegs.h | 9 +++++++--
lib/CodeGen/LivePhysRegs.cpp | 14 ++++++++++++++
lib/Target/AArch64/AArch64FrameLowering.cpp | 28 ++++++++++++++--------------
3 files changed, 35 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from f7555b7 Fix ADB client disconnect issues.
new bc3de1e Because of our lifetime rules w.r.t. ValueObjects and Cluster [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/lldb/API/SBValue.h | 6 ++
include/lldb/Core/ThreadSafeSTLVector.h | 99 ++++++++++++++++++++++
include/lldb/Core/ValueObjectSyntheticFilter.h | 3 +
include/lldb/Utility/SharedCluster.h | 7 +-
lldb.xcodeproj/project.pbxproj | 2 +
scripts/interface/SBValue.i | 23 +++++
source/API/SBValue.cpp | 19 +++++
source/Core/ValueObjectSyntheticFilter.cpp | 10 ++-
.../Language/CPlusPlus/LibCxxInitializerList.cpp | 13 +--
source/Plugins/Language/CPlusPlus/LibCxxList.cpp | 12 +--
source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | 9 +-
.../Language/CPlusPlus/LibCxxUnorderedMap.cpp | 18 +---
source/Plugins/Language/CPlusPlus/LibCxxVector.cpp | 16 ++--
source/Plugins/Language/ObjC/NSArray.cpp | 28 ++----
source/Plugins/Language/ObjC/NSError.cpp | 8 +-
source/Plugins/Language/ObjC/NSException.cpp | 8 +-
16 files changed, 199 insertions(+), 82 deletions(-)
create mode 100644 include/lldb/Core/ThreadSafeSTLVector.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.