This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 6b41ce0eda [modules-ts] Omit submodule semantics for TS modules
new b11c39f887 [ms] Fix vbtable index for covariant overrides of vbase methods
new c39ec45ed8 [Bash-autocomplete] Refactor autocomplete code into own function
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/clang/Driver/Driver.h | 4 +
lib/AST/VTableBuilder.cpp | 10 ++-
lib/Driver/Driver.cpp | 94 ++++++++++++----------
.../microsoft-abi-vtables-return-thunks.cpp | 15 ++++
4 files changed, 76 insertions(+), 47 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 319cbbf633 MIPS/o32: Fix internal_syscall5/6/7
new 8325b477b1 2017-08-29 Paul Pluzhnikov <ppluzhnikov(a)google.com>
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 | 5 +++++
stdlib/tst-atexit-common.c | 50 ++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 51 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 7ef3addbe1 Improve MSP430 section placement.
new 37c0b6ee65 x86: Check valid PLT sections before checking dynamic relocations
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 | 7 +++++++
bfd/elf32-i386.c | 25 ++++++++++++++-----------
bfd/elf64-x86-64.c | 25 ++++++++++++++-----------
3 files changed, 35 insertions(+), 22 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 8bbf8d13ec2 * gcc.target/i386/20030926-1.c: Add dg-additional-options. [...]
new b0c5722beea ira-costs: avoid missing base registers in record_address_regs
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/ChangeLog | 5 +++++
gcc/ira-costs.c | 11 +++--------
2 files changed, 8 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 glibc.
from 01b87c656f ia64: Fix thread stack allocation permission set (BZ #21672)
new 319cbbf633 MIPS/o32: Fix internal_syscall5/6/7
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 | 61 ++++++++
sysdeps/unix/sysv/linux/mips/mips32/Makefile | 4 +
sysdeps/unix/sysv/linux/mips/mips32/Versions | 3 +
.../sysv/linux/mips/mips32/mips-syscall5.S} | 29 ++--
.../sysv/linux/mips/mips32/mips-syscall6.S} | 29 ++--
.../{epoll_wait.c => mips/mips32/mips-syscall7.S} | 31 ++--
.../unix/sysv/linux/mips/mips32/mips16/Makefile | 6 +-
.../unix/sysv/linux/mips/mips32/mips16/Versions | 2 +-
.../sysv/linux/mips/mips32/mips16/mips16-syscall.h | 44 ++----
.../linux/mips/mips32/mips16/mips16-syscall0.c | 3 +-
.../linux/mips/mips32/mips16/mips16-syscall1.c | 3 +-
.../linux/mips/mips32/mips16/mips16-syscall2.c | 3 +-
.../linux/mips/mips32/mips16/mips16-syscall3.c | 3 +-
.../linux/mips/mips32/mips16/mips16-syscall4.c | 3 +-
.../linux/mips/mips32/mips16/mips16-syscall5.c | 33 -----
.../linux/mips/mips32/mips16/mips16-syscall6.c | 33 -----
.../linux/mips/mips32/mips16/mips16-syscall7.c | 33 -----
sysdeps/unix/sysv/linux/mips/mips32/sysdep.h | 163 +++++++++------------
18 files changed, 202 insertions(+), 284 deletions(-)
copy sysdeps/{arm/armv6t2/ffs.S => unix/sysv/linux/mips/mips32/mips-syscall5.S} (68%)
copy sysdeps/{arm/armv6t2/ffs.S => unix/sysv/linux/mips/mips32/mips-syscall6.S} (67%)
copy sysdeps/unix/sysv/linux/{epoll_wait.c => mips/mips32/mips-syscall7.S} (67%)
delete mode 100644 sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall5.c
delete mode 100644 sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall6.c
delete mode 100644 sysdeps/unix/sysv/linux/mips/mips32/mips16/mips16-syscall7.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 gcc.
from 725e8413443 * config/i386/i386.opt (flag_fentry): Do not init to -1. [...]
new 8bbf8d13ec2 * gcc.target/i386/20030926-1.c: Add dg-additional-options. [...]
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 | 43 ++++++++++++++++++----
gcc/testsuite/gcc.target/i386/20030926-1.c | 2 +-
gcc/testsuite/gcc.target/i386/abi-2.c | 2 +-
gcc/testsuite/gcc.target/i386/asm-6.c | 4 +-
gcc/testsuite/gcc.target/i386/bitfield1.c | 3 +-
gcc/testsuite/gcc.target/i386/bitfield2.c | 3 +-
gcc/testsuite/gcc.target/i386/bittest.c | 2 +-
gcc/testsuite/gcc.target/i386/darwin-fpmath.c | 2 +-
.../gcc.target/i386/interrupt-sibcall-2.c | 5 ++-
gcc/testsuite/gcc.target/i386/mvc9.c | 4 +-
gcc/testsuite/gcc.target/i386/pr22076.c | 2 +-
gcc/testsuite/gcc.target/i386/pr37216.c | 2 +-
gcc/testsuite/gcc.target/i386/pr39431.c | 2 +-
gcc/testsuite/gcc.target/i386/pr40906-1.c | 4 +-
gcc/testsuite/gcc.target/i386/pr40906-2.c | 4 +-
gcc/testsuite/gcc.target/i386/pr43766.c | 2 +-
gcc/testsuite/gcc.target/i386/pr44223.c | 4 +-
gcc/testsuite/gcc.target/i386/pr45234.c | 4 +-
gcc/testsuite/gcc.target/i386/pr46226.c | 4 +-
gcc/testsuite/gcc.target/i386/pr46470.c | 5 ++-
gcc/testsuite/gcc.target/i386/pr49866.c | 4 +-
gcc/testsuite/gcc.target/i386/pr57091.c | 4 +-
gcc/testsuite/gcc.target/i386/pr59929.c | 2 +-
gcc/testsuite/gcc.target/i386/pr61599-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr67480.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-10.c | 4 +-
gcc/testsuite/gcc.target/i386/vararg-1.c | 5 +--
gcc/testsuite/gcc.target/i386/vararg-2.c | 5 +--
gcc/testsuite/gcc.target/i386/vect-cond-1.c | 2 +-
gcc/testsuite/gcc.target/i386/vect8-ret.c | 3 +-
30 files changed, 81 insertions(+), 55 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 42defb6c889 [PGO] Fixed non-determinism with DenseSet storing function [...]
new fac36eb3e37 [LoopUnroll] Make the test for PR33437 actually useful.
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/Transforms/LoopUnroll/pr33437.ll | 41 +++++++++++++++++++++++------------
1 file changed, 27 insertions(+), 14 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 release_50
in repository llvm.
from baa3d9b379a ReleaseNotes: NetBSD LLDB improvements
new ca8866dda3b Merging r311835: ------------------------------------------ [...]
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/Analysis/PostDominators.cpp | 2 --
1 file changed, 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 llvm.
from ae0931ef31f Fix build of llvm-mc-assemble/disassemble-fuzzer
new 42defb6c889 [PGO] Fixed non-determinism with DenseSet storing function [...]
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/IR/MDBuilder.cpp | 9 +++++++--
1 file changed, 7 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 llvm.
from 7ca5fcca7f1 [llvm-rc] Add DIALOG(EX) parsing ability (parser, pt 5/8).
new ae0931ef31f Fix build of llvm-mc-assemble/disassemble-fuzzer
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:
tools/llvm-mc-assemble-fuzzer/llvm-mc-assemble-fuzzer.cpp | 8 ++++----
tools/llvm-mc-disassemble-fuzzer/llvm-mc-disassemble-fuzzer.cpp | 5 +++--
2 files changed, 7 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.