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 f50fabe4f6 RISC-V: Fix 4-arg add parsing.
new 42e151bf4c gdb/or1k: Add linux debugging 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:
bfd/ChangeLog | 5 ++
bfd/elf32-or1k.c | 55 ++++++++++++++++
gdb/ChangeLog | 7 +++
gdb/Makefile.in | 1 +
gdb/configure.tgt | 8 +++
gdb/or1k-linux-tdep.c | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/or1k-tdep.c | 3 +
7 files changed, 249 insertions(+)
create mode 100644 gdb/or1k-linux-tdep.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 libcxx.
from a796feb20 [libcxx] Add paranoid cast-to-void in comma operator
new f01e82fd4 [libcxx] Remove the availability_markup LIT feature
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/DesignDocs/AvailabilityMarkup.rst | 29 ++++++----------------
.../sized_delete_array_fsizeddeallocation.sh.cpp | 10 ++++----
.../sized_delete_fsizeddeallocation.sh.cpp | 10 ++++----
.../locale.cons/locale_char_pointer_cat.pass.cpp | 4 +--
.../locale/locale.cons/locale_locale_cat.pass.cpp | 4 +--
.../locale/locale.cons/locale_string_cat.pass.cpp | 4 +--
.../optional.bad_optional_access/derive.pass.cpp | 14 +++++------
.../optional.specalg/make_optional.pass.cpp | 14 +++++------
.../variant.variant/variant.ctor/T.pass.cpp | 14 +++++------
.../in_place_index_init_list_args.pass.cpp | 14 +++++------
.../in_place_type_init_list_args.pass.cpp | 14 +++++------
utils/libcxx/test/config.py | 5 +---
12 files changed, 60 insertions(+), 76 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 compiler-rt.
from c9e576075 Missing freebsd files.
new 11ecbe602 Add new interceptor for strtonum(3)
new f0835eb01 Add a new interceptor for fparseln(3) from NetBSD
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:
.../sanitizer_common_interceptors.inc | 50 +++++++++++++++++++++
.../sanitizer_platform_interceptors.h | 2 +
test/sanitizer_common/TestCases/NetBSD/fparseln.cc | 25 +++++++++++
test/sanitizer_common/TestCases/NetBSD/strtonum.cc | 52 ++++++++++++++++++++++
4 files changed, 129 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/fparseln.cc
create mode 100644 test/sanitizer_common/TestCases/NetBSD/strtonum.cc
--
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 e4b412b38 [test] Fix reproduce-blackslash.s test with NetBSD tar
new fa041c4a1 clang-format LLVM.h (NFC)
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/lld/Common/LLVM.h | 108 +++++++++++++++++++++++-----------------------
1 file changed, 54 insertions(+), 54 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 73e1ce1e3ff [WebAssembly] clang-format/clang-tidy AsmParser (NFC)
new 141d07dd416 Fix unused variable warning. NFCI.
new 29d82fd995f [ModuleSummary] use StringRefs to avoid a redundant copy; NFC
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:
include/llvm/IR/ModuleSummaryIndex.h | 2 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 4 ++--
3 files changed, 4 insertions(+), 4 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allyesconfig
in repository toolchain/gcc.
from fd7c80cb3ca backport r263583 to fix pr78544 on Darwin
adds c073a8bd16b Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allnoconfig
in repository toolchain/gcc.
from fd7c80cb3ca backport r263583 to fix pr78544 on Darwin
adds c073a8bd16b Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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 e9812ab4276 [MemCpyOpt] memset->memcpy forwarding with undef tail
new a81ba68b921 Follow-up from r348441 to add the rest of the objc ARC intrinsics.
new e2e62154889 Delete registerScope function
new 73e1ce1e3ff [WebAssembly] clang-format/clang-tidy AsmParser (NFC)
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/Intrinsics.td | 28 ++++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 14 ++
.../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 148 ++++++++++++---------
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 22 +--
test/CodeGen/X86/objc-arc.ll | 63 +++++++++
5 files changed, 195 insertions(+), 80 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/gcc.
from fd7c80cb3ca backport r263583 to fix pr78544 on Darwin
adds c073a8bd16b Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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 dejagnu.
from 39f9a77 * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.e [...]
new 433e2b2 * lib/tip.exp (tip_open): Put braces around if expression.
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 | 4 ++++
lib/tip.exp | 2 +-
2 files changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/binutils-gdb.
from bf9201ee0e Automatic date update in version.in
adds 384d2d7eee Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.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 9ee6b26355a AMDGPU: Use gfx9 instead of gfx8 in a test
new f6f2b8d5fd9 [MemCpyOpt] Add tests for memset->memcpy forwaring with und [...]
new e9812ab4276 [MemCpyOpt] memset->memcpy forwarding with undef tail
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/Analysis/MemoryDependenceAnalysis.cpp | 6 +
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 46 ++++---
.../MemCpyOpt/memset-memcpy-oversized.ll | 152 +++++++++++++++++++++
3 files changed, 188 insertions(+), 16 deletions(-)
create mode 100644 test/Transforms/MemCpyOpt/memset-memcpy-oversized.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-defconfig
in repository toolchain/binutils-gdb.
from bf9201ee0e Automatic date update in version.in
adds 384d2d7eee Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.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 linux.
from 0b43a299794e Merge tag 'for-linus-20181207' of git://git.kernel.dk/linux-block
new b07b864ee423 Revert "PCI/ASPM: Do not initialize link state when aspm_d [...]
new 7b24f6c082b3 Merge tag 'pci-v4.20-fixes-3' of git://git.kernel.org/pub/ [...]
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:
drivers/pci/pcie/aspm.c | 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 release_70
in repository llvm.
from 4a684f7170a Merging r346203:
new cd98f42d074 Merging r348444:
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/AArch64ISelLowering.cpp | 217 ++++++++++++++++-------------
test/CodeGen/AArch64/arm64-ccmp.ll | 72 +++++++++-
2 files changed, 192 insertions(+), 97 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 d0e8089e646 [HotColdSplitting] Refine definition of unlikelyExecuted
new 9ee6b26355a AMDGPU: Use gfx9 instead of gfx8 in 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/CodeGen/AMDGPU/kernel-args.ll | 268 ++++++++++++++++++-------------------
1 file changed, 133 insertions(+), 135 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.