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 8c65b54f18 Fix calculation of R_ARM_RHM_ALU_PREL_11_0 relocation when u [...]
new 1b1810b5e0 Automatic date update in version.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:
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 gdb-8.0-branch
in repository binutils-gdb.
from d65c730fce Fix NEWS formatting in GDB 8.0 section
new 0da1884895 Automatic date update in version.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:
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 binutils-2_28-branch
in repository binutils-gdb.
from 1dad3b5c74 Automatic date update in version.in
new 9603ba6470 Automatic date update in version.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:
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 2c4c4094bc2 Fix bug on Big-Endian system, due to reference to vector ou [...]
new 5dc901370c7 [CodeView] Move CodeView symbol yaml logic to ObjectYAML.
new 2579df385ca Try to fix build again.
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:
.../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 11 +
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 2 -
include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 11 +
include/llvm/ObjectYAML/CodeViewYAML.h | 13 +
lib/ObjectYAML/CodeViewYAML.cpp | 461 ++++++++++++++++++++-
tools/llvm-pdbdump/CMakeLists.txt | 1 -
tools/llvm-pdbdump/PdbYaml.cpp | 26 --
tools/llvm-pdbdump/PdbYaml.h | 7 +-
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 7 +-
tools/llvm-pdbdump/YamlSymbolDumper.cpp | 412 ------------------
tools/llvm-pdbdump/YamlSymbolDumper.h | 66 ---
tools/llvm-pdbdump/llvm-pdbdump.cpp | 2 +-
12 files changed, 502 insertions(+), 517 deletions(-)
delete mode 100644 tools/llvm-pdbdump/YamlSymbolDumper.cpp
delete mode 100644 tools/llvm-pdbdump/YamlSymbolDumper.h
--
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 gcc-5-branch
in repository gcc.
from de7d08c35ca xtensa: fix _Unwind_GetCFA
new 371c6488375 xtensa: fix TLS calls for call0 ABI
new 1d58668f623 xtensa: fix xtensa_fallback_frame_state for call0 ABI
new 16cb39a4f40 xtensa: fix libgcc build with --text-section-literals
new 57464f9abf6 xtensa: don't use unwind-dw2-fde-dip with elf targets
new 638914502bf xtensa: Fix PR target/78603
new 874cb69d281 gcc: xtensa: fix fprintf format specifiers
The 6 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 | 39 +++++++++++++++++++++++++++++++++++++
gcc/config/xtensa/xtensa.c | 28 ++++++++++++++------------
gcc/config/xtensa/xtensa.h | 4 +++-
gcc/config/xtensa/xtensa.md | 7 ++++++-
libgcc/ChangeLog | 31 +++++++++++++++++++++++++++++
libgcc/config/xtensa/ieee754-df.S | 2 ++
libgcc/config/xtensa/ieee754-sf.S | 2 ++
libgcc/config/xtensa/linux-unwind.h | 30 ++++++++++++++++++++++++++--
libgcc/config/xtensa/t-elf | 2 ++
libgcc/config/xtensa/t-linux | 2 ++
libgcc/config/xtensa/t-windowed | 2 +-
11 files changed, 132 insertions(+), 17 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 gcc-5-branch
in repository gcc.
from dc1c5a52723 Backported from mainline 2017-04-25 Jakub Jelinek <jaku [...]
new 09bc96ea0f9 xtensa: use unwind-dw2-fde-dip instead of unwind-dw2-fde
new de7d08c35ca xtensa: fix _Unwind_GetCFA
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:
libgcc/ChangeLog | 16 ++++++++++++++++
libgcc/config/xtensa/t-windowed | 2 +-
libgcc/config/xtensa/unwind-dw2-xtensa.c | 2 +-
3 files changed, 18 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 cc67b03016e MachineInstr: Do not skip dead def operands when printing.
new 2c4c4094bc2 Fix bug on Big-Endian system, due to reference to vector ou [...]
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/Object/WindowsResource.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 llvm.
from 4b7a5ae0a4d This patch should fix various clang warnings and a use of t [...]
new cc67b03016e MachineInstr: Do not skip dead def operands when printing.
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/MachineInstr.cpp | 32 --------------------------------
1 file changed, 32 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 b130b1d396 Add an explicit -std= to test to unbreak on PS4 targets.
new 432867c65c [modules] Minor documentation clarification for behavior of [...]
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/Modules.rst | 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 3fd4db31a78 MIR: update test for noVRegs removal.
new 400ba832374 [AntiDepBreaker] Revert r299124 and add a test.
new 4b7a5ae0a4d This patch should fix various clang warnings and a use of t [...]
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/CodeGen/AggressiveAntiDepBreaker.cpp | 2 +-
lib/CodeGen/CriticalAntiDepBreaker.cpp | 2 +-
lib/Object/WindowsResource.cpp | 3 +-
test/CodeGen/PowerPC/pristine-and-livein.mir | 330 ---------------------------
4 files changed, 4 insertions(+), 333 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/pristine-and-livein.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.