This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ee30ab7184f [CodeGen] Print MCSymbol operands as <mcsymbol sym> in both [...]
new 45b92d7fda3 Remove redundant includes from lib/Target/AArch64.
new bfac46c5f45 [PM][InstCombine] fixing omission of AliasAnalysis in new-p [...]
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/AArch64/AArch64MacroFusion.cpp | 1 -
.../InstCombine/InstructionCombining.cpp | 5 +++--
test/Other/new-pm-defaults.ll | 2 +-
test/Other/new-pm-thinlto-defaults.ll | 2 +-
.../InstCombine/store-load-unaliased-gep.ll | 23 ++++++++++++++++++++++
5 files changed, 28 insertions(+), 5 deletions(-)
create mode 100644 test/Transforms/InstCombine/store-load-unaliased-gep.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 367e62b5396 [Verifier] Check that GEP indexes has correct types
new d398775f54e [CodeGen] Print external symbols as $symbol in both MIR and [...]
new 3f63013fb46 [CodeGen] Print global addresses as @foo in both MIR and de [...]
new f6cd582907a [CodeGen] Print live-out register lists as liveout(...) in [...]
new f726becf7ca [CodeGen] Move printing MO_Metadata operands to MachineOper [...]
new ee30ab7184f [CodeGen] Print MCSymbol operands as <mcsymbol sym> in both [...]
The 5 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:
docs/MIRLangRef.rst | 30 ++++-
include/llvm/CodeGen/MachineOperand.h | 2 +
lib/CodeGen/MIRPrinter.cpp | 103 +--------------
lib/CodeGen/MachineOperand.cpp | 110 +++++++++++++---
lib/Target/ARM/ARMBaseInstrInfo.cpp | 2 +-
lib/Target/PowerPC/PPCAsmPrinter.cpp | 42 +++---
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 4 +-
lib/Target/PowerPC/PPCInstrInfo.cpp | 2 +-
test/CodeGen/AArch64/loh.mir | 72 +++++------
test/CodeGen/ARM/Windows/vla-cpsr.ll | 2 +-
test/CodeGen/ARM/misched-int-basic-thumb2.mir | 2 +-
.../PowerPC/2009-07-16-InlineAsm-M-Operand.ll | 2 +-
test/CodeGen/X86/inline-asm-fpstack.ll | 4 +-
test/CodeGen/X86/stack-protector-weight.ll | 8 +-
unittests/CodeGen/MachineOperandTest.cpp | 141 ++++++++++++++++++++-
15 files changed, 341 insertions(+), 185 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 gcc.
from 62634750ad2 PR c++/79650 * pt.c (convert_nontype_argument): Diagnose [...]
new 44bd1138645 [AArch64] Specify fp16 support for Cortex-A55 and Cortex-A75
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/ChangeLog | 5 +++++
gcc/config/aarch64/aarch64-cores.def | 6 +++---
2 files changed, 8 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 b82cf8d9d43 [X86] Make ANY_EXTEND from vXi1 Custom for more types.
new 290324b3096 [DAGCombine] Move AND nodes to multiple load leaves
new 367e62b5396 [Verifier] Check that GEP indexes has correct types
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 124 ++++++
lib/IR/Verifier.cpp | 4 +
test/CodeGen/ARM/and-load-combine.ll | 652 ++++++++++++++----------------
test/Verifier/non-integer-gep-index.ll | 8 +
test/Verifier/non-integer-gep-index.ll.bc | Bin 0 -> 7392 bytes
5 files changed, 433 insertions(+), 355 deletions(-)
create mode 100644 test/Verifier/non-integer-gep-index.ll
create mode 100644 test/Verifier/non-integer-gep-index.ll.bc
--
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-tools-extra.
from fd69cb80 [clangd] Fix bool conversion operator of UniqueFunction
new 6f8293e7 [clangd] Fix the unitttest build error on buildbot.
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:
unittests/clangd/CMakeLists.txt | 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 binutils-gdb.
from 79e8fcaafa Ada: unable to compare strings (Attempt to compare array wit [...]
new 8af5c486ea DWARF-5 .debug_names DW_IDX_type_unit fix
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 | 17 +++++++
gdb/dwarf2read.c | 136 +++++++++++++++++++++++++++++++++++++++++++++----------
2 files changed, 128 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 lld.
from 8da5e859c Fix a build bot failure.
new 506344d18 [COFF] Sort .pdata for arm64
new 085368972 [COFF] Error out if 20 bit thumb branches are out of range
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:
COFF/Chunks.cpp | 2 +
COFF/Writer.cpp | 2 +-
test/COFF/Inputs/far-arm-thumb-abs20.s | 2 +
...b-branch-error.s => arm-thumb-branch20-error.s} | 8 +-
test/COFF/pdata-arm64.yaml | 87 ++++++++++++++++++++++
5 files changed, 96 insertions(+), 5 deletions(-)
create mode 100644 test/COFF/Inputs/far-arm-thumb-abs20.s
copy test/COFF/{arm-thumb-branch-error.s => arm-thumb-branch20-error.s} (56%)
create mode 100644 test/COFF/pdata-arm64.yaml
--
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 3ce8b664b31 [LV] Support efficient vectorization of an induction with r [...]
new 557f3cf7a54 [X86] Remove redundant setOperationAction calls.
new 10d4fa74b40 [SelectionDAG][X86] Improve legalization of v32i1 CONCAT_VE [...]
new b82cf8d9d43 [X86] Make ANY_EXTEND from vXi1 Custom for more types.
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/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 15 +
lib/Target/X86/X86ISelLowering.cpp | 8 +-
test/CodeGen/X86/avx512-insert-extract.ll | 135 +-
test/CodeGen/X86/avx512-mask-op.ll | 1146 +-
test/CodeGen/X86/avx512-vec-cmp.ll | 399 +-
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 13702 ++------------------
test/CodeGen/X86/bitcast-and-setcc-512.ll | 276 +-
test/CodeGen/X86/bitcast-setcc-512.ll | 132 +-
test/CodeGen/X86/vector-compare-results.ll | 1652 +--
9 files changed, 1193 insertions(+), 16272 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 gcc.
from 7d9dac31fe5 2017-12-12 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 62634750ad2 PR c++/79650 * pt.c (convert_nontype_argument): Diagnose [...]
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 | 14 +++++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/template/pr79650.C | 20 ++++++++++++++++++++
4 files changed, 44 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/pr79650.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 5b7b2d56747 [X86][AES]: Adding full coverage of MC encoding for the AES [...]
new 3ce8b664b31 [LV] Support efficient vectorization of an induction with r [...]
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/Analysis/ScalarEvolution.h | 5 +
include/llvm/Transforms/Utils/LoopUtils.h | 24 ++-
lib/Analysis/ScalarEvolution.cpp | 36 +++-
lib/Transforms/Utils/LoopUtils.cpp | 141 +++++++++++++-
lib/Transforms/Vectorize/LoopVectorize.cpp | 100 +++++++++-
.../LoopVectorize/vect-phiscev-sext-trunc.ll | 211 +++++++++++++++++++++
6 files changed, 492 insertions(+), 25 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/vect-phiscev-sext-trunc.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.