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 56ad703d56 x86: Remove x86 ISA properties with empty bits
new a5628fa844 MIPS/LD/testsuite: Use $linux_gnu consistently across `mips- [...]
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-mips-elf/mips-elf.exp | 4 ++--
2 files changed, 7 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 libcxx.
from 79aa4f32d [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INL [...]
new 1f655099c Fix HTML blunder
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:
www/cxx2a_status.html | 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 glibc.
from 9449a295ad libc-abis: Define ABSOLUTE ABI [BZ #19818][BZ #23307]
new 38cade0c46 Compile debug/stack_chk_fail_local.c with stack protector
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 | 8 ++++++++
debug/Makefile | 7 +++++--
2 files changed, 13 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 llvm.
from 30ba76520af Fix asserts in AMDGCN fmed3 folding by handling more cases of NaN
new 6e0b82fc61c [X86] Add SHUF128 to target shuffle decoding.
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/X86ISelLowering.cpp | 11 +++
test/CodeGen/X86/vector-shuffle-256-v4.ll | 114 ++++++++++++++++++------------
test/CodeGen/X86/vector-shuffle-256-v8.ll | 78 ++++++++++++++------
3 files changed, 138 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 lldb.
from dfc18f724 [lit] Don't require semicolon separator
new 273bc9123 Fixed redefinition warnings with LLVM_ENABLE_MODULES
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/Host/Config.h.cmake | 2 ++
1 file changed, 2 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 f3ddf5477 Simplify PPC64::calcEFlags().
new 0736466d6 Remove redundnat call of makeArrayRef(). 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/Arch/PPC64.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 gcc.
from 3f6823abf8d 2018-07-05 Paul Thomas <pault(a)gcc.gnu.org>
new 69fccec5d94 PR libstdc++/58265 add noexcept to basic_string::assign(bas [...]
new 46deba94f64 Add xfail-if to some tests that fail with COW strings
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:
libstdc++-v3/ChangeLog | 16 ++++++++++++++++
libstdc++-v3/include/bits/basic_string.h | 3 +--
.../21_strings/basic_string/cons/char/deduction.cc | 1 +
.../21_strings/basic_string/cons/wchar_t/deduction.cc | 1 +
.../basic_string/modifiers/assign/char/move_assign.cc | 3 +++
.../basic_string/modifiers/assign/wchar_t/move_assign.cc | 3 +++
.../requirements/explicit_instantiation/debug.cc | 3 ++-
7 files changed, 27 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 5ccd8badb18 [llvm-objdump] Removed archive-headers-disas test
new a46b1e54f3f [CostModel][X86] Add UDIV/UREM by pow2 costs
new e5d3d151346 AMDGPU/GlobalISel: Implement custom kernel arg lowering
new 5ad067fad46 AMDGPU: Don't use spir_kernel in a test
new 30ba76520af Fix asserts in AMDGCN fmed3 folding by handling more cases of NaN
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/AMDGPU/AMDGPUCallLowering.cpp | 48 +-
lib/Target/AMDGPU/AMDGPUCallLowering.h | 5 +-
lib/Target/AMDGPU/AMDGPUCallingConv.td | 15 -
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 44 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 25 +-
test/Analysis/CostModel/X86/div.ll | 361 ++++++----
test/Analysis/CostModel/X86/rem.ll | 234 +++++--
.../GlobalISel/irtranslator-amdgpu_kernel.ll | 723 +++++++++++++++++++++
test/CodeGen/AMDGPU/coalescer_distribute.ll | 5 +-
test/CodeGen/AMDGPU/kernel-args.ll | 86 ++-
.../InstCombine/AMDGPU/amdgcn-intrinsics.ll | 48 +-
12 files changed, 1344 insertions(+), 254 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/irtranslator-amdgpu_kernel.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.