This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 58744ab311 [ARM] ACLE parallel arithmetic and DSP style multiplications
new cbe186c3f1 [Index] Add setPreprocessor member to IndexDataConsumer.
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/Index/IndexDataConsumer.h | 3 +++
lib/Index/IndexingAction.cpp | 22 ++++++++++++++--------
tools/libclang/CXIndexDataConsumer.h | 2 +-
3 files changed, 18 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 42a025965e8 [RISCV] MC layer support for the standard RV32D instruction [...]
new 06535b0f5a2 [RISCV] MC layer support for the standard RV64I instructions
new b9b4df7d228 [Testing/Support] Make matchers work with Expected<T&>
new 94253b30509 [RISCV] MC layer support for the standard RV64M instruction [...]
new 29d7ea36947 [RISCV] MC layer support for the standard RV64A instruction [...]
The 4 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 | 16 +--
include/llvm/Testing/Support/SupportHelpers.h | 7 +-
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 46 +++++--
lib/Target/RISCV/RISCV.td | 2 +
lib/Target/RISCV/RISCVInstrFormats.td | 17 +++
lib/Target/RISCV/RISCVInstrInfo.td | 64 ++++++++-
lib/Target/RISCV/RISCVInstrInfoA.td | 14 ++
lib/Target/RISCV/RISCVInstrInfoM.td | 8 ++
test/MC/RISCV/rv32a-invalid.s | 3 +
test/MC/RISCV/rv32i-invalid.s | 4 +-
test/MC/RISCV/rv32m-invalid.s | 9 ++
test/MC/RISCV/rv64a-invalid.s | 14 ++
test/MC/RISCV/rv64a-valid.s | 189 ++++++++++++++++++++++++++
test/MC/RISCV/rv64i-invalid.s | 20 +++
test/MC/RISCV/rv64i-valid.s | 98 +++++++++++++
test/MC/RISCV/rv64m-valid.s | 20 +++
unittests/Support/CMakeLists.txt | 2 +
unittests/Support/ErrorTest.cpp | 40 ++++++
18 files changed, 540 insertions(+), 33 deletions(-)
create mode 100644 test/MC/RISCV/rv32m-invalid.s
create mode 100644 test/MC/RISCV/rv64a-invalid.s
create mode 100644 test/MC/RISCV/rv64a-valid.s
create mode 100644 test/MC/RISCV/rv64i-invalid.s
create mode 100644 test/MC/RISCV/rv64i-valid.s
create mode 100644 test/MC/RISCV/rv64m-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 lldb.
from bdf0d2c21 [lldb] Use PRIVATE in target_link_libraries
new fc6a261d6 Variable: Fix usage of uninitialised value
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:
source/Symbol/Variable.cpp | 8 +-------
1 file changed, 1 insertion(+), 7 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 05a5feafdd Rewrite check_shared_lib_support
new 931c97c81a mcore-elf lacks shared lib support
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:
ld/ChangeLog | 4 ++++
ld/emulparams/elf32mcore.sh | 1 -
2 files changed, 4 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 2bd791038b5 [TableGen] Give the option of tolerating duplicate register names
new e65af32d44f [RISCV] MC layer support for the standard RV32F instruction [...]
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 | 36 +++++
.../RISCV/Disassembler/RISCVDisassembler.cpp | 25 +++
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp | 12 +-
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.h | 4 +
lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h | 58 ++++++-
lib/Target/RISCV/RISCV.td | 6 +
lib/Target/RISCV/RISCVInstrFormats.td | 47 +++++-
lib/Target/RISCV/RISCVInstrInfo.td | 1 +
lib/Target/RISCV/RISCVInstrInfoF.td | 167 +++++++++++++++++++++
lib/Target/RISCV/RISCVRegisterInfo.td | 52 +++++++
lib/Target/RISCV/RISCVSubtarget.h | 2 +
test/MC/RISCV/rv32f-invalid.s | 29 ++++
test/MC/RISCV/rv32f-valid.s | 164 ++++++++++++++++++++
test/MC/RISCV/rv32i-invalid.s | 4 +
14 files changed, 594 insertions(+), 13 deletions(-)
create mode 100644 lib/Target/RISCV/RISCVInstrInfoF.td
create mode 100644 test/MC/RISCV/rv32f-invalid.s
create mode 100644 test/MC/RISCV/rv32f-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 1d4832bccf8 [X86][FMA][FMA4]: Adding full coverage of MC encoding for t [...]
new 2bd791038b5 [TableGen] Give the option of tolerating duplicate register names
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/TableGen/StringMatcher.h | 7 ++-
include/llvm/Target/Target.td | 8 +++
lib/TableGen/StringMatcher.cpp | 25 ++++----
test/TableGen/AllowDuplicateRegisterNames.td | 86 ++++++++++++++++++++++++++++
utils/TableGen/AsmMatcherEmitter.cpp | 8 ++-
5 files changed, 118 insertions(+), 16 deletions(-)
create mode 100644 test/TableGen/AllowDuplicateRegisterNames.td
--
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 e767a3be6e Ignore pointers to incomplete types when diagnosing misalign [...]
new 58744ab311 [ARM] ACLE parallel arithmetic and DSP style multiplications
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/BuiltinsARM.def | 1 +
lib/Sema/SemaChecking.cpp | 21 ++--
test/Sema/builtins-arm.c | 184 ++++++++++++++++++++++++++++++++++++
3 files changed, 198 insertions(+), 8 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 34ac47f671 Automatic date update in version.in
new 05a5feafdd Rewrite check_shared_lib_support
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:
ld/ChangeLog | 5 ++++
ld/testsuite/lib/ld-lib.exp | 63 ++++++++-------------------------------------
2 files changed, 16 insertions(+), 52 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 93213c80bf5 rs6000: Split rs6000_cpu
new 1bd1c9882bd rs6000: Don't use rs6000_cpu_attr directly
new fd2ce043154 rs6000: Initialise rs6000_cpu correctly (PR43871)
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/ChangeLog | 22 ++++++++
gcc/config/rs6000/rs6000.c | 123 +++++++++++++++++++++++---------------------
gcc/config/rs6000/rs6000.h | 3 --
gcc/config/rs6000/rs6000.md | 4 +-
4 files changed, 87 insertions(+), 65 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.