This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f815701fe1a [ARM] Use ADDCARRY / SUBCARRY
new 1b5e053f7e8 [X86] Regenerate fsgsbase intrinsic tests. NFCI.
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/fsgsbase.ll | 43 ++++++++++++++++++++++++++++++++++---------
1 file changed, 34 insertions(+), 9 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 1e4e4646ad9 [RISCV] Support lowering FrameIndex
new f815701fe1a [ARM] Use ADDCARRY / SUBCARRY
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 +-
lib/Target/ARM/ARMISelLowering.cpp | 186 +++++++++++++++++++++++++++----
lib/Target/ARM/ARMISelLowering.h | 3 +-
test/CodeGen/ARM/intrinsics-overflow.ll | 88 ++++++++++++---
test/CodeGen/ARM/pr34045-2.ll | 25 +++++
test/CodeGen/ARM/pr34045.ll | 53 +++++++++
test/CodeGen/ARM/pr35103.ll | 43 +++++++
7 files changed, 365 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/ARM/pr34045-2.ll
create mode 100644 test/CodeGen/ARM/pr34045.ll
create mode 100644 test/CodeGen/ARM/pr35103.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 clang.
from 48815fc015 [mips] Removal of microMIPS64R6
new f1094b8cc1 [mips] Minor update to the comment (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/Basic/Targets/Mips.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 5e9125c6c72 [ARM GlobalISel] Add tests for PKHBT and PKHTB
new 1e4e4646ad9 [RISCV] Support lowering FrameIndex
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/CodeGen/SelectionDAGISel.h | 2 +
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 19 ++++++
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 20 ------
lib/Target/Hexagon/HexagonISelDAGToDAG.h | 1 -
lib/Target/RISCV/RISCVFrameLowering.cpp | 29 ++++++++
lib/Target/RISCV/RISCVFrameLowering.h | 3 +
lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 20 ++++++
lib/Target/RISCV/RISCVInstrInfo.td | 27 ++++++++
lib/Target/RISCV/RISCVRegisterInfo.cpp | 14 ++--
test/CodeGen/RISCV/blockaddress.ll | 4 +-
test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll | 96 +++++++++++++--------------
test/CodeGen/RISCV/calls.ll | 20 +++---
test/CodeGen/RISCV/div.ll | 32 ++++-----
test/CodeGen/RISCV/frame.ll | 36 ++++++++++
test/CodeGen/RISCV/indirectbr.ll | 8 +--
test/CodeGen/RISCV/mul.ll | 20 +++---
test/CodeGen/RISCV/rem.ll | 8 +--
test/CodeGen/RISCV/shifts.ll | 12 ++--
18 files changed, 242 insertions(+), 129 deletions(-)
create mode 100644 test/CodeGen/RISCV/frame.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 9d324023692 [mips] Removal of microMIPS64R6
new 5e9125c6c72 [ARM GlobalISel] Add tests for PKHBT and PKHTB
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:
.../GlobalISel/arm-instruction-select-combos.mir | 254 +++++++++++++++++++++
1 file changed, 254 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 clang.
from 4fa9f74792 Fix MSVC 'not all control paths return a value' warning
new 48815fc015 [mips] Removal of microMIPS64R6
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/Basic/DiagnosticCommonKinds.td | 2 ++
lib/Basic/Targets/Mips.cpp | 7 +++++++
2 files changed, 9 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 lldb.
from f659883ae Move PseudoTerminal to the lldb_private namespace
new c6a735c63 Fix osx build broken in r320346
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:
.../Plugins/Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.mm | 1 -
1 file changed, 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 ff09090aacc [DAGCombiner] Support folding (mulhs/u X, 0)->0 for vectors.
new 71354913750 [AVR] Fix incorrectly-calculated AVRMCExpr evaluations
new 823bc662fae [AVR] Implement some missing code paths
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/AVR/MCTargetDesc/AVRAsmBackend.cpp | 20 +++++++++---
lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp | 24 +++++++--------
test/MC/AVR/relocations.s | 44 +++++++++++++++++++++------
test/MC/AVR/symbol_relocation.s | 2 +-
4 files changed, 63 insertions(+), 27 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 5c16398587d Daily bump.
new 729b987e0a5 PR tree-optimization/83320 * gimple-loop-interchange.cc ( [...]
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 | 6 ++++++
gcc/gimple-loop-interchange.cc | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.