This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d7d9e379b55 [CodeGen] Unify the syntax of MBB liveins in MIR and -debug output
new 5aa15f49a29 [GISel]: Verify COPIES involving generic registers.
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/CodeGen/MachineVerifier.cpp | 30 ++++++++++++++++++++
.../AArch64/GlobalISel/legalize-combines.mir | 2 +-
test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 7 +++--
test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir | 2 +-
test/CodeGen/AArch64/GlobalISel/legalize-or.mir | 7 +++--
test/CodeGen/MIR/AArch64/intrinsics.mir | 4 +--
test/CodeGen/MIR/AMDGPU/intrinsics.mir | 4 +--
test/Verifier/test_copy.mir | 33 ++++++++++++++++++++++
test/Verifier/test_copy_mismatch_types.mir | 31 ++++++++++++++++++++
9 files changed, 108 insertions(+), 12 deletions(-)
create mode 100644 test/Verifier/test_copy.mir
create mode 100644 test/Verifier/test_copy_mismatch_types.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 e046923bade [hwasan] Fix kernel instrumentation of stack.
new 6d64e7c26be [x86] Add test cases to demonstrate some dumb mask->gpr->ma [...]
new d7d9e379b55 [CodeGen] Unify the syntax of MBB liveins in MIR and -debug output
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/MachineBasicBlock.cpp | 17 ++++--
lib/Target/PowerPC/PPCBranchCoalescing.cpp | 4 +-
test/CodeGen/Hexagon/branch-folder-hoist-kills.mir | 12 ++--
test/CodeGen/X86/avx512-intrinsics.ll | 44 ++++++++++++++
test/CodeGen/X86/avx512-mask-op.ll | 68 ++++++++++++++++++++++
5 files changed, 132 insertions(+), 13 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 37031df06d [WinEH] Put funclet bundles on inline asm calls
new 945b034082 [modules] Fix incorrect diagnostic mapping computation when [...]
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/Diagnostic.h | 9 ++++
include/clang/Basic/SourceManager.h | 12 +++++
lib/Basic/Diagnostic.cpp | 90 +++++++++++++++++++++++++++++++++++++
lib/Lex/Pragma.cpp | 14 ++++++
lib/Serialization/ASTReader.cpp | 3 ++
lib/Serialization/ASTWriter.cpp | 7 ++-
test/Modules/Inputs/diag_flags.h | 3 ++
test/Modules/diag-flags.cpp | 34 +++++++++-----
8 files changed, 159 insertions(+), 13 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 d0e4c18d7e5 Daily bump.
new a96d0f2afe5 Fix ICE in find_taken_edge_computed_goto (PR 84136)
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/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr84136.c | 15 +++++++++++++++
gcc/tree-cfg.c | 12 ++++++++----
4 files changed, 34 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr84136.c
--
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 lld.
from f09f1955d Use log to print out a verbose message.
new 1785a0a50 Rename confusing variable names in a test.
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/ELF/archive.s | 18 +++++++++---------
1 file changed, 9 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 2abdc456cba [CodeGen] Don't compute BranchProbability for MBB::print
new e046923bade [hwasan] Fix kernel instrumentation of stack.
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:
.../Instrumentation/HWAddressSanitizer.cpp | 24 +++++++++++++++---
.../HWAddressSanitizer/kernel-alloca.ll | 29 ++++++++++++++++++++++
2 files changed, 50 insertions(+), 3 deletions(-)
create mode 100644 test/Instrumentation/HWAddressSanitizer/kernel-alloca.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 e4de84b6004 [CodeGen] Only print successors when the list is not empty
new 2abdc456cba [CodeGen] Don't compute BranchProbability for MBB::print
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/CodeGen/MachineBasicBlock.cpp | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 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 4d6945e70a Automatic date update in version.in
new 15b23f3612 x86: Set need_global_offset_table with info->output_bfd->xvec
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:
bfd/ChangeLog | 13 +++++++++++++
bfd/elf32-i386.c | 10 +++-------
bfd/elf64-x86-64.c | 10 +++-------
3 files changed, 19 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 331b6f31af8 [CodeGen] Move printing '\n' from MachineInstr::print to Ma [...]
new f66532b0601 [CodeGen] Unify the syntax of MBB successors in MIR and -de [...]
new e4de84b6004 [CodeGen] Only print successors when the list is not empty
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/MachineBasicBlock.cpp | 38 +++++++++++++++-------
test/CodeGen/ARM/Windows/dbzchk.ll | 12 +++----
test/CodeGen/ARM/ifcvt-branch-weight-bug.ll | 2 +-
test/CodeGen/ARM/ifcvt-branch-weight.ll | 2 +-
test/CodeGen/ARM/ifcvt-iter-indbr.ll | 4 +--
test/CodeGen/ARM/tail-merge-branch-weight.ll | 2 +-
test/CodeGen/ARM/taildup-branch-weight.ll | 4 +--
.../AVR/select-must-add-unconditional-jump.ll | 4 +--
test/CodeGen/Generic/MachineBranchProb.ll | 10 +++---
test/CodeGen/Hexagon/ifcvt-edge-weight.ll | 2 +-
test/CodeGen/X86/2010-05-12-FastAllocKills.ll | 4 +--
test/CodeGen/X86/MachineBranchProb.ll | 4 +--
test/CodeGen/X86/catchpad-weight.ll | 2 +-
test/CodeGen/X86/stack-protector-weight.ll | 4 +--
test/CodeGen/X86/switch-edge-weight.ll | 22 ++++++-------
test/CodeGen/X86/switch-jump-table.ll | 4 +--
16 files changed, 68 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 clang.
from 642adaa162 Add size to constexpr Arrays
new d5490e967e Fix UBSan issue with PPC::isValidCPUName
new 37031df06d [WinEH] Put funclet bundles on inline asm calls
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/Basic/Targets/PPC.cpp | 3 +--
lib/CodeGen/CGCall.cpp | 29 +++++++++++++-------------
lib/CodeGen/CGStmt.cpp | 3 ++-
lib/CodeGen/CodeGenFunction.h | 3 +++
test/CodeGenCXX/microsoft-abi-eh-inlineasm.cpp | 18 ++++++++++++++++
5 files changed, 38 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGenCXX/microsoft-abi-eh-inlineasm.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.