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 bdd7c8fc34 Fix tests to avoid cldemote encoding.
new e9301e762a Resync libiberty sources with master version in GCC repository.
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:
libiberty/ChangeLog | 39 +++-
libiberty/argv.c | 6 +-
libiberty/cp-demangle.c | 2 +-
libiberty/simple-object-common.h | 2 +-
libiberty/simple-object-elf.c | 384 ++++++++++++++++++++++++---------------
libiberty/simple-object-xcoff.c | 13 +-
libiberty/simple-object.c | 41 +++--
7 files changed, 314 insertions(+), 173 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 6aea08d9f3 Fix illegal memory access when parsing corrupt DWARF information.
new bdd7c8fc34 Fix tests to avoid cldemote encoding.
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:
gas/ChangeLog | 9 +++++++++
gas/testsuite/gas/i386/ilp32/x86-64-nops.d | 2 ++
gas/testsuite/gas/i386/nops.d | 2 ++
gas/testsuite/gas/i386/nops.s | 4 ++--
gas/testsuite/gas/i386/x86-64-nops.d | 2 ++
gas/testsuite/gas/i386/x86-64-nops.s | 4 ++--
6 files changed, 19 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 clang.
from 1a4f56e161 Add some infuriatingly necessary comments to this test case.
new 939b185f02 Add checks for format specifiers used by __builtin_dump_stru [...]
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/CGBuiltin.cpp | 1 +
test/CodeGen/dump-struct-builtin.c | 215 ++++++++++++++++++++++++++-----------
2 files changed, 154 insertions(+), 62 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 c48935d75f Enable Intel CLDEMOTE instruction.
new 6aea08d9f3 Fix illegal memory access when parsing corrupt DWARF information.
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:
binutils/ChangeLog | 6 ++++++
binutils/dwarf.c | 13 ++++++++++++-
2 files changed, 18 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 0b7b278f69 Fix malformed table introduced by r330174
new 1a4f56e161 Add some infuriatingly necessary comments to this test case.
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:
.../Inputs/exportas-link/OtherKit.framework/Headers/OtherKit.h | 1 +
.../Inputs/exportas-link/SomeKit.framework/Headers/SKWidget.h | 1 +
.../Modules/Inputs/exportas-link/SomeKit.framework/Headers/SomeKit.h | 5 +++++
.../Inputs/exportas-link/SomeKitCore.framework/Headers/SomeKitCore.h | 5 +++++
4 files changed, 12 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 binutils-gdb.
from f954747f10 Reinstate readelf decoding of i860, i960 and i370 relocs
new c48935d75f Enable Intel CLDEMOTE instruction.
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:
gas/ChangeLog | 18 +
gas/config/tc-i386.c | 2 +
gas/doc/c-i386.texi | 3 +-
gas/testsuite/gas/i386/cldemote-intel.d | 16 +
gas/testsuite/gas/i386/cldemote.d | 16 +
gas/testsuite/gas/i386/cldemote.s | 12 +
gas/testsuite/gas/i386/i386.exp | 4 +
gas/testsuite/gas/i386/ilp32/x86-64-nops.d | 2 -
gas/testsuite/gas/i386/nops.d | 2 -
gas/testsuite/gas/i386/nops.s | 4 +-
gas/testsuite/gas/i386/x86-64-cldemote-intel.d | 16 +
gas/testsuite/gas/i386/x86-64-cldemote.d | 16 +
gas/testsuite/gas/i386/x86-64-cldemote.s | 12 +
gas/testsuite/gas/i386/x86-64-nops.d | 2 -
gas/testsuite/gas/i386/x86-64-nops.s | 4 +-
opcodes/ChangeLog | 12 +
opcodes/i386-dis.c | 29 +-
opcodes/i386-gen.c | 3 +
opcodes/i386-init.h | 356 +-
opcodes/i386-opc.h | 3 +
opcodes/i386-opc.tbl | 6 +
opcodes/i386-tbl.h | 10102 ++++++++++++-----------
22 files changed, 5410 insertions(+), 5230 deletions(-)
create mode 100644 gas/testsuite/gas/i386/cldemote-intel.d
create mode 100644 gas/testsuite/gas/i386/cldemote.d
create mode 100644 gas/testsuite/gas/i386/cldemote.s
create mode 100644 gas/testsuite/gas/i386/x86-64-cldemote-intel.d
create mode 100644 gas/testsuite/gas/i386/x86-64-cldemote.d
create mode 100644 gas/testsuite/gas/i386/x86-64-cldemote.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 gcc.
from eb0e7c23bf5 Call expand_all_artificial_thunks in ipa-cp if necessary
new 99c7343247f PR middle-end/85414 * rtlhooks.c (gen_lowpart_if_possible [...]
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 | 6 ++++++
gcc/rtlhooks.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr85414.c | 10 ++++++++++
4 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr85414.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 2edd438635f Fix coding style and add a new test-case (PR lto/85405).
new eb0e7c23bf5 Call expand_all_artificial_thunks in ipa-cp if necessary
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 | 6 ++
gcc/ipa-cp.c | 3 +
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/ipa/pr85421.C | 131 +++++++++++++++++++++++++++++++++++++
4 files changed, 145 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr85421.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 f7a516d335c Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThread [...]
new afb8c1fed21 Fix incorrect choice of callee-saved registers save/restore points
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/ShrinkWrap.cpp | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.