This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 20094d83d Log ObjC Runtime messages only in verbose mode
new 070648860 [Command] Remove dead code for the syntax command.
new 23bfa6fcc [Commands] Remove dead code for unused `args` command.
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:
lldb.xcodeproj/project.pbxproj | 12 --
source/Commands/CMakeLists.txt | 1 -
source/Commands/CommandObjectArgs.cpp | 234 ------------------------------
source/Commands/CommandObjectArgs.h | 52 -------
source/Commands/CommandObjectSyntax.cpp | 103 -------------
source/Commands/CommandObjectSyntax.h | 37 -----
source/Interpreter/CommandInterpreter.cpp | 2 -
7 files changed, 441 deletions(-)
delete mode 100644 source/Commands/CommandObjectArgs.cpp
delete mode 100644 source/Commands/CommandObjectArgs.h
delete mode 100644 source/Commands/CommandObjectSyntax.cpp
delete mode 100644 source/Commands/CommandObjectSyntax.h
--
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 compiler-rt.
from abcc3f0e5 [sanitizer] Fix PPC bot
new 5b515098c Mmap interceptor providing mprotect support
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/sanitizer_common/sanitizer_common.h | 2 +-
.../sanitizer_common_interceptors.inc | 18 ++++++++++++---
lib/sanitizer_common/sanitizer_common_libcdep.cc | 8 +++++--
.../TestCases/Linux/mmap_write_exec.cpp | 26 ++++++++++++++++++++--
4 files changed, 46 insertions(+), 8 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 529fdbd1bc8 2018-03-23 Vladimir Makarov <vmakarov(a)redhat.com>
new 6568003a89a PR c++/84942 * pt.c (tsubst_copy_and_build) <case FIX_TRU [...]
new c7a8183e8bc PR c++/85015 * decl.c (compute_array_index_type): Set osi [...]
new de7513fb410 PR inline-asm/85022 * emit-rtl.c (init_emit_regs): Indica [...]
The 3 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/ChangeLog | 6 ++++++
gcc/cp/ChangeLog | 10 ++++++++++
gcc/cp/decl.c | 2 +-
gcc/cp/pt.c | 3 +--
gcc/emit-rtl.c | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/cpp0x/pr85015.C | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr84942.C | 6 ++++++
8 files changed, 45 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85015.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr84942.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 285ec603522 [Hexagon] Boost profit for word-mask immediates, reduce for others
new b0f83298593 [Hexagon] Correct update of instruction offet in HW loop fixup
new a9607de4ae4 [Hexagon] Make findLoopInstr member of HexagonInstrInfo
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/Target/Hexagon/HexagonFixupHwLoops.cpp | 10 +++++++---
lib/Target/Hexagon/HexagonInstrInfo.cpp | 10 +++++++---
lib/Target/Hexagon/HexagonInstrInfo.h | 4 ++++
3 files changed, 18 insertions(+), 6 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 40a7eed5094 [PDB] Resubmit "Support embedding natvis files in PDBs."
new 285ec603522 [Hexagon] Boost profit for word-mask immediates, reduce for others
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/Hexagon/HexagonSplitDouble.cpp | 44 ++++++++++---
test/CodeGen/Hexagon/sdr-nosplit1.ll | 42 ++++++++++++
test/CodeGen/Hexagon/sdr-reg-profit.ll | 103 ++++++++++++++++++++++++++++++
3 files changed, 179 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/Hexagon/sdr-nosplit1.ll
create mode 100644 test/CodeGen/Hexagon/sdr-reg-profit.ll
--
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 5d0390eca [CommandObjectFrame] Remove dead code.
new 20094d83d Log ObjC Runtime messages only in verbose mode
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:
.../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 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 zack/wip-sibcall-macros
in repository glibc.
discards 0266547ef8 RFC: Introduce pt-compat-stubs and use it to replace pt-vfork.
adds ffec7b2740 Use x86_64 backtrace as generic version.
adds a44061398c Remove unused frame.h header, sigcontextinfo.h macros.
adds cd66c0e584 Fix i386 memmove issue (bug 22644).
new 8f275c3146 RFC: Introduce pt-compat-stubs and use it to replace pt-vfork.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0266547ef8)
\
N -- N -- N refs/heads/zack/wip-sibcall-macros (8f275c3146)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 117 +++++++++++++++
debug/backtrace.c | 158 +++++++++++++--------
string/test-memmove.c | 58 ++++++++
sysdeps/aarch64/backtrace.c | 1 -
sysdeps/alpha/backtrace.c | 1 -
sysdeps/arm/frame.h | 27 ----
sysdeps/generic/frame.h | 23 ---
sysdeps/generic/pt-compat-stubs.S | 6 +-
sysdeps/generic/sigcontextinfo.h | 5 -
sysdeps/hppa/backtrace.c | 1 -
sysdeps/hppa/frame.h | 27 ----
.../i386/i686/multiarch/memcpy-sse2-unaligned.S | 12 +-
sysdeps/ia64/backtrace.c | 1 -
sysdeps/mach/hurd/i386/sigcontextinfo.h | 5 -
sysdeps/mips/backtrace.c | 1 -
sysdeps/nios2/backtrace.c | 1 -
sysdeps/powerpc/powerpc64/sysdep.h | 37 ++++-
sysdeps/riscv/backtrace.c | 1 -
sysdeps/sh/backtrace.c | 1 -
sysdeps/tile/backtrace.c | 1 -
sysdeps/unix/sysv/linux/alpha/sigcontextinfo.h | 5 -
sysdeps/unix/sysv/linux/arm/sigcontextinfo.h | 9 --
sysdeps/unix/sysv/linux/i386/sigcontextinfo.h | 30 ----
sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h | 6 -
sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h | 5 -
.../unix/sysv/linux/microblaze/sigcontextinfo.h | 5 -
sysdeps/unix/sysv/linux/mips/sigcontextinfo.h | 10 --
sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h | 5 -
sysdeps/unix/sysv/linux/riscv/sigcontextinfo.h | 6 -
sysdeps/unix/sysv/linux/s390/sigcontextinfo.h | 5 -
sysdeps/unix/sysv/linux/sh/sigcontextinfo.h | 5 -
.../unix/sysv/linux/sparc/sparc32/sigcontextinfo.h | 11 --
.../unix/sysv/linux/sparc/sparc64/sigcontextinfo.h | 8 --
sysdeps/unix/sysv/linux/tile/sigcontextinfo.h | 5 -
sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h | 8 --
sysdeps/x86_64/backtrace.c | 134 -----------------
36 files changed, 321 insertions(+), 420 deletions(-)
delete mode 100644 sysdeps/aarch64/backtrace.c
delete mode 100644 sysdeps/alpha/backtrace.c
delete mode 100644 sysdeps/arm/frame.h
delete mode 100644 sysdeps/generic/frame.h
delete mode 100644 sysdeps/hppa/backtrace.c
delete mode 100644 sysdeps/hppa/frame.h
delete mode 100644 sysdeps/ia64/backtrace.c
delete mode 100644 sysdeps/mips/backtrace.c
delete mode 100644 sysdeps/nios2/backtrace.c
delete mode 100644 sysdeps/riscv/backtrace.c
delete mode 100644 sysdeps/sh/backtrace.c
delete mode 100644 sysdeps/tile/backtrace.c
delete mode 100644 sysdeps/x86_64/backtrace.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 b5af7692c5d [Hexagon] Assume all extendable branches to be of size 8 in [...]
new 40a7eed5094 [PDB] Resubmit "Support embedding natvis files in PDBs."
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/DebugInfo/PDB/Native/PDBFileBuilder.h | 28 ++++++
.../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 10 ++
include/llvm/DebugInfo/PDB/Native/RawConstants.h | 2 +
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 28 ++++++
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 109 ++++++++++++++++++++-
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 15 +++
6 files changed, 191 insertions(+), 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 clang.
from d92d858be2 [HWASan] Port HWASan to Linux x86-64 (clang)
new b2926d8649 [CUDA] Fixed false error reporting in case of calling H->G->HD->D.
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/Sema/SemaCUDA.cpp | 9 ++++++---
test/SemaCUDA/call-device-fn-from-host.cu | 7 +++++++
2 files changed, 13 insertions(+), 3 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 f96e9fbd0 [PDB] Make our PDBs look more like MS PDBs.
new b6706ca4f [PDB] Resubmit "Support embedding natvis files in PDBs."
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:
COFF/Config.h | 1 +
COFF/Driver.cpp | 5 +-
COFF/Options.td | 2 +-
COFF/PDB.cpp | 17 +++
test/COFF/Inputs/generic.yaml | 282 +++++++++++++++++++++++++++++++++++++++
test/COFF/Inputs/natvis-1.natvis | 1 +
test/COFF/Inputs/natvis-2.natvis | 1 +
test/COFF/Inputs/natvis-3.natvis | 1 +
test/COFF/pdb-natvis.test | 26 ++++
test/lit.cfg.py | 3 +
test/lit.site.cfg.py.in | 3 +
11 files changed, 340 insertions(+), 2 deletions(-)
create mode 100644 test/COFF/Inputs/generic.yaml
create mode 100644 test/COFF/Inputs/natvis-1.natvis
create mode 100644 test/COFF/Inputs/natvis-2.natvis
create mode 100644 test/COFF/Inputs/natvis-3.natvis
create mode 100644 test/COFF/pdb-natvis.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.