This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e53750e1e08 bpf: fix bug on silently truncating 64-bit immediate
new 7f013c8a95d [aarch64][globalisel] Fix a crash in selectAddrModeIndexed( [...]
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/AArch64/AArch64InstructionSelector.cpp | 6 +++++-
1 file changed, 5 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 4175d2c7f05 Re-commit r315885: [globalisel][tblgen] Add support for iPT [...]
new a7d4828a91f [PowerPC] Eliminate sign- and zero-extensions if already si [...]
new e53750e1e08 bpf: fix bug on silently truncating 64-bit immediate
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/BPF/BPFISelLowering.cpp | 8 +-
lib/Target/BPF/BPFInstrInfo.td | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 4 +
lib/Target/PowerPC/PPCInstrInfo.cpp | 239 +++++++++++++++++++++
lib/Target/PowerPC/PPCInstrInfo.h | 15 ++
lib/Target/PowerPC/PPCMIPeephole.cpp | 216 +++++++++++++++++++
lib/Target/PowerPC/PPCMachineFunctionInfo.cpp | 14 ++
lib/Target/PowerPC/PPCMachineFunctionInfo.h | 18 ++
test/CodeGen/BPF/select_ri.ll | 35 +++
test/CodeGen/PowerPC/expand-isel.ll | 4 +-
.../PowerPC/memCmpUsedInZeroEqualityComparison.ll | 12 +-
.../PowerPC/p8-scalar_vector_conversions.ll | 48 -----
test/CodeGen/PowerPC/ppc-ctr-dead-code.ll | 2 +-
13 files changed, 552 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 dejagnu.
from ba3c2f3 * lib/framework.exp (open_logs): Set XML version to 1.1. (x [...]
new b321ac4 * config.guess: Update to version 2017-09-26. * config.sub: [...]
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 +++
config.guess | 112 +++++++++++++++++++++++++++++++----------------------------
config.sub | 63 ++++++++++++++++++++++-----------
3 files changed, 106 insertions(+), 74 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 196db93f659 Revert r315885: [globalisel][tblgen] Add support for iPTR a [...]
new 4175d2c7f05 Re-commit r315885: [globalisel][tblgen] Add support for iPT [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 8 +-
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 10 ++
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 18 +++
lib/Target/AArch64/AArch64InstrFormats.td | 33 ++++++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 125 +++++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/select-load.mir | 8 +-
test/TableGen/GlobalISelEmitter.td | 14 ++-
utils/TableGen/GlobalISelEmitter.cpp | 38 ++++---
8 files changed, 229 insertions(+), 25 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 728d43b28f1 [globalisel][tblgen] Add support for iPTR and implement am_ [...]
new 196db93f659 Revert r315885: [globalisel][tblgen] Add support for iPTR a [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 6 -
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 10 --
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 18 ---
lib/Target/AArch64/AArch64InstrFormats.td | 33 ------
lib/Target/AArch64/AArch64InstructionSelector.cpp | 125 ---------------------
test/CodeGen/AArch64/GlobalISel/select-load.mir | 8 +-
utils/TableGen/GlobalISelEmitter.cpp | 16 +--
7 files changed, 11 insertions(+), 205 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 86e17b6fbc Automatic date update in version.in
new 8676616596 Fix GDB build without expat
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 | 5 +++++
gdb/tracepoint.c | 2 +-
2 files changed, 6 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 508747d4185 [globalisel][tablegen] Implement unindexed load, non-extend [...]
new 728d43b28f1 [globalisel][tblgen] Add support for iPTR and implement am_ [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 6 +
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 10 ++
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 18 +++
lib/Target/AArch64/AArch64InstrFormats.td | 33 ++++++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 125 +++++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/select-load.mir | 8 +-
utils/TableGen/GlobalISelEmitter.cpp | 16 ++-
7 files changed, 205 insertions(+), 11 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 a057c40dc32 [Hexagon] Add LLVM_ATTRIBUTE_UNUSED to operator<<, NFC
new 508747d4185 [globalisel][tablegen] Implement unindexed load, non-extend [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 5 +
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 16 ++-
test/CodeGen/AArch64/GlobalISel/select-load.mir | 30 +++++
test/TableGen/GlobalISelEmitter.td | 24 +++-
utils/TableGen/GlobalISelEmitter.cpp | 122 ++++++++++++++++++---
5 files changed, 177 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 llvm.
from d03e64f7534 Search for libxml2 on macOS too.
new a057c40dc32 [Hexagon] Add LLVM_ATTRIBUTE_UNUSED to operator<<, 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/Hexagon/HexagonConstExtenders.cpp | 8 ++++++++
1 file changed, 8 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 gcc.
from 932324f67d2 2017-10-15 Paolo Carlini <paolo.carlini(a)oracle.com>
new a8474357dbc Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.