This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5e1edf01fd5 [AMDGPU] Use S_DENORM_MODE for gfx10
new 24b3b937495 [InstCombine] add tests for shl+mul; 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:
test/Transforms/InstCombine/shift.ll | 71 ++++++++++++++++++++++++++++++++++++
1 file changed, 71 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 8f6e6a59983 AMDGPU: Correct behavior of f16 buffer loads
new 5c6e37cfc13 [InstCombine] add extra use constraint for shl-zext fold
new 3c027d4e7de AMDGPU/LoadStoreOptimizer: Set the correct offset whem merg [...]
new 5e1edf01fd5 [AMDGPU] Use S_DENORM_MODE for gfx10
The 3 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/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 ++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 ++
lib/Target/AMDGPU/SIISelLowering.cpp | 61 ++++++++++++++++++------
lib/Target/AMDGPU/SIInstrInfo.cpp | 1 +
lib/Target/AMDGPU/SIInstrInfo.td | 7 ++-
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 7 ++-
lib/Target/AMDGPU/SOPInstructions.td | 5 +-
lib/Transforms/InstCombine/InstCombineShifts.cpp | 2 +-
test/CodeGen/AMDGPU/fdiv.ll | 45 +++++++++++------
test/CodeGen/AMDGPU/merge-load-store.mir | 10 +++-
test/Transforms/InstCombine/shift.ll | 3 +-
12 files changed, 114 insertions(+), 36 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 ebb27f6cc93 [llvm-readelf] Fix core note descriptions
new 8f6e6a59983 AMDGPU: Correct behavior of f16 buffer loads
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/SelectionDAG/LegalizeFloatTypes.cpp | 6 ++
lib/Target/AMDGPU/BUFInstructions.td | 4 +
lib/Target/AMDGPU/SIISelLowering.cpp | 99 ++++++++++++----------
lib/Target/AMDGPU/SIISelLowering.h | 3 +
lib/Target/ARM/ARMISelLowering.cpp | 5 +-
test/CodeGen/AMDGPU/llvm.amdgcn.raw.buffer.load.ll | 69 ++++++++++++++-
.../AMDGPU/llvm.amdgcn.struct.buffer.load.ll | 79 +++++++++++++++++
7 files changed, 218 insertions(+), 47 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 cf427532200 [InstCombine] add test for shl-zext with extra use; NFC
new ebb27f6cc93 [llvm-readelf] Fix core note descriptions
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/llvm/BinaryFormat/ELF.h | 61 +++++++++++++++++++++++
test/tools/llvm-readobj/note-core.test | 28 +++++++++++
tools/llvm-readobj/ELFDumper.cpp | 88 +++++++++++++++++++++++++++++++++-
3 files changed, 175 insertions(+), 2 deletions(-)
create mode 100644 test/tools/llvm-readobj/note-core.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 binutils-gdb.
from 276cbbdf99 Fix objcopy's note merging capabilities so that they no long [...]
new 4ee94178af Add a comment briefly explaining partial symbols
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/ChangeLog | 4 ++++
gdb/objfiles.h | 8 +++++++-
2 files changed, 11 insertions(+), 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 68d008f860e AMDGPU: Correct behavior of f16/i16 non-format store intrinsics
new cf427532200 [InstCombine] add test for shl-zext with extra use; 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:
test/Transforms/InstCombine/shift.ll | 31 +++++++++++++++++++++++++------
1 file changed, 25 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 clang.
from 0e2d6da234 [Driver] Properly use values-X[ca].o, values-xpg[46].o on Solaris
new afdf1013dc Undo what looks like an unintentional change in r367829
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/CrossTU/CrossTranslationUnit.h | 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 ibm/2.30/master
in repository glibc.
at 9ca2648e2a Let ld.so have flags DT_RPATH and DT_RUNPATH
This branch includes the following new commits:
new 9ca2648e2a Let ld.so have flags DT_RPATH and DT_RUNPATH
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.
--
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 580f1034d1 Increase timeout in gdb.mi/list-thread-groups-available.exp
new 276cbbdf99 Fix objcopy's note merging capabilities so that they no long [...]
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:
binutils/ChangeLog | 7 +++++++
binutils/objcopy.c | 20 +++++++++-----------
2 files changed, 16 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.