This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9668e7d9d2d [X86] Don't emit MOVNTDQA loads from fast-isel without SSE4.1.
new b1351dc2447 [X86] Use getRegClassFor to simplify some code in fast isel. 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:
lib/Target/X86/X86FastISel.cpp | 58 +++++++++++++-----------------------------
1 file changed, 18 insertions(+), 40 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 0067be51e9 PowerPC objdump -Mraw
new 387e762476 Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-mips.c | 20 ++++++++++++++------
gas/testsuite/gas/mips/add.s | 2 --
gas/testsuite/gas/mips/daddi.s | 3 ++-
gas/testsuite/gas/mips/mips.exp | 1 +
gas/testsuite/gas/mips/mipsr6(a)add.d | 15 ++++++++++++++-
gas/testsuite/gas/mips/{daddi.d => mipsr6(a)dadd.d} | 11 +++--------
opcodes/ChangeLog | 5 +++++
opcodes/mips-opc.c | 8 ++++----
9 files changed, 53 insertions(+), 22 deletions(-)
copy gas/testsuite/gas/mips/{daddi.d => mipsr6(a)dadd.d} (61%)
--
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 723c191bb90 [X86] Add a test case for idempotent atomic operations with [...]
new 9668e7d9d2d [X86] Don't emit MOVNTDQA loads from fast-isel without SSE4.1.
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/X86FastISel.cpp | 2 +-
test/CodeGen/X86/fast-isel-nontemporal.ll | 72 ++++++++++++++++++++++++-------
2 files changed, 57 insertions(+), 17 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 0467a2191c4 [SystemZ] Move InstPrinter files to MCTargetDesc. NFC
new 723c191bb90 [X86] Add a test case for idempotent atomic operations with [...]
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/X86SpeculativeLoadHardening.cpp | 4 +++-
test/CodeGen/X86/speculative-load-hardening.ll | 21 +++++++++++++++++++++
2 files changed, 24 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 8515816a34c gn build: sort tablegen rules for X86 and AArch64
new 0467a2191c4 [SystemZ] Move InstPrinter files to MCTargetDesc. 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/SystemZ/AsmParser/LLVMBuild.txt | 2 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 2 +-
lib/Target/SystemZ/CMakeLists.txt | 1 -
lib/Target/SystemZ/InstPrinter/CMakeLists.txt | 3 ---
lib/Target/SystemZ/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/SystemZ/LLVMBuild.txt | 4 ++--
lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/SystemZ/MCTargetDesc/LLVMBuild.txt | 2 +-
.../SystemZInstPrinter.cpp | 0
.../SystemZInstPrinter.h | 6 +++---
.../SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp | 2 +-
lib/Target/SystemZ/SystemZAsmPrinter.cpp | 2 +-
12 files changed, 11 insertions(+), 36 deletions(-)
delete mode 100644 lib/Target/SystemZ/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/SystemZ/InstPrinter/LLVMBuild.txt
rename lib/Target/SystemZ/{InstPrinter => MCTargetDesc}/SystemZInstPrinter.cpp (100%)
rename lib/Target/SystemZ/{InstPrinter => MCTargetDesc}/SystemZInstPrinter.h (94%)
--
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 41d78e49b Change the disabling of packet logging to be in TearDownHook [...]
new 9b81e9fec [Breakpoint] Make breakpoint language agnostic
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/lldb/Target/Language.h | 8 ++++
source/Breakpoint/BreakpointResolverName.cpp | 33 ++++++++-----
source/Breakpoint/CMakeLists.txt | 1 -
source/Plugins/Language/ObjC/ObjCLanguage.cpp | 69 ++++++++++++++-------------
source/Plugins/Language/ObjC/ObjCLanguage.h | 24 +++++-----
5 files changed, 76 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 llvm.
from 6a5067b94b9 gn build: merge r360494 and r360502
new 8515816a34c gn build: sort tablegen rules for X86 and AArch64
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/lib/Target/AArch64/MCTargetDesc/BUILD.gn | 30 +++++++++++-----------
.../llvm/lib/Target/X86/MCTargetDesc/BUILD.gn | 26 +++++++++----------
2 files changed, 28 insertions(+), 28 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 03b40dc96e3 [Sparc] Move InstPrinter files to MCTargetDesc. NFC
new 6a5067b94b9 gn build: merge r360494 and r360502
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:
utils/gn/secondary/llvm/lib/Target/BPF/BUILD.gn | 2 --
.../llvm/lib/Target/BPF/InstPrinter/BUILD.gn | 24 ----------------------
.../llvm/lib/Target/BPF/MCTargetDesc/BUILD.gn | 10 +++++++--
.../gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn | 2 --
.../llvm/lib/Target/PowerPC/InstPrinter/BUILD.gn | 24 ----------------------
.../llvm/lib/Target/PowerPC/MCTargetDesc/BUILD.gn | 9 +++++++-
6 files changed, 16 insertions(+), 55 deletions(-)
delete mode 100644 utils/gn/secondary/llvm/lib/Target/BPF/InstPrinter/BUILD.gn
delete mode 100644 utils/gn/secondary/llvm/lib/Target/PowerPC/InstPrinter/BUILD.gn
--
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 bf9cb21ec2c [RISCV] Move InstPrinter files to MCTargetDesc. NFC
new 03b40dc96e3 [Sparc] Move InstPrinter files to MCTargetDesc. 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/Sparc/CMakeLists.txt | 1 -
lib/Target/Sparc/InstPrinter/CMakeLists.txt | 3 ---
lib/Target/Sparc/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/Sparc/LLVMBuild.txt | 4 ++--
lib/Target/Sparc/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/Sparc/MCTargetDesc/LLVMBuild.txt | 2 +-
.../SparcInstPrinter.cpp | 0
.../SparcInstPrinter.h | 4 ++--
.../Sparc/MCTargetDesc/SparcMCTargetDesc.cpp | 2 +-
.../Sparc/MCTargetDesc/SparcTargetStreamer.cpp | 2 +-
lib/Target/Sparc/SparcAsmPrinter.cpp | 2 +-
11 files changed, 9 insertions(+), 34 deletions(-)
delete mode 100644 lib/Target/Sparc/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/Sparc/InstPrinter/LLVMBuild.txt
rename lib/Target/Sparc/{InstPrinter => MCTargetDesc}/SparcInstPrinter.cpp (100%)
rename lib/Target/Sparc/{InstPrinter => MCTargetDesc}/SparcInstPrinter.h (94%)
--
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 a4579c0d030 [PowerPC] Move InstPrinter files to MCTargetDesc. NFC
new bf9cb21ec2c [RISCV] Move InstPrinter files to MCTargetDesc. 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/RISCV/CMakeLists.txt | 1 -
lib/Target/RISCV/InstPrinter/CMakeLists.txt | 3 ---
lib/Target/RISCV/InstPrinter/LLVMBuild.txt | 22 ----------------------
lib/Target/RISCV/LLVMBuild.txt | 4 ++--
lib/Target/RISCV/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/RISCV/MCTargetDesc/LLVMBuild.txt | 2 +-
.../RISCVInstPrinter.cpp | 0
.../RISCVInstPrinter.h | 4 ++--
.../RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp | 2 +-
lib/Target/RISCV/RISCVAsmPrinter.cpp | 2 +-
10 files changed, 8 insertions(+), 33 deletions(-)
delete mode 100644 lib/Target/RISCV/InstPrinter/CMakeLists.txt
delete mode 100644 lib/Target/RISCV/InstPrinter/LLVMBuild.txt
rename lib/Target/RISCV/{InstPrinter => MCTargetDesc}/RISCVInstPrinter.cpp (100%)
rename lib/Target/RISCV/{InstPrinter => MCTargetDesc}/RISCVInstPrinter.h (94%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.