This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 50e5cbc [X86] Split out absdiff detection from SAD combine. NFC.
new 2deff15 GlobalISel: add generic load and store instructions.
new 43492b2 [Hexagon] Post-increment loads/stores enhancements
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/CodeGen/GlobalISel/IRTranslator.h | 12 ++
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 22 ++++
include/llvm/Target/GenericOpcodes.td | 22 +++-
include/llvm/Target/TargetOpcodes.def | 6 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 54 ++++++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 17 +++
lib/Target/Hexagon/HexagonEarlyIfConv.cpp | 138 ++++++++-------------
lib/Target/Hexagon/HexagonISelLowering.cpp | 17 ++-
lib/Target/Hexagon/HexagonInstrInfoV60.td | 44 ++++---
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 10 +-
lib/Target/Hexagon/HexagonVLIWPacketizer.h | 2 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 30 +++++
test/CodeGen/Hexagon/early-if-vecpi.ll | 69 +++++++++++
13 files changed, 330 insertions(+), 113 deletions(-)
create mode 100644 test/CodeGen/Hexagon/early-if-vecpi.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 gcc-5-branch
in repository gcc.
from 26954a4 [RS6000] push_secondary_reload ICE
new ba58d01 PR c++/71833 - member template with two parameter packs
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 7 ++++---
gcc/testsuite/g++.dg/cpp0x/variadic-nested1.C | 9 +++++++++
3 files changed, 19 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-nested1.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 llvm.
from a628d04 [Hexagon] Gracefully handle reg class mismatch in HexagonLoop [...]
new 50e5cbc [X86] Split out absdiff detection from SAD combine. 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/Target/X86/X86ISelLowering.cpp | 123 +++++++++++++++++++------------------
1 file changed, 64 insertions(+), 59 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 9f96fce [analyzer] Hotfix for build failure due to declaration shadow [...]
new 956c8cb Modules: follow up to r276769.
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/Driver/Tools.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 7554be4 reduce Green Dragon macOS build session filename length
new 8d63772 Check both private & public states to decide if you need to h [...]
new 1f1bcc6 The ARM single-step handling needs to look for breakpoint on [...]
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:
source/Plugins/Process/Utility/StopInfoMachException.cpp | 3 ++-
source/Target/Process.cpp | 5 ++++-
2 files changed, 6 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 binutils-gdb.
from 8484fb7 MIPS/GAS: Respect the `insn32' mode in branch relaxation
new 0b31a4b PR python/20190 - compute TLS symbol without a frame
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 | 25 ++++++++
gdb/defs.h | 19 ++++++
gdb/dwarf2loc.c | 121 +++++++++++++++++++++-----------------
gdb/findvar.c | 31 ++++++----
gdb/symtab.c | 2 +-
gdb/symtab.h | 10 +++-
gdb/testsuite/ChangeLog | 6 ++
gdb/testsuite/gdb.threads/tls.exp | 17 ++++++
gdb/value.h | 7 +++
9 files changed, 169 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 lld.
from 7729ac7 [ELF] - replace error() with llvm_unreachable.
new 847ff4d Remove return type that can trivially be inferred.
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/LinkerScript.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 llvm.
from aa3e2e6 [Hexagon] Rerun bit tracker on new instructions in RIE
new a628d04 [Hexagon] Gracefully handle reg class mismatch in HexagonLoop [...]
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/Hexagon/HexagonBitSimplify.cpp | 32 +++++++++++++++++-----------
test/CodeGen/Hexagon/bit-loop-rc-mismatch.ll | 30 ++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/Hexagon/bit-loop-rc-mismatch.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 llvm.
from f39cea0 Add link to the Hexagon documentation
new aa3e2e6 [Hexagon] Rerun bit tracker on new instructions in RIE
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/Hexagon/BitTracker.cpp | 9 ++
lib/Target/Hexagon/BitTracker.h | 1 +
lib/Target/Hexagon/HexagonBitSimplify.cpp | 12 +-
test/CodeGen/Hexagon/bit-rie.ll | 208 ++++++++++++++++++++++++++++++
4 files changed, 225 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/Hexagon/bit-rie.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.