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 470dd0a Makefile: Replace explicit subdir rules with pattern rules
new cd42d70 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-7.12-branch
in repository binutils-gdb.
from 4fdeb46 Automatic date update in version.in
new 848f927 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_27-branch
in repository binutils-gdb.
from cffaa4c Automatic date update in version.in
new 07dae95 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 gcc.
from bf04fa3 PR target/47192 * config/m68k/m68k.c (m68k_expand_epilogue) [...]
new 6bc6896 PR middle-end/38219 * gcc.dg/tree-ssa/vrp47.c: Do not run on m68k.
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 | 3 +++
gcc/testsuite/gcc.dg/tree-ssa/vrp47.c | 2 +-
2 files changed, 4 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 lldb.
from 9093b42 Revert "Change RegisterValue getters / setters to use StringRef."
new b0c264b Resubmit "Change RegisterValue getters / setters to use StringRef."
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/lldb/Core/RegisterValue.h | 6 +-
source/Commands/CommandObjectRegister.cpp | 8 +-
source/Core/RegisterValue.cpp | 179 +++++++++++++++---------------
source/Core/ValueObjectRegister.cpp | 3 +-
source/Core/ValueObjectVariable.cpp | 2 +-
5 files changed, 101 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 lldb.
from 7d0f5e1 Change RegisterValue getters / setters to use StringRef.
new 9093b42 Revert "Change RegisterValue getters / setters to use StringRef."
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/lldb/Core/RegisterValue.h | 6 +-
source/Commands/CommandObjectRegister.cpp | 8 +-
source/Core/RegisterValue.cpp | 179 +++++++++++++++---------------
source/Core/ValueObjectRegister.cpp | 3 +-
source/Core/ValueObjectVariable.cpp | 2 +-
5 files changed, 97 insertions(+), 101 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 634c84c 2016-11-17 Toma Tabacu <toma.tabacu(a)imgtec.com>
new bf04fa3 PR target/47192 * config/m68k/m68k.c (m68k_expand_epilogue) [...]
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/config/m68k/m68k.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/m68k/pr47192.c | 36 +++++++++++++++++++++++++++++++++
4 files changed, 49 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/m68k/pr47192.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 lld.
from c331dfc [ELF][MIPS] Remove 'mips' word from MipsGotSection fields and [...]
new 3003a8d Always compute sh_link for SHF_LINK_ORDER sections.
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:
ELF/OutputSections.cpp | 20 +++++++-------------
test/ELF/arm-exidx-canunwind.s | 5 +++--
test/ELF/arm-exidx-link.s | 24 ++++++++++++++++++++++++
test/ELF/arm-exidx-order.s | 5 +++--
test/ELF/arm-exidx-output.s | 5 +++--
5 files changed, 40 insertions(+), 19 deletions(-)
create mode 100644 test/ELF/arm-exidx-link.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 lldb.
from 1e2965d Fix step-over when SymbolContext.function is missing and symb [...]
new 7d0f5e1 Change RegisterValue getters / setters to use StringRef.
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/lldb/Core/RegisterValue.h | 6 +-
source/Commands/CommandObjectRegister.cpp | 8 +-
source/Core/RegisterValue.cpp | 179 +++++++++++++++---------------
source/Core/ValueObjectRegister.cpp | 3 +-
source/Core/ValueObjectVariable.cpp | 2 +-
5 files changed, 101 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 clang.
from 9483fa6 [Preprocessor] Support for '-dI' flag
new c2d6170 Minor changes in x86 intrinsics headers; 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:
lib/Headers/ammintrin.h | 2 --
lib/Headers/avxintrin.h | 18 ++++++++++++------
lib/Headers/emmintrin.h | 10 +++++++---
lib/Headers/xmmintrin.h | 21 +++++++++++++++++----
4 files changed, 36 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.