This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3b718709c45 [PDB/CodeView] Rename some classes.
new 94499981f91 [WebAssembly] Fix use of SDNodeFlags after API change in r301803
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/WebAssembly/WebAssemblyInstrMemory.td | 4 ++--
1 file changed, 2 insertions(+), 2 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 binutils-gdb.
from ee7e95efb9 merge_gnu_build_notes reloc deletion
new 3f380b5027 gdb/MAINTAINERS: Move Daniel J and Mark to the Past Maintain [...]
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:
gdb/ChangeLog | 5 +++++
gdb/MAINTAINERS | 17 ++++-------------
2 files changed, 9 insertions(+), 13 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 llvm.
from 3284bd7d15b Emulate TrackingVH using WeakVH
new 3b718709c45 [PDB/CodeView] Rename some classes.
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:
.../CodeView/ModuleDebugFileChecksumFragment.h | 12 ++++++------
.../llvm/DebugInfo/CodeView/ModuleDebugFragment.h | 6 +++---
.../DebugInfo/CodeView/ModuleDebugFragmentVisitor.h | 15 ++++++++-------
.../DebugInfo/CodeView/ModuleDebugLineFragment.h | 6 +++---
.../DebugInfo/CodeView/ModuleDebugUnknownFragment.h | 7 ++++---
.../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 10 +++++-----
.../CodeView/ModuleDebugFileChecksumFragment.cpp | 3 ++-
lib/DebugInfo/CodeView/ModuleDebugFragment.cpp | 2 +-
.../CodeView/ModuleDebugFragmentVisitor.cpp | 6 +++---
lib/DebugInfo/CodeView/ModuleDebugLineFragment.cpp | 10 +++++-----
lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 21 +++++++++++----------
tools/llvm-pdbdump/C13DebugFragmentVisitor.cpp | 6 +++---
tools/llvm-pdbdump/C13DebugFragmentVisitor.h | 10 +++++-----
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 5 +----
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 7 ++++---
tools/llvm-pdbdump/YAMLOutputStyle.h | 4 ++--
tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp | 2 +-
tools/llvm-readobj/COFFDumper.cpp | 4 ++--
18 files changed, 69 insertions(+), 67 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 llvm.
from 4c37a844b1f [JumpThread] Add some assertions for expected ConstantInt/B [...]
new 3284bd7d15b Emulate TrackingVH using WeakVH
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/IR/ValueHandle.h | 49 ++++++++++++++++++++--------------------
lib/IR/Value.cpp | 19 +++-------------
unittests/IR/ValueHandleTest.cpp | 26 +++++++++++++++++++++
3 files changed, 54 insertions(+), 40 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 gcc.
from c6e8ea54398 PR target/68491 * config/i386/cpuid.h (__get_cpuid): Alwa [...]
new 1efdb7810f9 gcc/testsuite/ChangeLog: PR tree-optimization/79715 * gcc [...]
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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr79715.c | 26 ++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr79715.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 llvm.
from 4e5c5db786a [SelectionDAG] Use known ones to provide a better bound for [...]
new 4d5ff6d8d6a Remove unnecessary conditions as suggested by clang-tidy. NFC
new 4c37a844b1f [JumpThread] Add some assertions for expected ConstantInt/B [...]
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/CodeGen/DFAPacketizer.cpp | 6 ++----
lib/Support/SourceMgr.cpp | 4 +---
lib/Target/TargetLoweringObjectFile.cpp | 2 +-
lib/Transforms/Scalar/JumpThreading.cpp | 7 +++++--
4 files changed, 9 insertions(+), 10 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 llvm.
from fc533c3fb32 [JumpThread] Do RAUW in case Cond folds to a constant in the CFG
new 4e5c5db786a [SelectionDAG] Use known ones to provide a better bound for [...]
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 ++++++++++++++++--
test/CodeGen/X86/clz.ll | 12 ++----------
2 files changed, 18 insertions(+), 12 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 glibc.
from ef0e5f2f5c Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h.
new 25e39b4229 Add TCP_FASTOPEN_CONNECT from Linux 4.11 to netinet/tcp.h.
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:
ChangeLog | 2 ++
sysdeps/gnu/netinet/tcp.h | 1 +
2 files changed, 3 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 clang.
from 63b23f80d3 The -coverage-file flag was removed in r280306, and this pie [...]
new 4d9511f25e Relax testcase to fix a PS4 buildbot failure.
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:
test/CodeGenCXX/debug-info-namespace.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.