This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4e58cdd6b0c [MIRPrinter] Print empty successor lists when they cannot b [...]
new 8451f3b13d9 Revert "[MIRPrinter] Print empty successor lists when they [...]
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/MIRPrinter.cpp | 3 +-
test/CodeGen/MIR/X86/unreachable_block.ll | 48 -------------------------------
2 files changed, 2 insertions(+), 49 deletions(-)
delete mode 100644 test/CodeGen/MIR/X86/unreachable_block.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 7098693fab3 Reland "[llvm-objcopy] Add support for nested and overlappi [...]
new 4e58cdd6b0c [MIRPrinter] Print empty successor lists when they cannot b [...]
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/MIRPrinter.cpp | 3 +-
test/CodeGen/MIR/X86/unreachable_block.ll | 48 +++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/MIR/X86/unreachable_block.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 clang.
from 7a6944054d [Sema] Move some stuff into -Wtautological-unsigned-enum-zer [...]
new a37dbcc751 Revert "[Sema] Move some stuff into -Wtautological-unsigned- [...]
new fdde3c7be7 Fix 32-bit buildbots by removing tests that are dependent on [...]
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:
include/clang/Basic/DiagnosticGroups.td | 2 -
include/clang/Basic/DiagnosticSemaKinds.td | 19 +++-----
lib/Sema/SemaChecking.cpp | 42 +++++++----------
test/CodeGen/nullptr-arithmetic.c | 16 ++-----
test/Sema/compare.c | 53 +---------------------
test/Sema/pointer-addition.c | 2 -
.../Sema/tautological-unsigned-enum-zero-compare.c | 46 -------------------
test/SemaCXX/nullptr-arithmetic.cpp | 3 +-
8 files changed, 29 insertions(+), 154 deletions(-)
delete mode 100644 test/Sema/tautological-unsigned-enum-zero-compare.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 llvm.
from ee28e9a4fa1 [ARM] Relax 'cpsie'/'cpsid' flag parsing.
new 7098693fab3 Reland "[llvm-objcopy] Add support for nested and overlappi [...]
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/tools/llvm-objcopy/adjacent-segments.test | 62 ++++++++++++
test/tools/llvm-objcopy/identical-segments.test | 82 ++++++++++++++++
test/tools/llvm-objcopy/overlap-chain.test | 117 ++++++++++++++++++++++
test/tools/llvm-objcopy/pt-phdr.test | 71 ++++++++++++++
test/tools/llvm-objcopy/triple-overlap.test | 123 ++++++++++++++++++++++++
tools/llvm-objcopy/Object.cpp | 72 ++++++++++++--
tools/llvm-objcopy/Object.h | 1 +
7 files changed, 522 insertions(+), 6 deletions(-)
create mode 100644 test/tools/llvm-objcopy/adjacent-segments.test
create mode 100644 test/tools/llvm-objcopy/identical-segments.test
create mode 100644 test/tools/llvm-objcopy/overlap-chain.test
create mode 100644 test/tools/llvm-objcopy/pt-phdr.test
create mode 100644 test/tools/llvm-objcopy/triple-overlap.test
--
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 a5de5fec2 Simplify. NFC.
new 40b51cc63 Rename CieRecord instance variables.
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:
ELF/SyntheticSections.cpp | 52 +++++++++++++++++++++++------------------------
ELF/SyntheticSections.h | 6 +++---
2 files changed, 29 insertions(+), 29 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 a08ffd613d4 Revert "[DebugInfo] Insert DW_OP_deref when spilling indire [...]
new ee28e9a4fa1 [ARM] Relax 'cpsie'/'cpsid' flag parsing.
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/ARM/AsmParser/ARMAsmParser.cpp | 2 +-
test/MC/ARM/basic-arm-instructions.s | 2 ++
2 files 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 llvm.
from cb6f3f43df3 [MSP430] Align functions on 2-byte boundary instead of 4.
new e536db08ac8 Import all inlined indirect call targets for SamplePGO.
new a08ffd613d4 Revert "[DebugInfo] Insert DW_OP_deref when spilling indire [...]
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/LiveDebugVariables.cpp | 89 +++++++-----------
lib/Transforms/IPO/SampleProfile.cpp | 8 +-
test/DebugInfo/X86/bbjoin.ll | 6 +-
test/DebugInfo/X86/spill-indirect-nrvo.ll | 103 ---------------------
test/DebugInfo/X86/spill-nontrivial-param.ll | 89 ------------------
test/DebugInfo/X86/spill-nospill.ll | 113 -----------------------
test/Transforms/SampleProfile/Inputs/import.prof | 6 +-
test/Transforms/SampleProfile/import.ll | 16 +++-
8 files changed, 59 insertions(+), 371 deletions(-)
delete mode 100644 test/DebugInfo/X86/spill-indirect-nrvo.ll
delete mode 100644 test/DebugInfo/X86/spill-nontrivial-param.ll
delete mode 100644 test/DebugInfo/X86/spill-nospill.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 clang.
from e4848b1ad3 [OpenMP] fix seg-faults printing diagnostics with invalid or [...]
new 7a6944054d [Sema] Move some stuff into -Wtautological-unsigned-enum-zer [...]
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/DiagnosticGroups.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 19 +++++---
lib/Sema/SemaChecking.cpp | 42 ++++++++++-------
test/Sema/compare.c | 53 +++++++++++++++++++++-
.../Sema/tautological-unsigned-enum-zero-compare.c | 46 +++++++++++++++++++
5 files changed, 138 insertions(+), 24 deletions(-)
create mode 100644 test/Sema/tautological-unsigned-enum-zero-compare.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 gcc.
from 7ca6a927a4f * config/i386/i386.c (ix86_split_long_move): Do not handle [...]
new 274ac839d45 * g++.dg/tree-ssa/pr31146-2.C: Only do scan-tree-dump for [...]
new 9b1feb95a6d * config/i386/i386.md (*scc_bt<mode>): New insn_and_split [...]
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 | 6 ++
gcc/config/i386/i386.md | 92 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 17 ++++
gcc/testsuite/g++.dg/expr/bitfield5.C | 3 +-
gcc/testsuite/g++.dg/expr/bool1.C | 5 +-
gcc/testsuite/g++.dg/expr/bool3.C | 5 +-
gcc/testsuite/g++.dg/tree-ssa/pr31146-2.C | 4 +-
gcc/testsuite/g++.dg/tree-ssa/pr41428.C | 4 +-
gcc/testsuite/g++.old-deja/g++.jason/bool5.C | 3 +-
gcc/testsuite/gcc.target/i386/{bt-1.c => bt-5.c} | 10 +--
gcc/testsuite/gcc.target/i386/{bt-2.c => bt-6.c} | 10 +--
.../gcc.target/i386/{bt-mask-1.c => bt-mask-3.c} | 10 +--
.../gcc.target/i386/{bt-mask-2.c => bt-mask-4.c} | 10 +--
13 files changed, 143 insertions(+), 36 deletions(-)
copy gcc/testsuite/gcc.target/i386/{bt-1.c => bt-5.c} (53%)
copy gcc/testsuite/gcc.target/i386/{bt-2.c => bt-6.c} (62%)
copy gcc/testsuite/gcc.target/i386/{bt-mask-1.c => bt-mask-3.c} (53%)
copy gcc/testsuite/gcc.target/i386/{bt-mask-2.c => bt-mask-4.c} (50%)
--
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 6fe45f97227 [SimplifyCFG] fix typos/formatting; NFC
new 450dbfb8455 Move test into non-target-specific directory.
new fd65d0d80e9 llvm-dwarfdump: un-hide more command line options
new cdcb6d16fc5 [TableGen] Generate formatted DAGISelEmitter without relyin [...]
new cb6f3f43df3 [MSP430] Align functions on 2-byte boundary instead of 4.
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:
lib/Target/MSP430/MSP430ISelLowering.cpp | 2 +-
test/tools/llvm-dwarfdump/{X86 => }/cmdline.test | 5 +
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 13 +-
utils/TableGen/DAGISelMatcherEmitter.cpp | 184 ++++++++++++-----------
4 files changed, 108 insertions(+), 96 deletions(-)
rename test/tools/llvm-dwarfdump/{X86 => }/cmdline.test (80%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.