This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_38
in repository llvm.
from ef1b1eb Merging r263325: -------------------------------------------- [...]
new 9f5deb6 Merging r265097:
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/AggressiveAntiDepBreaker.cpp | 29 ++++++++++++----------
.../PowerPC/aggressive-anti-dep-breaker-subreg.ll | 24 ++++++++++++++++++
2 files changed, 40 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/PowerPC/aggressive-anti-dep-breaker-subreg.ll
--
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 47df6e7 [LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABI
new d68fa06 Xfail failing watchpoint tests on aarch64-linux
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:
.../watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py | 2 ++
.../watchpoint_commands/command/TestWatchpointCommandPython.py | 1 +
.../watchpoint_commands/condition/TestWatchpointConditionCmd.py | 1 +
.../watchpoint/watchpoint_events/TestWatchpointEvents.py | 1 +
.../test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py | 1 +
5 files changed, 6 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 llvm.
from d9f2fdc Delete duplicated verifier test.
new 06d9208 Refactor duplicated check for valid declaration linkage. 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:
include/llvm/IR/GlobalValue.h | 6 ++++++
lib/AsmParser/LLParser.cpp | 5 +++--
lib/IR/Verifier.cpp | 3 +--
3 files changed, 10 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 lld.
from 42034a1 [ELF] - Fixed failture of mips-64-got.s on x32 configuration.
new 8d7143a [ELF] implemented -z defs option
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/Config.h | 1 +
ELF/Driver.cpp | 1 +
ELF/Writer.cpp | 2 +-
test/ELF/zdefs.s | 7 +++++++
4 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/zdefs.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 459dc82 libstdc++/71049 fix --disable-libstdcxx-dual-abi bootstrap
new 77126ef PR fortran/70855 * frontend-passes.c (inline_matmul_assign) [...]
new 1ff8b38 2016-05-11 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 7 +++++++
gcc/dwarf2out.c | 10 ++++++----
gcc/fortran/ChangeLog | 5 +++++
gcc/fortran/frontend-passes.c | 6 ++++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/g++.dg/debug/pr71057.C | 12 ++++++++++++
gcc/testsuite/gfortran.dg/gomp/pr70855.f90 | 18 ++++++++++++++++++
7 files changed, 64 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/debug/pr71057.C
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr70855.f90
--
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-6-branch
in repository gcc.
from bd9a826 gcc/
new 965a359 PR fortran/70855 * frontend-passes.c (inline_matmul_assign) [...]
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/fortran/ChangeLog | 5 +++++
gcc/fortran/frontend-passes.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/gomp/pr70855.f90 | 18 ++++++++++++++++++
4 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr70855.f90
--
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 0eaaf93 [mips][ias] Fix missing header that should have been in r269179
new d9f2fdc Delete duplicated verifier test.
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/Verifier.cpp | 5 -----
unittests/IR/VerifierTest.cpp | 27 +++++++++++++++++++++++++++
2 files changed, 27 insertions(+), 5 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 46a5550 [mips][ias] Fix N32 and N64 .cprestore directive when inside [...]
new 0eaaf93 [mips][ias] Fix missing header that should have been in r269179
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/Target/Mips/MipsTargetStreamer.h | 1 +
1 file changed, 1 insertion(+)
--
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 5ee248f Rewriting TestMultithreaded.py to solve flakyness on Linux
new 47df6e7 [LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABI
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/ArchSpec.h | 11 ++++++++++
source/Core/ArchSpec.cpp | 12 ++++++++++
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 29 ++++++++++++++++++-------
3 files changed, 44 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 llvm.
from 853d0da Try to fix a msvc warning.
new 46a5550 [mips][ias] Fix N32 and N64 .cprestore directive when inside [...]
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/Target/Mips/AsmParser/MipsAsmParser.cpp | 6 ++--
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 31 +++++++++++--------
lib/Target/Mips/MipsTargetStreamer.h | 13 ++++----
test/MC/Mips/cprestore-noreorder-noat.s | 36 ++++++++++++++++++++++
4 files changed, 64 insertions(+), 22 deletions(-)
create mode 100644 test/MC/Mips/cprestore-noreorder-noat.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.