This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5412111d988 [X86] Add WriteFSign/WriteFLogic scheduler classes
new 68c6a26f031 [llvm-mca][X86] Add MMX/SSE/AES/CLMUL resource SandyBridge tests
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:
.../tools/llvm-mca/X86/SandyBridge/resources-aes.s | 72 ++
.../llvm-mca/X86/SandyBridge/resources-clmul.s | 37 +
.../tools/llvm-mca/X86/SandyBridge/resources-mmx.s | 394 +++++++++
.../llvm-mca/X86/SandyBridge/resources-sse1.s | 462 ++++++++++
.../llvm-mca/X86/SandyBridge/resources-sse2.s | 950 +++++++++++++++++++++
.../llvm-mca/X86/SandyBridge/resources-sse3.s | 97 +++
.../llvm-mca/X86/SandyBridge/resources-sse41.s | 367 ++++++++
.../llvm-mca/X86/SandyBridge/resources-sse42.s | 100 +++
.../llvm-mca/X86/SandyBridge/resources-ssse3.s | 254 ++++++
9 files changed, 2733 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-aes.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-clmul.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-mmx.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-sse1.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-sse2.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-sse3.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-sse41.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-sse42.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-ssse3.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 lld.
from dd62827e0 COFF: Merge .xdata into .rdata by default.
new 14c1d6d05 Use /pdbaltpath to avoid a path length dependency.
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/COFF/pdb.test | 6 +++---
1 file changed, 3 insertions(+), 3 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 ff80f79c6 Add -z {combreloc,copyreloc,noexecstack,lazy,relro,text}.
new bbb7c88b6 COFF: Merge .bss into .data by default.
new dd62827e0 COFF: Merge .xdata into .rdata by default.
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:
COFF/Driver.cpp | 2 ++
test/COFF/common-alignment.test | 16 ----------------
test/COFF/common.test | 16 ----------------
test/COFF/icf-xdata.s | 22 +++++++++++++++++-----
test/COFF/pdb-globals.test | 2 +-
test/COFF/pdb.test | 20 ++------------------
test/COFF/secrel-common.s | 18 +++++++++++-------
test/COFF/section-size.s | 2 +-
test/COFF/unwind.test | 10 +++++-----
9 files changed, 39 insertions(+), 69 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 af88112e75f [gcc/testsuite]
new 9d42920b6ea [libgcc] 2018-04-20 Michael Meissner <meissner(a)linux.ibm.com>
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/rs6000/rs6000.c | 1 +
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/powerpc/pr85456.c | 14 +++++++
libgcc/ChangeLog | 16 ++++++++
libgcc/config/rs6000/_powikf2.c | 63 ++++++++++++++++++++++++++++++
libgcc/config/rs6000/float128-ifunc.c | 9 +++++
libgcc/config/rs6000/quad-float128.h | 3 ++
libgcc/config/rs6000/t-float128 | 2 +-
libgcc/config/rs6000/t-float128-hw | 8 +++-
10 files changed, 124 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr85456.c
create mode 100644 libgcc/config/rs6000/_powikf2.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 ea1e913bd COFF: Use (name, output characteristics) as a key when groupi [...]
new fd10e6bf7 COFF: Preserve section type when processing /section flag.
new ff80f79c6 Add -z {combreloc,copyreloc,noexecstack,lazy,relro,text}.
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:
COFF/Chunks.cpp | 2 +-
COFF/Chunks.h | 8 +++++---
COFF/Writer.cpp | 3 ++-
ELF/Config.h | 2 +-
ELF/Driver.cpp | 23 +++++++++++++++++------
ELF/Relocations.cpp | 2 +-
test/COFF/output-chars.test | 3 +++
test/COFF/section.test | 4 ++++
test/ELF/combrelocs.s | 3 +++
test/ELF/dt_flags.s | 7 ++++++-
test/ELF/gnustack.s | 5 +++++
test/ELF/relro.s | 10 +++++++---
test/ELF/ztext.s | 5 +++++
13 files changed, 60 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 master
in repository binutils-gdb.
from 4352556b36 PR22978, TLS local-dynamic incorrectly linked on hppa-linux
new 5c8f23cdab Improve on-line help for thread_apply_command and thread_app [...]
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:
gdb/thread.c | 8 +++++---
1 file changed, 5 insertions(+), 3 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 f8bff0d6512 [llvm-objcopy] Fix sh_link
new 5412111d988 [X86] Add WriteFSign/WriteFLogic scheduler classes
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/X86/X86InstrAVX512.td | 8 +-
lib/Target/X86/X86InstrFPStack.td | 2 +-
lib/Target/X86/X86InstrSSE.td | 4 +-
lib/Target/X86/X86SchedBroadwell.td | 47 +-
lib/Target/X86/X86SchedHaswell.td | 42 +-
lib/Target/X86/X86SchedSandyBridge.td | 38 +-
lib/Target/X86/X86SchedSkylakeClient.td | 39 +-
lib/Target/X86/X86SchedSkylakeServer.td | 138 +--
lib/Target/X86/X86Schedule.td | 7 +-
lib/Target/X86/X86ScheduleAtom.td | 5 +-
lib/Target/X86/X86ScheduleBtVer2.td | 21 +-
lib/Target/X86/X86ScheduleSLM.td | 2 +
lib/Target/X86/X86ScheduleZnver1.td | 18 +-
test/CodeGen/X86/avx2-schedule.ll | 26 +-
test/CodeGen/X86/avx512-schedule.ll | 236 ++---
test/CodeGen/X86/avx512-shuffle-schedule.ll | 1376 +++++++++++++--------------
test/CodeGen/X86/mmx-schedule.ll | 48 +-
test/CodeGen/X86/x87-schedule.ll | 16 +-
18 files changed, 910 insertions(+), 1163 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 5a9a45c51 Under some scenarios, the current directory isn't writable du [...]
new ea1e913bd COFF: Use (name, output characteristics) as a key when groupi [...]
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:
COFF/Writer.cpp | 92 ++++++++++++++++++++++++++------------
COFF/Writer.h | 7 ++-
test/COFF/crt-chars.test | 32 +++++++++++++
test/COFF/merge.test | 14 ++++++
test/COFF/output-chars.test | 106 ++++++++++++++++++++++++++++++++++++++++++++
test/COFF/unwind.test | 2 +-
6 files changed, 222 insertions(+), 31 deletions(-)
create mode 100644 test/COFF/crt-chars.test
create mode 100644 test/COFF/output-chars.test
--
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 a94f0ebf8d6 gotest: only use [TD] on big-endian PPC64 non-AIX systems
new af88112e75f [gcc/testsuite]
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 | 5 +++++
gcc/testsuite/g++.dg/ext/undef-bool-1.C | 1 +
gcc/testsuite/gcc.target/powerpc/undef-bool-2.c | 1 +
3 files changed, 7 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 3b391a578da [HWASan] Introduce non-zero based and dynamic shadow memory [...]
new f8bff0d6512 [llvm-objcopy] Fix sh_link
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/tools/llvm-objcopy/armexidx-link.test | 48 ++++++++++++++++++++++
.../llvm-objcopy/dynsym-error-remove-strtab.test | 2 +-
tools/llvm-objcopy/Object.cpp | 27 +++++-------
tools/llvm-objcopy/Object.h | 27 ++++--------
4 files changed, 69 insertions(+), 35 deletions(-)
create mode 100644 test/tools/llvm-objcopy/armexidx-link.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.