This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 63bb820c315 Revert "[dsymutil] Don't mark forward declarations as canonical."
new 75475a86745 [dsymutil] Don't mark forward declarations as canonical.
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/tools/dsymutil/Inputs/odr-fwd-declaration/1.o | Bin 0 -> 2148 bytes
test/tools/dsymutil/Inputs/odr-fwd-declaration/2.o | Bin 0 -> 2276 bytes
test/tools/dsymutil/Inputs/odr-fwd-declaration/3.o | Bin 0 -> 2148 bytes
.../tools/dsymutil/Inputs/odr-fwd-declaration2/1.o | Bin 0 -> 2252 bytes
.../tools/dsymutil/Inputs/odr-fwd-declaration2/2.o | Bin 0 -> 2292 bytes
.../tools/dsymutil/Inputs/odr-fwd-declaration2/3.o | Bin 0 -> 2292 bytes
test/tools/dsymutil/X86/odr-fwd-declaration.cpp | 127 +++++++++++++++++
test/tools/dsymutil/X86/odr-fwd-declaration2.cpp | 151 +++++++++++++++++++++
tools/dsymutil/DwarfLinker.cpp | 62 ++++++---
9 files changed, 323 insertions(+), 17 deletions(-)
create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/1.o
create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/2.o
create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/3.o
create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/1.o
create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/2.o
create mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/3.o
create mode 100644 test/tools/dsymutil/X86/odr-fwd-declaration.cpp
create mode 100644 test/tools/dsymutil/X86/odr-fwd-declaration2.cpp
--
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 061339f2081 2017-08-31 Olivier Hainque <hainque(a)adacore.com>
new b8405b7ee83 mksysinfo: fix in6_addr in mld_hdr_t for Solaris
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/go/gofrontend/MERGE | 2 +-
libgo/mkrsysinfo.sh | 4 ++++
libgo/mksysinfo.sh | 4 ++++
3 files changed, 9 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 lnt.
from 05757f1 Endpoint to get to graph url for a sample.
new 80ee5bd lit.cfg: Do not fail with relative __file__ paths
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:
tests/lit.cfg | 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 fec731bad89 [ObjCARC] Pass the correct BasicBlock to fix assertion failure.
new 63bb820c315 Revert "[dsymutil] Don't mark forward declarations as canonical."
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/tools/dsymutil/Inputs/odr-fwd-declaration/1.o | Bin 2148 -> 0 bytes
test/tools/dsymutil/Inputs/odr-fwd-declaration/2.o | Bin 2276 -> 0 bytes
test/tools/dsymutil/Inputs/odr-fwd-declaration/3.o | Bin 2148 -> 0 bytes
.../tools/dsymutil/Inputs/odr-fwd-declaration2/1.o | Bin 2252 -> 0 bytes
.../tools/dsymutil/Inputs/odr-fwd-declaration2/2.o | Bin 2292 -> 0 bytes
.../tools/dsymutil/Inputs/odr-fwd-declaration2/3.o | Bin 2292 -> 0 bytes
test/tools/dsymutil/X86/odr-fwd-declaration.cpp | 127 -----------------
test/tools/dsymutil/X86/odr-fwd-declaration2.cpp | 151 ---------------------
tools/dsymutil/DwarfLinker.cpp | 62 +++------
9 files changed, 17 insertions(+), 323 deletions(-)
delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/1.o
delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/2.o
delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration/3.o
delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/1.o
delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/2.o
delete mode 100644 test/tools/dsymutil/Inputs/odr-fwd-declaration2/3.o
delete mode 100644 test/tools/dsymutil/X86/odr-fwd-declaration.cpp
delete mode 100644 test/tools/dsymutil/X86/odr-fwd-declaration2.cpp
--
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 671b72d2c68 PR c++/82039 suppress -Wzero-as-null-pointer-constant warning
new 061339f2081 2017-08-31 Olivier Hainque <hainque(a)adacore.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:
gcc/ChangeLog | 5 +++++
gcc/config.gcc | 2 +-
libgcc/ChangeLog | 5 +++++
libgcc/config.host | 2 +-
4 files changed, 12 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 lldb.
from 77c3c575b [TypeSystem] Reduce code duplication merging two almost ident [...]
new 1ce6b49c9 lldb-mi: -var-update can hang when traversing complex types w [...]
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/lldb-mi/MICmdCmdVar.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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/2.26/master
in repository glibc.
from 6043d77a47 ldd: never run file directly
new ef8566d72a Provide a C++ version of issignaling that does not use __MATH_TG
new 35dded99a8 Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MAT [...]
new 58270c0049 Provide a C++ version of iszero that does not use __MATH_TG [...]
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:
ChangeLog | 37 ++++++++++
math/Makefile | 3 +-
math/math.h | 60 ++++++++++++++--
...est-math-iszero.cc => test-math-issignaling.cc} | 78 ++++++++++++++-------
math/test-math-iszero.cc | 79 ++++++++++++++++++++++
sysdeps/powerpc/powerpc64le/Makefile | 4 +-
6 files changed, 229 insertions(+), 32 deletions(-)
copy math/{test-math-iszero.cc => test-math-issignaling.cc} (52%)
--
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 907e59854 Revert r312240
new fcb6aa26f [libFuzzer] tolerate missing files when loading the seed corpus
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/fuzzer/FuzzerLoop.cpp | 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 glibc.
from 9eee633b68 Change argument type passed to ifunc resolvers
new 102dde842a Remove NO_CANCELLATION macro
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 | 42 ++++++++++++++++++++++
sysdeps/generic/not-cancel.h | 2 --
sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/arm/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/fcntl.c | 24 +++++++------
sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/i386/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/mips/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/not-cancel.h | 3 +-
sysdeps/unix/sysv/linux/powerpc/sysdep-cancel.h | 1 -
.../unix/sysv/linux/s390/s390-32/sysdep-cancel.h | 1 -
.../unix/sysv/linux/s390/s390-64/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/sh/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/sparc/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/tile/sysdep-cancel.h | 1 -
sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h | 1 -
21 files changed, 58 insertions(+), 30 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 fcb9c6e647 Driver: extract ARCMT flag construction (NFC)
new 9f18034517 Disable clang-format's MemoizationTest as it becomes prohibi [...]
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:
unittests/Format/FormatTest.cpp | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.