This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1f8ac167fe8 [Testing/Support] Make the HasValue matcher composable
new 061f5ff24a3 [mips] Provide additional DSP bitconvert patterns
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/Mips/MipsDSPInstrInfo.td | 4 ++++
test/CodeGen/Mips/v2i16tof32.ll | 47 +++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
create mode 100644 test/CodeGen/Mips/v2i16tof32.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 6d0dcae300a [RISCV][NFC] Update RISCVInstrInfoC.td to match usual instr [...]
new 1f8ac167fe8 [Testing/Support] Make the HasValue matcher composable
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/Testing/Support/Error.h | 72 +++++++++++++++++++++------
include/llvm/Testing/Support/SupportHelpers.h | 3 +-
unittests/Support/ErrorTest.cpp | 21 ++++++--
3 files changed, 75 insertions(+), 21 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 newlib.
from efce18d75 Update MAINTAINERS file email address.
new c338bc225 Don't call double rint from float powf.
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:
newlib/libm/math/wf_pow.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 786bced330a [RISCV][NFC] Put isSImm6 and simm6 td definition in correct [...]
new 6d0dcae300a [RISCV][NFC] Update RISCVInstrInfoC.td to match usual instr [...]
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:
.../RISCV/Disassembler/RISCVDisassembler.cpp | 14 +-
lib/Target/RISCV/RISCVInstrInfoC.td | 184 ++++++++++-----------
2 files changed, 100 insertions(+), 98 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 5774b87aa7c [RISCV] MC layer support for the remaining RVC instructions
new 786bced330a [RISCV][NFC] Put isSImm6 and simm6 td definition in correct [...]
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/AsmParser/RISCVAsmParser.cpp | 32 +++++++++++++--------------
lib/Target/RISCV/RISCVInstrInfoC.td | 12 +++++-----
2 files changed, 22 insertions(+), 22 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 4258537d45e [X86][BMI]: Adding full coverage of MC encoding for the BMI [...]
new 5774b87aa7c [RISCV] MC layer support for the remaining RVC instructions
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/AsmParser/RISCVAsmParser.cpp | 69 ++++++-
.../RISCV/Disassembler/RISCVDisassembler.cpp | 80 ++++++--
lib/Target/RISCV/RISCVInstrFormatsC.td | 11 +
lib/Target/RISCV/RISCVInstrInfoC.td | 227 ++++++++++++++++++++-
lib/Target/RISCV/RISCVRegisterInfo.td | 23 +++
test/MC/RISCV/rv32c-invalid.s | 45 ++++
test/MC/RISCV/rv32c-only-valid.s | 8 +
test/MC/RISCV/rv32c-valid.s | 61 +++++-
test/MC/RISCV/rv32dc-invalid.s | 12 ++
test/MC/RISCV/rv32dc-valid.s | 18 ++
test/MC/RISCV/rv32fc-invalid.s | 12 ++
test/MC/RISCV/rv32fc-valid.s | 18 ++
test/MC/RISCV/rv64c-invalid.s | 6 +
test/MC/RISCV/rv64c-valid.s | 14 ++
14 files changed, 581 insertions(+), 23 deletions(-)
create mode 100644 test/MC/RISCV/rv32c-only-valid.s
create mode 100644 test/MC/RISCV/rv32dc-invalid.s
create mode 100644 test/MC/RISCV/rv32dc-valid.s
create mode 100644 test/MC/RISCV/rv32fc-invalid.s
create mode 100644 test/MC/RISCV/rv32fc-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 gcc.
from fc5536deae6 * gcc-interface/decl.c (gnat_to_gnu_entity): Robustify tes [...]
new 3eb6b4f07da * gcc-interface/trans.c (process_freeze_entity): Be prepar [...]
new 260301eb9fd * gcc-interface/trans.c (Subprogram_Body_to_gnu): Initiali [...]
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:
gcc/ada/ChangeLog | 9 +++++++++
gcc/ada/gcc-interface/trans.c | 11 ++++++-----
2 files changed, 15 insertions(+), 5 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 gcc-7-branch
in repository gcc.
from d120a78795a * gcc-interface/decl.c (gnat_to_gnu_entity): Robustify tes [...]
new 678074d9e9e * gcc-interface/trans.c (process_freeze_entity): Be prepar [...]
new 07ca59bf353 * gcc-interface/trans.c (Subprogram_Body_to_gnu): Initiali [...]
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:
gcc/ada/ChangeLog | 9 +++++++++
gcc/ada/gcc-interface/trans.c | 11 ++++++-----
2 files changed, 15 insertions(+), 5 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 93b8ba08eb2 [cmake] Fix host tools build in when LLVM_EXPERIMENTAL_TARG [...]
new 4258537d45e [X86][BMI]: Adding full coverage of MC encoding for the BMI [...]
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/MC/X86/BMI1-32.s | 142 ++++++++++++++++
test/MC/X86/BMI1-64.s | 286 ++++++++++++++++++++++++++++++++
test/MC/X86/BMI2-32.s | 226 +++++++++++++++++++++++++
test/MC/X86/BMI2-64.s | 450 ++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 1104 insertions(+)
create mode 100644 test/MC/X86/BMI1-32.s
create mode 100644 test/MC/X86/BMI1-64.s
create mode 100644 test/MC/X86/BMI2-32.s
create mode 100644 test/MC/X86/BMI2-64.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 gcc.
from 26efd270638 Use C version of multi3 for RVE support.
new fc5536deae6 * gcc-interface/decl.c (gnat_to_gnu_entity): Robustify tes [...]
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/ada/ChangeLog | 6 ++++++
gcc/ada/gcc-interface/decl.c | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.