This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 241ddbf Convert some functions to use StringRef instead of c_str, len
new 10be8cb Add some unit tests for StringExtractor::GetNameColonValue.
new dc7a27e Fix some build bot breakages.
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:
.../GDBRemoteCommunicationServerCommon.cpp | 10 ++--
.../GDBRemoteCommunicationServerPlatform.cpp | 2 +-
unittests/Utility/StringExtractorTest.cpp | 53 ++++++++++++++++++++++
3 files changed, 59 insertions(+), 6 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 compiler-rt.
from d570a81 [asan] Use "REQUIRES: x86_64-target-arch" to disable the test [...]
new b8abcb0 [asan] Disable tests more selectively.
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/asan/TestCases/Posix/asan-symbolize-sanity-test.cc | 2 +-
test/lit.common.cfg | 1 +
test/sanitizer_common/TestCases/symbolize_pc.cc | 2 +-
3 files changed, 3 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 36b6695 This test now succeeds.
new 241ddbf Convert some functions to use StringRef instead of c_str, len
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:
.../Process/gdb-remote/GDBRemoteClientBase.cpp | 7 ++--
.../Process/gdb-remote/GDBRemoteCommunication.cpp | 20 ++++++------
.../Process/gdb-remote/GDBRemoteCommunication.h | 6 ++--
.../gdb-remote/GDBRemoteCommunicationServer.cpp | 6 ++--
.../GDBRemoteCommunicationServerCommon.cpp | 38 +++++++++++-----------
.../GDBRemoteCommunicationServerLLGS.cpp | 38 +++++++++++-----------
.../GDBRemoteCommunicationServerPlatform.cpp | 10 +++---
unittests/Process/gdb-remote/GDBRemoteTestUtils.h | 2 +-
8 files changed, 62 insertions(+), 65 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 6f2116b PR libstdc++/77356 * include/bits/regex_compiler.tcc(_M_ins [...]
new 29c786e 2016-08-27 Steven G. Kargl <kargl(a)gcc.gnu.org>
new bb00f06 2016-08-27 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 11 +++++++++++
gcc/fortran/dependency.c | 6 ++++++
gcc/fortran/simplify.c | 14 +++++++++++---
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gfortran.dg/pr77372.f90 | 7 +++++++
gcc/testsuite/gfortran.dg/pr77380.f90 | 6 ++++++
6 files changed, 51 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77372.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77380.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 compiler-rt.
from f32c49c [asan] restrict release_to_os_test.cc to x86_64
new d570a81 [asan] Use "REQUIRES: x86_64-target-arch" to disable the 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:
test/sanitizer_common/TestCases/symbolize_pc.cc | 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 2b799fd [LTO] Don't create a new common unless merged has different size
new 9c6419d [AVX-512] Add load folding for EVEX vcmpps/pd/ss/sd.
new ffbe701 [X86] Enable FR32/FR64 cmpeq/cmpne/cmpunord/cmpord to be commuted.
new 6399425 [AVX-512] Allow EVEX encoding unordered/ordered/equal/notequa [...]
new a733d39 [X86] Remove stale comment about FixupBWInsts pass being off [...]
The 4 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/X86/X86FixupBWInsts.cpp | 2 --
lib/Target/X86/X86InstrAVX512.td | 16 +++++++-----
lib/Target/X86/X86InstrInfo.cpp | 36 +++++++++++++++++++++++++--
lib/Target/X86/X86InstrSSE.td | 1 +
test/CodeGen/X86/fast-isel-cmp.ll | 8 +++---
test/CodeGen/X86/stack-folding-fp-avx512.ll | 18 ++++++++++++++
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 36 +++++++++++++++++++++++++++
7 files changed, 103 insertions(+), 14 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 8b9a56b AMDGPU: Mark sched model complete
new 2b799fd [LTO] Don't create a new common unless merged has different size
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/LTO/LTO.cpp | 7 ++++---
test/tools/gold/X86/common.ll | 6 +++---
test/tools/gold/X86/start-lib-common.ll | 2 +-
3 files changed, 8 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 master
in repository llvm.
from 6441d23 AMDGPU: Remove unneeded implicit exec uses/defs
new 8b9a56b AMDGPU: Mark sched model complete
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/AMDGPU/SISchedule.td | 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 fab5bb8 GVN-hoist: invalidate MD cache (PR29144)
new a59e27b [Orc] Explicitly specify type for assignment.
new 6441d23 AMDGPU: Remove unneeded implicit exec uses/defs
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/Target/AMDGPU/SIInstrFormats.td | 19 ++++++
lib/Target/AMDGPU/SIInstructions.td | 69 +++++++++-------------
unittests/ExecutionEngine/Orc/LogicalDylibTest.cpp | 6 +-
3 files changed, 51 insertions(+), 43 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 529dc06 [RegBankSelect] Do not abort when the target wants to fall back.
new fab5bb8 GVN-hoist: invalidate MD cache (PR29144)
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/Transforms/Scalar/GVNHoist.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.