This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8d76ea7a0bc Revert "[InstCombine] Fix PR35618: Instcombine hangs on sin [...]
new 95ffa0fcb92 [RISCV] Implement assembler pseudo instructions for RV32I 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:
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp | 11 +-
lib/Target/RISCV/RISCV.td | 2 +
lib/Target/RISCV/RISCVInstrInfo.td | 84 +++++++++++++
test/MC/RISCV/rv32i-aliases-invalid.s | 8 ++
test/MC/RISCV/rv32i-aliases-valid.s | 20 ++++
test/MC/RISCV/rv64i-aliases-invalid.s | 6 +
test/MC/RISCV/rv64i-aliases-valid.s | 20 ++++
test/MC/RISCV/rvi-aliases-valid.s | 138 ++++++++++++++++++++++
8 files changed, 288 insertions(+), 1 deletion(-)
create mode 100644 test/MC/RISCV/rv32i-aliases-invalid.s
create mode 100644 test/MC/RISCV/rv32i-aliases-valid.s
create mode 100644 test/MC/RISCV/rv64i-aliases-invalid.s
create mode 100644 test/MC/RISCV/rv64i-aliases-valid.s
create mode 100644 test/MC/RISCV/rvi-aliases-valid.s
--
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 15d22cecdfe [RISCV] MC layer support for the instructions added in the [...]
new 8d76ea7a0bc Revert "[InstCombine] Fix PR35618: Instcombine hangs on sin [...]
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 19 ++------------
.../multiple-uses-load-bitcast-select.ll | 30 ----------------------
2 files changed, 2 insertions(+), 47 deletions(-)
delete mode 100644 test/Transforms/InstCombine/multiple-uses-load-bitcast-select.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 50ead9021f9 [InstCombine] Fix PR35618: Instcombine hangs on single minm [...]
new 15d22cecdfe [RISCV] MC layer support for the instructions added in the [...]
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/RISCVInstrInfo.td | 42 ++++++++++++++++++++++++++++++++++++++
test/MC/RISCV/priv-invalid.s | 7 +++++++
test/MC/RISCV/priv-valid.s | 32 +++++++++++++++++++++++++++++
3 files changed, 81 insertions(+)
create mode 100644 test/MC/RISCV/priv-invalid.s
create mode 100644 test/MC/RISCV/priv-valid.s
--
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 2139df9b5de [X86] Recognize constant arrays with special values and rep [...]
new 50ead9021f9 [InstCombine] Fix PR35618: Instcombine hangs on single minm [...]
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 19 ++++++++++++--
.../multiple-uses-load-bitcast-select.ll | 30 ++++++++++++++++++++++
2 files changed, 47 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/InstCombine/multiple-uses-load-bitcast-select.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 gcc.
from 9de168c69ca Fix g++.old-deja/g++.pt/const2.C on Solaris
new 1963e4b365b 2017-12-12 Stafford Horne <shorne(a)gmail.com>
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 +++++
configure | 7 -------
configure.ac | 7 -------
3 files changed, 5 insertions(+), 14 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 glibc.
from 4e0dca54e9 [BZ #22593] Fix nextafter and nexttoward declaration
new 89bd8016b3 ia64: Add ipc_priv.h header to set __IPC_64 to zero
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 +++++
sysdeps/unix/sysv/linux/{hppa => ia64}/ipc_priv.h | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
copy sysdeps/unix/sysv/linux/{hppa => ia64}/ipc_priv.h (93%)
--
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 cdba0c77254 [PowerPC] Add branch flag on asm parser-only branch instructions
new 513fd90b3f7 [InstComineLoadStoreAlloca] Optimize stores to GEP off null base
new 2139df9b5de [X86] Recognize constant arrays with special values and rep [...]
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/X86/X86ISelLowering.cpp | 121 +++++++++++++++++++++
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 13 ++-
test/CodeGen/X86/replace-load-and-with-bzhi.ll | 36 +++---
test/Transforms/InstCombine/store.ll | 8 ++
4 files changed, 155 insertions(+), 23 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-tools-extra.
from 27f92230 [clangd] clang-format the code. NFC
new 25993422 [clangd] Removed unused variable. 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:
clangd/ClangdUnit.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 glibc.
from 0cee1257a9 manual: Fix a typo in locale.texi.
new 8df5d34720 Remove --with-fp / --without-fp.
new 4e0dca54e9 [BZ #22593] Fix nextafter and nexttoward declaration
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:
ChangeLog | 24 +++++++++++++++++++++
INSTALL | 4 ----
NEWS | 5 +++++
config.make.in | 2 +-
configure | 44 +++++++++++++++++++++++++++-----------
configure.ac | 31 +++++++++++++++++++++------
manual/install.texi | 4 ----
math/bits/mathcalls.h | 4 ++--
scripts/build-many-glibcs.py | 51 +++++++++++++++-----------------------------
sysdeps/m68k/preconfigure | 6 +++++-
sysdeps/mips/preconfigure | 2 ++
sysdeps/powerpc/preconfigure | 1 +
sysdeps/sh/preconfigure | 10 +++++++--
13 files changed, 120 insertions(+), 68 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.