This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 11236cb48b5 [AArch64][GlobalISel] Implement selection for the llvm.trap [...]
new 538d0b3d18b [CostModel][X86] Recursive call for cost of imul for packed [...]
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/X86TargetTransformInfo.cpp | 4 +++-
1 file changed, 3 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 clang.
from 3b37fe8026 [clang-format] Start formatting cpp code in raw strings in g [...]
new d5cd4a06ce [CodeComplete] Fix completion in the middle of ident in ctor lists.
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/Lex/Lexer.cpp | 16 +++++++++++++++-
test/CodeCompletion/ctor-initializer.cpp | 4 ++++
test/CodeCompletion/end-of-file.cpp | 7 +++++++
3 files changed, 26 insertions(+), 1 deletion(-)
create mode 100644 test/CodeCompletion/end-of-file.cpp
--
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 5e14bb9793 Fix Hurd glibc build with GCC 8.
new 42a2bf58ff Use GCC 8 in build-many-glibcs.py by default.
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 +++++
scripts/build-many-glibcs.py | 2 +-
2 files changed, 6 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 clang.
from 38889b85be [HIP] Add predefined macros __HIPCC__ and __HIP_DEVICE_COMPILE__
new 3b37fe8026 [clang-format] Start formatting cpp code in raw strings in g [...]
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/Format/Format.cpp | 43 +++++++++++++++++++++++++++++++------------
1 file changed, 31 insertions(+), 12 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 59bf3bda3c6 [RISCV] Expand function call to "call" pseudoinstruction
new 677f7d70cd1 [llvm-mca] Make ViewOptions static. NFCI
new f15e442e766 Fix typo in static_assert for size of LoadSDNodeBitfields.
new 11236cb48b5 [AArch64][GlobalISel] Implement selection for the llvm.trap [...]
The 3 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/CodeGen/SelectionDAGNodes.h | 2 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 9 +++++++
test/CodeGen/AArch64/GlobalISel/select-trap.mir | 32 +++++++++++++++++++++++
tools/llvm-mca/llvm-mca.cpp | 2 +-
4 files changed, 43 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-trap.mir
--
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 d7511a6154f [mips] Teach the delay slot filler to transform 'jal' for m [...]
new 7b0e2e0edb1 [RISCV] Support "call" pseudoinstruction in the MC layer
new 59bf3bda3c6 [RISCV] Expand function call to "call" pseudoinstruction
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/RISCV/AsmParser/RISCVAsmParser.cpp | 14 +++
.../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 11 ++
lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | 3 +
.../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 50 ++++++++
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 6 +-
lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h | 1 +
lib/Target/RISCV/RISCVISelLowering.cpp | 11 +-
lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +
lib/Target/RISCV/RISCVInstrInfo.td | 32 ++++-
test/CodeGen/RISCV/alloca.ll | 12 +-
test/CodeGen/RISCV/analyze-branch.ll | 14 +--
test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll | 132 +++++++++------------
test/CodeGen/RISCV/byval.ll | 4 +-
test/CodeGen/RISCV/calling-conv-sext-zext.ll | 72 +++--------
test/CodeGen/RISCV/calling-conv.ll | 120 ++++++-------------
test/CodeGen/RISCV/calls.ll | 36 ++----
test/CodeGen/RISCV/div.ll | 48 ++------
test/CodeGen/RISCV/double-br-fcmp.ll | 68 +++--------
test/CodeGen/RISCV/double-calling-conv.ll | 12 +-
test/CodeGen/RISCV/double-intrinsics.ll | 4 +-
test/CodeGen/RISCV/double-mem.ll | 8 +-
test/CodeGen/RISCV/double-previous-failure.ll | 18 +--
test/CodeGen/RISCV/double-stack-spill-restore.ll | 4 +-
test/CodeGen/RISCV/float-br-fcmp.ll | 90 ++++----------
test/CodeGen/RISCV/float-mem.ll | 8 +-
test/CodeGen/RISCV/fp128.ll | 12 +-
test/CodeGen/RISCV/frame.ll | 8 +-
test/CodeGen/RISCV/frameaddr-returnaddr.ll | 4 +-
test/CodeGen/RISCV/mul.ll | 28 ++---
test/CodeGen/RISCV/rem.ll | 8 +-
test/CodeGen/RISCV/shifts.ll | 12 +-
test/CodeGen/RISCV/vararg.ll | 64 +++-------
test/MC/RISCV/function-call-invalid.s | 11 ++
test/MC/RISCV/function-call.s | 19 +++
34 files changed, 383 insertions(+), 563 deletions(-)
create mode 100644 test/MC/RISCV/function-call-invalid.s
create mode 100644 test/MC/RISCV/function-call.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 libcxx.
from 58bcf28c6 [libcxx] [test] Remove nonportable that errc::is_a_directory [...]
new 727ed618d Fix static initialization of std::atomic_flag; Fixes PR#37226 [...]
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/atomic | 2 +-
test/libcxx/atomics/atomics.flag/init_bool.pass.cpp | 7 +++++++
2 files changed, 8 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 binutils-gdb.
from 10bba94bd4 Fix the mask for the sqrdml(a|s)h instructions.
new bacd145775 x86: drop redundant AVX512VL shift templates
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:
opcodes/ChangeLog | 6 +++
opcodes/i386-opc.tbl | 6 ---
opcodes/i386-tbl.h | 120 ---------------------------------------------------
3 files changed, 6 insertions(+), 126 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 37cfbc28b21 [llvm-mca][X86] Updated fma3 tests after rL330820
new d7511a6154f [mips] Teach the delay slot filler to transform 'jal' for m [...]
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/MipsDelaySlotFiller.cpp | 1 +
test/CodeGen/Mips/micromips-short-delay-slot.mir | 70 ++++++++++++++++++++++++
2 files changed, 71 insertions(+)
create mode 100644 test/CodeGen/Mips/micromips-short-delay-slot.mir
--
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 3782b78481 Fix failure in lit test kernel-call.cu due to name mangling
new 38889b85be [HIP] Add predefined macros __HIPCC__ and __HIP_DEVICE_COMPILE__
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/Frontend/InitPreprocessor.cpp | 8 ++++++--
test/Preprocessor/predefined-macros.c | 15 +++++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.