This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6b0bf92 [modules] Good ol' JIT is gone.
new 0b27eaf [X86] Add assert to ensure only 128-bit vector types are used [...]
new 12d48c9 [AVX512] Remove masked unpack intrinsics and autoupgrade to v [...]
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/IR/IntrinsicsX86.td | 219 ----------------
lib/IR/AutoUpgrade.cpp | 36 +++
lib/Target/X86/X86ISelLowering.cpp | 12 +
lib/Target/X86/X86IntrinsicsInfo.h | 72 ------
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 133 ++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 132 ----------
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 96 +++++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 100 --------
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 144 +++++++++++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 144 -----------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 288 +++++++++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 296 +---------------------
test/CodeGen/X86/vector-shuffle-512-v32.ll | 6 +-
13 files changed, 715 insertions(+), 963 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 7c2609a [LLVM][MIPS] Introduce 64 bit atomic check in CheckAtomic.cmake
new 42bb389 Add missing include. Should fix modules builds.
new 6b0bf92 [modules] Good ol' JIT is gone.
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/MCSymbolMachO.h | 1 +
include/llvm/module.modulemap | 1 -
2 files 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 lld.
from 117fe6e Revert r273427 "[ELF] - Simplify loop in parseVersionSymbols( [...]
new 3826638 [ELF] - Reorder expressions in parseVersionSymbols()'s loop. 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:
ELF/SymbolListFile.cpp | 4 ++--
1 file 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 1d6aa00 2016-06-23 Jakub Sejdak <jakub.sejdak(a)phoesys.com>
new 6de7718 2016-06-23 Jakub Sejdak <jakub.sejdak(a)phoesys.com>
new 21ecea3 2016-06-23 Jakub Sejdak <jakub.sejdak(a)phoesys.com>
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 | 6 ++++++
gcc/config.gcc | 11 +++++++++++
gcc/config/{ia64/t-hpux => arm/t-phoenix} | 19 ++++++++++---------
gcc/config/{i386/rtems-64.h => phoenix.h} | 25 ++++++++++++++-----------
libgcc/ChangeLog | 4 ++++
libgcc/config.host | 7 +++++++
6 files changed, 52 insertions(+), 20 deletions(-)
copy gcc/config/{ia64/t-hpux => arm/t-phoenix} (62%)
copy gcc/config/{i386/rtems-64.h => phoenix.h} (52%)
--
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 8319c3a Implement --trace-symbol=symbol option.
new 63d1187 Attempt to fix Windows buildbots.
new 117fe6e Revert r273427 "[ELF] - Simplify loop in parseVersionSymbols( [...]
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:
ELF/SymbolListFile.cpp | 6 ++++--
test/ELF/trace-symbols.s | 4 ++--
2 files changed, 6 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 gcc.
from 06c343d Daily bump.
new 1d6aa00 2016-06-23 Jakub Sejdak <jakub.sejdak(a)phoesys.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:
ChangeLog | 5 +++++
configure | 6 ++++++
configure.ac | 6 ++++++
3 files changed, 17 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 lld.
from 1c48a2e Fix a bug that MIPS thunks can overwrite other section contents.
new 8319c3a Implement --trace-symbol=symbol 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 | 2 +
ELF/Driver.cpp | 4 ++
ELF/InputFiles.cpp | 9 ++++
ELF/InputFiles.h | 2 +
ELF/Options.td | 3 ++
ELF/SymbolTable.cpp | 11 ++++
ELF/SymbolTable.h | 2 +
test/ELF/Inputs/trace-symbols-foo-strong.s | 14 +++++
test/ELF/Inputs/trace-symbols-foo-weak.s | 12 +++++
test/ELF/trace-symbols.s | 84 ++++++++++++++++++++++++++++++
10 files changed, 143 insertions(+)
create mode 100644 test/ELF/Inputs/trace-symbols-foo-strong.s
create mode 100644 test/ELF/Inputs/trace-symbols-foo-weak.s
create mode 100644 test/ELF/trace-symbols.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 llvm.
from 5ec082b Fix doubly included header
new 7c2609a [LLVM][MIPS] Introduce 64 bit atomic check in CheckAtomic.cmake
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:
cmake/modules/CheckAtomic.cmake | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 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 lldb.
from bc5195c Revert r273524, it may have been the cause of a linux testbot [...]
new 6aa44e4 [LLDB][MIPS] Fix Emulation of Compact branch and ADDIU instructions
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:
.../Instruction/MIPS/EmulateInstructionMIPS.cpp | 32 ++++++++++-----------
.../MIPS64/EmulateInstructionMIPS64.cpp | 33 +++++++++++-----------
2 files changed, 33 insertions(+), 32 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 7bec354 Use ranges to concisely express iteration
new 840f08a [AVX512] Replace masked unpack builtins with shufflevector an [...]
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/clang/Basic/BuiltinsX86.def | 36 ----
lib/Headers/avx512bwintrin.h | 164 +++++++++-------
lib/Headers/avx512fintrin.h | 382 +++++++++++++++++-------------------
lib/Headers/avx512vlbwintrin.h | 152 ++++++--------
lib/Headers/avx512vlintrin.h | 318 ++++++++++++------------------
test/CodeGen/avx512bw-builtins.c | 32 +--
test/CodeGen/avx512f-builtins.c | 56 ++++--
test/CodeGen/avx512vl-builtins.c | 96 ++++++---
test/CodeGen/avx512vlbw-builtins.c | 48 +++--
9 files changed, 618 insertions(+), 666 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.