This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ce329ac9cbd ADT: Add a range-based version of std::copy
new d37825459b7 Add a test.
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/MC/X86/space-err.s | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 test/MC/X86/space-err.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 master
in repository glibc.
from 311ba8dc44 hurd: Use the new file_exec_paths RPC
new e134ca1753 Fix powerpc-nofpu complex long double functions spurious "in [...]
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 | 17 +++++++++++++++++
sysdeps/powerpc/nofpu/Makefile | 26 ++++++++++++++++++++------
2 files changed, 37 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 5489d322ef9 [IPSCCP] Remove calls without side effects
new ce329ac9cbd ADT: Add a range-based version of std::copy
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/ADT/STLExtras.h | 5 +++++
1 file changed, 5 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 lldb.
from f05e9ebea [test] Fix tests to use more portable LLVM_ENABLE_ZLIB
new ae749c7be This change updates the deployment target for lldb and debugs [...]
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:
lldb.xcodeproj/project.pbxproj | 236 ++++++++++++++++++---
.../debugserver.xcodeproj/project.pbxproj | 150 +++++++++----
2 files changed, 318 insertions(+), 68 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 clang.
from db60d6e174 [Frontend] Remove unused FileMgr in pp arg parse
new 8eca3654c7 Wire up GCOV to the new pass manager
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/BackendUtil.cpp | 39 ++++++++++++++++++++++++---------------
test/CodeGen/code-coverage.c | 5 ++++-
2 files changed, 28 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 llvm.
from 6b54fc31e57 [WebAssembly] Explicitly specify function/global index spac [...]
new 8b2b7db3961 Don't create MCFillFragment directly.
new a630e3e00c8 [PowerPC] Manually schedule the prologue and epilogue
new 5489d322ef9 [IPSCCP] Remove calls without side effects
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:
include/llvm/IR/Instruction.h | 8 +++
lib/IR/Instruction.cpp | 5 ++
lib/MC/MCMachOStreamer.cpp | 28 +++------
lib/MC/MCWinCOFFStreamer.cpp | 19 ++----
lib/Target/PowerPC/PPCFrameLowering.cpp | 68 ++++++++++++++++++++--
lib/Transforms/Scalar/SCCP.cpp | 2 +-
test/CodeGen/PowerPC/MCSE-caller-preserved-reg.ll | 10 ++--
test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll | 8 +--
test/CodeGen/PowerPC/ppc-shrink-wrapping.ll | 16 ++---
test/CodeGen/PowerPC/tls_get_addr_clobbers.ll | 18 +++---
test/CodeGen/PowerPC/vsxD-Form-spills.ll | 50 ++++++++--------
...r-with-multiple-uses.ll => remove-call-inst.ll} | 3 +-
.../IPConstantProp/user-with-multiple-uses.ll | 5 +-
13 files changed, 146 insertions(+), 94 deletions(-)
copy test/Transforms/IPConstantProp/{user-with-multiple-uses.ll => remove-call-ins [...]
--
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 74ccf6db11 Add explicit shared check to eh-frame-hdr test.
new d2176225dc Support 'info proc' for FreeBSD process core dumps.
new b999e2038d Don't return stale data from fbsd_pid_to_exec_file for kerne [...]
new 262f62f57d Use gdb::unique_xmalloc_ptr<> instead of a deleter that invo [...]
new 92fce24de2 Support 'info proc' for native FreeBSD processes.
new 2d97a5d9d3 Document support for 'info proc' on FreeBSD.
The 5 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 | 46 ++++
gdb/NEWS | 3 +
gdb/config.in | 3 +
gdb/configure | 60 +++++
gdb/configure.ac | 5 +
gdb/doc/ChangeLog | 9 +
gdb/doc/gdb.texinfo | 76 +++---
gdb/fbsd-nat.c | 380 +++++++++++++++++++++++++++---
gdb/fbsd-tdep.c | 650 ++++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/fbsd-tdep.h | 7 +
10 files changed, 1171 insertions(+), 68 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 12133f3d5 [COFF] Process /EXPORT option in fastpath
new 34d9edb8d [WebAssembly] Update YAML in tests to match LLVM change
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/wasm/call-indirect.ll | 18 +-
test/wasm/data-layout.ll | 15 +-
test/wasm/function-imports-first.ll | 6 +-
test/wasm/function-imports.ll | 4 +-
test/wasm/local-symbols.ll | 9 +-
test/wasm/many-functions.ll | 392 ++++++++++++++++++++++++------------
test/wasm/relocatable.ll | 18 +-
test/wasm/stack-pointer.ll | 6 +-
test/wasm/weak-alias-overide.ll | 24 ++-
test/wasm/weak-alias.ll | 21 +-
test/wasm/weak-symbols.ll | 18 +-
test/wasm/weak-undefined.ll | 12 +-
12 files changed, 361 insertions(+), 182 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 442c4003f39 PR c++/83734 * constexpr.c (cxx_eval_statement_list): Ign [...]
new 1f33ab41eb9 compiler: make top-level decl for address-taken non-esc [...]
new 912b63ba0d7 os/signal/internal/pty: build on Solaris
new 073fe8cfdfa PR libstdc++/80276 fix pretty printers for array smart pointers
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/go/ChangeLog | 4 ++
gcc/go/go-gcc.cc | 11 ++++--
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/backend.h | 17 +++++----
gcc/go/gofrontend/gogo.cc | 44 +++++++++++++++++++---
gcc/go/gofrontend/gogo.h | 17 +++++++++
libgo/go/os/signal/internal/pty/pty.go | 2 +-
libstdc++-v3/ChangeLog | 13 +++++++
libstdc++-v3/python/libstdcxx/v6/printers.py | 10 +++--
.../testsuite/libstdc++-prettyprinters/cxx11.cc | 7 ++++
.../testsuite/libstdc++-prettyprinters/cxx17.cc | 15 ++++++++
11 files changed, 122 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.