This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7e1d1537d39 [DAGCombiner] protect against an infinite loop between shl [...]
new 7ebf60fab48 [AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, di [...]
new 8e6aca91b2e [X86] Add SETCC/STC/STD/UD2 schedule tests
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 19 +
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 56 ++-
.../AMDGPU/Disassembler/AMDGPUDisassembler.h | 7 +-
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 10 -
lib/Target/AMDGPU/SIDefines.h | 8 +-
lib/Target/AMDGPU/SIRegisterInfo.cpp | 2 +
lib/Target/AMDGPU/SIRegisterInfo.td | 49 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 82 ++--
test/CodeGen/X86/schedule-x86_64.ll | 544 ++++++++++++++++++++-
test/MC/AMDGPU/literalv216-err.s | 2 +-
test/MC/AMDGPU/trap.s | 83 +++-
test/MC/AMDGPU/vop1-gfx9-err.s | 2 +-
test/MC/AMDGPU/vop_sdwa.s | 35 ++
test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt | 9 +
test/MC/Disassembler/AMDGPU/trap_gfx9.txt | 109 +++++
15 files changed, 937 insertions(+), 80 deletions(-)
create mode 100644 test/MC/Disassembler/AMDGPU/trap_gfx9.txt
--
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 3b33da62d Add a StringList constructor to Args class
new 295422639 dotest.py: Correctly annotate lldbinline tests with debug inf [...]
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/lldbinline.py | 5 ++++-
1 file changed, 4 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 2c552fa3f96 [MSan] introduce getShadowOriginPtr(). NFC.
new 7e1d1537d39 [DAGCombiner] protect against an infinite loop between shl [...]
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/DAGCombiner.cpp | 3 ++-
test/CodeGen/X86/combine-mul.ll | 34 ++++++++++++++++++++++++++++++++
2 files changed, 36 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 302da6a9cca [X86] Add SAR/SHL/SHR schedule tests
new 2c552fa3f96 [MSan] introduce getShadowOriginPtr(). 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:
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 320 ++++++++++++---------
1 file changed, 191 insertions(+), 129 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 ee870a9ef Fix test to test what it intended to test.
new 70da62082 [ELF] Improve comments in aarch64 errata fix test [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/ELF/aarch64-cortex-a53-843419-address.s | 39 ++++++++++++++--------------
1 file changed, 19 insertions(+), 20 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 f2f9e7ecc1 [MPFR] Fix regression on 32-bit host systems
new 3c0aa29aab Unbreak build for non-ELF ports
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 | 16 ++++++++++++++++
gdb/defs.h | 6 ------
gdb/dwarf2read.c | 32 ++++++++++++++------------------
gdb/elfread.c | 29 +++++++++++++++++++++++------
gdb/symfile.h | 17 ++++++++++++++++-
5 files changed, 69 insertions(+), 31 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 d8ae43374cc [X86] Add RCL/RCR schedule tests
new 302da6a9cca [X86] Add SAR/SHL/SHR schedule 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:
test/CodeGen/X86/schedule-x86_64.ll | 975 +++++++++++++++++++++++++++++++++++-
1 file changed, 972 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 6c0ae87241f [PowerPC] Sign-extend negative constant stores
new 5a03908a668 [Hexagon] Crash in instruction selection for insert_vector_ [...]
new d8ae43374cc [X86] Add RCL/RCR schedule tests
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/Hexagon/HexagonISelLoweringHVX.cpp | 2 +-
test/CodeGen/Hexagon/autohvx/lower-insert-elt.ll | 23 +
test/CodeGen/X86/schedule-x86_64.ll | 734 ++++++++++++++++++++++-
3 files changed, 756 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/Hexagon/autohvx/lower-insert-elt.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 zorg.
from e312324 [zorg] Add linaro-d05-* builders
new e47d8dc [zorg] Cleanup CC/CXX settings for Linaro Arm/AArch64 bots
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:
buildbot/osuosl/master/config/builders.py | 100 +++++++++++++++++++-----------
1 file changed, 64 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 3386088d3ed [DAGCombiner] Add combined indexed load to the work list
new 6c0ae87241f [PowerPC] Sign-extend negative constant stores
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/PowerPC/PPCISelLowering.cpp | 8 ++++++--
test/CodeGen/PowerPC/testComparesigeui.ll | 6 ++----
test/CodeGen/PowerPC/testComparesllgeui.ll | 6 ++----
3 files changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.