This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5f9771e7422 [RISCV] Add common fixups and relocations
new 84b05de9b1b [PowerPC] eliminate partially redundant compare 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/PowerPC/PPCMIPeephole.cpp | 194 +++++++++++++++++++++++++++++---
test/CodeGen/PowerPC/cmp_elimination.ll | 34 ++++++
2 files changed, 214 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 llvm.
from 444969315ae [RISCV] Define RISC-V specific e_flags
new e3cc458019c [RegAllocGreedy]: Allow recoloring of done register if it's [...]
new 5f9771e7422 [RISCV] Add common fixups and relocations
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/CodeGen/RegAllocGreedy.cpp | 16 +-
lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 182 ++++++++++++++++++---
lib/Target/RISCV/MCTargetDesc/CMakeLists.txt | 3 +-
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 107 +++++++++++-
lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h | 1 +
.../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 23 ++-
lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | 46 ++++++
.../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 58 ++++++-
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 99 +++++++++++
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h | 75 +++++++++
lib/Target/RISCV/RISCVInstrFormats.td | 37 +++--
lib/Target/RISCV/RISCVInstrInfo.td | 1 +
test/MC/RISCV/fixups-diagnostics.s | 18 ++
test/MC/RISCV/fixups.s | 49 ++++++
test/MC/RISCV/hilo-constaddr.s | 39 +++++
test/MC/RISCV/relocations.s | 65 ++++++++
test/MC/RISCV/rv32i-invalid.s | 61 ++++++-
test/MC/RISCV/rv32i-valid.s | 21 +++
18 files changed, 856 insertions(+), 45 deletions(-)
create mode 100644 lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h
create mode 100644 lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp
create mode 100644 lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h
create mode 100644 test/MC/RISCV/fixups-diagnostics.s
create mode 100644 test/MC/RISCV/fixups.s
create mode 100644 test/MC/RISCV/hilo-constaddr.s
create mode 100644 test/MC/RISCV/relocations.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 release_50
in repository clang.
from 7e8743f82a Mention the expected change to default -std= in future clang [...]
new 20a82813e9 Merging r314354: ------------------------------------------- [...]
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.cpp | 3 +--
1 file changed, 1 insertion(+), 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 clang.
from 29487927c0 [NFC] Don't use C++17 standard lib variable template helper [...]
new 7f9a0349ab Add the new -Wnull-pointer-arithmetic warnings to the release notes
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:
docs/ReleaseNotes.rst | 5 +++++
1 file changed, 5 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 llvm.
from 3b0221c706c [X86] Adding more cases to horizontal [f]add/[f]sub for avx512.
new 444969315ae [RISCV] Define RISC-V specific e_flags
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/BinaryFormat/ELF.h | 11 +++++++++++
1 file changed, 11 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 llvm.
from e6d6266fc76 [DAGCombiner] Fix an off-by-one error in vector logic
new 3b0221c706c [X86] Adding more cases to horizontal [f]add/[f]sub for avx512.
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/avx512-hadd-hsub.ll | 143 +++++++++++++++++++++++++++++++----
1 file changed, 127 insertions(+), 16 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 release_50
in repository llvm.
from 04edfa54421 Merging r314179: ------------------------------------------ [...]
new 93c290035c3 Merging r314183: ------------------------------------------ [...]
new fe7556b49ac Merging r314180: ------------------------------------------ [...]
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/AVRISelLowering.cpp | 6 ++++--
test/CodeGen/AVR/call.ll | 6 +++---
test/CodeGen/AVR/directmem.ll | 8 ++++----
test/CodeGen/AVR/varargs.ll | 4 ++--
4 files changed, 13 insertions(+), 11 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 compiler-rt.
from af46bb333 [XRay] [compiler-rt] FDR logging arg1 handler
new 2c81ea0cc tsan: handle signals in pause call
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/tsan/rtl/tsan_interceptors.cc | 6 ++++++
test/tsan/signal_pause.cc | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 test/tsan/signal_pause.cc
--
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 672cd117ad6 Daily bump.
new 2d51156e2f8 Fix libgomp.oacc-c-c++-common/loop-g-{1,2}.c for non-nvidia [...]
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:
libgomp/ChangeLog | 6 ++++++
libgomp/testsuite/libgomp.oacc-c-c++-common/loop-g-1.c | 2 +-
libgomp/testsuite/libgomp.oacc-c-c++-common/loop-g-2.c | 2 +-
3 files changed, 8 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 release_50
in repository llvm.
from 9e83867929a Merging r311620: ------------------------------------------ [...]
new 04edfa54421 Merging r314179: ------------------------------------------ [...]
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/AVR/AVRTargetMachine.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.