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 0f703942d7 Automatic date update in version.in
new 05b1d8d6fc Remove cli_ui_out::out_field_fmt
new e427af1889 Reindent cli-out.h
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:
gdb/ChangeLog | 10 ++++++++++
gdb/cli-out.c | 18 +-----------------
gdb/cli-out.h | 18 +++++++++---------
3 files changed, 20 insertions(+), 26 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 49b29564a17 Fix PR85478
new e48af994d27 PR target/85508 * config/i386/i386.c (ix86_expand_vector_ [...]
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/i386/i386.c | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr85508.c | 12 ++++++++++++
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85508.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 a9a87be18b9 [MC] Remove orphan MCSchedModel::computeReciprocalThroughpu [...]
new 2574f6647ee [X86] Add vector element insertion/extraction scheduler classes
new 18d09b9a77f [X86] Fix missing cfi from sitofp checks
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/X86/X86InstrAVX512.td | 22 +++----
lib/Target/X86/X86InstrMMX.td | 6 +-
lib/Target/X86/X86InstrSSE.td | 49 +++++++-------
lib/Target/X86/X86SchedBroadwell.td | 52 +++++++--------
lib/Target/X86/X86SchedHaswell.td | 50 ++++++--------
lib/Target/X86/X86SchedSandyBridge.td | 52 ++++++---------
lib/Target/X86/X86SchedSkylakeClient.td | 46 +++++++------
lib/Target/X86/X86SchedSkylakeServer.td | 76 +++++++---------------
lib/Target/X86/X86Schedule.td | 5 ++
lib/Target/X86/X86ScheduleAtom.td | 8 +++
lib/Target/X86/X86ScheduleBtVer2.td | 23 ++-----
lib/Target/X86/X86ScheduleSLM.td | 10 +++
lib/Target/X86/X86ScheduleZnver1.td | 29 ++++-----
test/CodeGen/X86/mmx-schedule.ll | 12 ++--
test/CodeGen/X86/sitofp.ll | 5 +-
test/CodeGen/X86/sse41-schedule.ll | 4 +-
.../llvm-mca/X86/SandyBridge/resources-sse1.s | 14 ++--
.../llvm-mca/X86/SandyBridge/resources-sse41.s | 6 +-
18 files changed, 204 insertions(+), 265 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 b91ac890b26 [CodeGen] Print user-friendly debug locations as MI comments
new ad168c34945 [X86] Replace action Promote with Expand for operation ISD: [...]
new a9a87be18b9 [MC] Remove orphan MCSchedModel::computeReciprocalThroughpu [...]
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:
include/llvm/MC/MCSchedule.h | 4 ----
lib/Target/X86/X86ISelLowering.cpp | 4 +++-
test/CodeGen/X86/sitofp.ll | 21 +++++++++++++++++++++
3 files changed, 24 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/X86/sitofp.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 compiler-rt.
from a97c9c4c7 [LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.
new c1e0c1ceb The OpenBSD UBsan port introduced two typos that broke the So [...]
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/interception/interception.h | 2 +-
lib/sanitizer_common/sanitizer_platform.h | 2 +-
2 files changed, 2 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 gcc.
from 9ed4f084eb5 2018-04-24 Richard Biener <rguenther(a)suse.de>
new 49b29564a17 Fix PR85478
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr85478.C | 46 ++++++++++++++++++++++++++++++++++++++++++
gcc/tree-vect-loop.c | 5 +++--
4 files changed, 60 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr85478.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 glibc.
from af7e376b00 Consolidate alphasort{64} and versionsort{64} implementation
new 9320ca88a1 Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h.
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:
ChangeLog | 23 +++++++++++++++++++++++
sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h | 6 +++++-
sysdeps/unix/sysv/linux/arm/sys/ptrace.h | 6 +++++-
sysdeps/unix/sysv/linux/bits/ptrace-shared.h | 7 +++++++
sysdeps/unix/sysv/linux/ia64/sys/ptrace.h | 6 +++++-
sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h | 7 ++++++-
sysdeps/unix/sysv/linux/s390/sys/ptrace.h | 5 +++++
sysdeps/unix/sysv/linux/sparc/sys/ptrace.h | 6 +++++-
sysdeps/unix/sysv/linux/sys/ptrace.h | 6 +++++-
sysdeps/unix/sysv/linux/tile/sys/ptrace.h | 6 +++++-
sysdeps/unix/sysv/linux/x86/sys/ptrace.h | 6 +++++-
11 files changed, 76 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 clang.
from f714fd98c8 [ASTImporter] Allow testing of import sequences; fix import [...]
new 7140ad92de [GCC] Don't keep a StringRef to a temporary std::string
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/Driver/ToolChains/Gnu.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 fef8b01d9b1 [PM/LoopUnswitch] Fix a bug in the loop block set formation [...]
new b91ac890b26 [CodeGen] Print user-friendly debug locations as MI comments
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 | 15 ++++++++++++++-
unittests/CodeGen/MachineInstrTest.cpp | 8 +++++++-
2 files changed, 21 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 a4cc8bb2c [CMake] Add the missing `dsymutil` dependency when running tests.
new c8f0c4ce8 [dotest] Make the set of tests independent of the test configuration
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:
packages/Python/lldbsuite/test/dotest.py | 17 +++++++++
packages/Python/lldbsuite/test/lldbinline.py | 25 +++++--------
packages/Python/lldbsuite/test/lldbtest.py | 52 +++++-----------------------
3 files changed, 33 insertions(+), 61 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.