This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b57c915 [ORC] Replace the serialize/deserialize function pair with a [...]
new 08170c3 [ORC] Add missing <thread> header to RPCSerialization.h.
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/ExecutionEngine/Orc/RPCSerialization.h | 1 +
1 file changed, 1 insertion(+)
--
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 0dac1fd Simplify handling of /DISCARD/. NFC.
new 963a6fb [Cmake] Use Cmake's default RPATH for unittest.
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:
unittests/CMakeLists.txt | 2 ++
1 file changed, 2 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 77ad092 Fix the bug introduced in r281252.
new b57c915 [ORC] Replace the serialize/deserialize function pair with a [...]
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:
.../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 47 ++--
include/llvm/ExecutionEngine/Orc/RPCByteChannel.h | 269 ++++++++++-----------
.../llvm/ExecutionEngine/Orc/RPCSerialization.h | 205 ++++++++++++++++
include/llvm/ExecutionEngine/Orc/RPCUtils.h | 6 +-
4 files changed, 360 insertions(+), 167 deletions(-)
create mode 100644 include/llvm/ExecutionEngine/Orc/RPCSerialization.h
--
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 13cb0a7 [asan] Ease dealing with tagged enum ErrorDescription with so [...]
new 8778ef5 [sanitizer] replace CHECK with CHECK_XY in two places for bet [...]
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/sanitizer_common/sanitizer_common.h | 4 ++--
1 file changed, 2 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 master
in repository llvm.
from a50faba [MC] Defer asm errors to post-statement failure
new 8c8aa02 Lower consecutive select instructions correctly.
new 77ad092 Fix the bug introduced in r281252.
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/CodeGenPrepare.cpp | 98 ++++++++++++++++++++++++++--------
test/CodeGen/X86/pseudo_cmov_lower2.ll | 44 +++++++++++++++
2 files changed, 119 insertions(+), 23 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 lldb.
from 8be3f97 fix Xcode build after r281226
new 1c75b3e xfail TestQueues.py and TestDarwinLogFilterMatchMessage.py
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:
.../filter/exact_match/message/TestDarwinLogFilterMatchMessage.py | 8 ++++++++
packages/Python/lldbsuite/test/macosx/queues/TestQueues.py | 1 +
2 files changed, 9 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 gcc.
from d7b41a7 * config/abi/pre/gnu.ver: Use [jmy] for size_t.
new 7a21b59 gcc/c-family: 2016-09-12 Bernd Edlinger <bernd.edlinger@hot [...]
new b38c0a3 * gcc.dg/compat/scalar-by-value-4_x.c: Also test passing of [...]
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/c-family/ChangeLog | 5 ++
gcc/c-family/c-common.c | 16 +++--
gcc/c/ChangeLog | 6 ++
gcc/c/c-parser.c | 7 +-
gcc/cp/ChangeLog | 6 ++
gcc/cp/call.c | 5 +-
gcc/cp/class.c | 7 +-
gcc/testsuite/ChangeLog | 18 +++++
gcc/testsuite/c-c++-common/warn-ommitted-condop.c | 13 +++-
gcc/testsuite/g++.dg/ext/pr77496.C | 21 ++++++
gcc/testsuite/g++.dg/warn/pr77496.C | 21 ++++++
.../gcc.dg/compat/scalar-by-value-4_main.c | 2 +-
gcc/testsuite/gcc.dg/compat/scalar-by-value-4_x.c | 76 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/compat/scalar-by-value-4_y.c | 17 +++++
gcc/testsuite/gcc.dg/compat/scalar-return-4_main.c | 2 +-
gcc/testsuite/gcc.dg/compat/scalar-return-4_x.c | 51 ++++++++++++++-
gcc/testsuite/gcc.dg/compat/scalar-return-4_y.c | 39 +++++++++--
17 files changed, 288 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/pr77496.C
create mode 100644 gcc/testsuite/g++.dg/warn/pr77496.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 libcxx.
from 040945b [libcxx] Introduce an externally-threaded libc++ variant.
new b6b8e1e config: Fix typo in comment
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/__config | 2 +-
1 file changed, 1 insertion(+), 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 06b5f13 [InstCombine] add test for PR30327
new a50faba [MC] Defer asm errors to post-statement failure
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/MC/MCParser/MCAsmLexer.h | 6 +
include/llvm/MC/MCParser/MCAsmParser.h | 42 +-
include/llvm/Support/SMLoc.h | 2 +
lib/MC/MCParser/AsmParser.cpp | 253 ++++-----
lib/MC/MCParser/MCAsmLexer.cpp | 3 +-
lib/MC/MCParser/MCAsmParser.cpp | 18 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 43 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 75 +--
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 54 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 60 +-
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 16 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 -
lib/Target/X86/AsmParser/X86AsmParser.cpp | 78 +--
test/MC/AArch64/armv8.1a-rdma.s | 46 +-
test/MC/AArch64/inst-directive-diagnostic.s | 2 +
test/MC/AArch64/neon-diagnostics.s | 646 +++++++---------------
16 files changed, 517 insertions(+), 830 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 6979660 [InstCombine] regenerate checks
new 06b5f13 [InstCombine] add test for PR30327
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/Transforms/InstCombine/zext-bool-add-sub.ll | 14 ++++++++++++++
1 file changed, 14 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 1f6cc3c AVX-512: Added a test for -O0 mode. NFC.
new 6979660 [InstCombine] regenerate checks
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/Transforms/InstCombine/zext-bool-add-sub.ll | 11 +++++++----
1 file changed, 7 insertions(+), 4 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 2917125 AVX-512: Simplified masked_gather_scatter test. NFC.
new 1f6cc3c AVX-512: Added a test for -O0 mode. NFC.
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-fsel.ll | 52 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 52 insertions(+)
create mode 100644 test/CodeGen/X86/avx512-fsel.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 openmp.
from a24629d [OPENMP] ppc64le recognized as big-endian
new bf6a880 Fix bitmask upper bounds check
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:
runtime/src/kmp.h | 1 +
runtime/src/kmp_affinity.cpp | 31 ++++++++++++++++---------------
runtime/src/kmp_ftn_entry.h | 11 +----------
3 files changed, 18 insertions(+), 25 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 f4ef2f7 Fix test failure in r281232
new 2917125 AVX-512: Simplified masked_gather_scatter test. NFC.
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/masked_gather_scatter.ll | 189 +-----------------------------
1 file changed, 6 insertions(+), 183 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 lldb.
from f9ab649 Move StdStringExtractor to tools/debugserver
new 8be3f97 fix Xcode build after r281226
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:
tools/debugserver/debugserver.xcodeproj/project.pbxproj | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 0043403 Fix suggestions for non-trivial Wformat type cases (PR c/72858)
new d7b41a7 * config/abi/pre/gnu.ver: Use [jmy] for size_t.
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/config/abi/pre/gnu.ver | 12 ++++++------
2 files changed, 10 insertions(+), 6 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 3578a2a Trivial documentation fix regarding Obj-C ARC objc_arc_weak_r [...]
new 7cfda22 Diagnostics reference: "error:" should be red, not orange.
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/DiagnosticsReference.rst | 2 +-
include/clang/Basic/DiagnosticDocs.td | 2 +-
2 files changed, 2 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 master
in repository llvm.
from c123237 [MCJIT] Fix some inconsistent handling of name mangling insid [...]
new f4ef2f7 Fix test failure in r281232
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-objdump/{ => X86}/Inputs/simple-executable-x86_64.yaml | 0
test/tools/llvm-objdump/{ => X86}/start-stop-address.test | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename test/tools/llvm-objdump/{ => X86}/Inputs/simple-executable-x86_64.yaml (100%)
rename test/tools/llvm-objdump/{ => X86}/start-stop-address.test (100%)
--
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 7ee8317 llvm-size: Add --totals option
new c123237 [MCJIT] Fix some inconsistent handling of name mangling insid [...]
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/ExecutionEngine/MCJIT/MCJIT.cpp | 26 ++++++++++++++------------
lib/ExecutionEngine/MCJIT/MCJIT.h | 7 +++++++
2 files changed, 21 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 compiler-rt.
from 208c026 [asan] Cleanup: Move tid into ErrorBase, add const to Buffere [...]
new 13cb0a7 [asan] Ease dealing with tagged enum ErrorDescription with so [...]
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/asan/asan_errors.h | 59 +++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 32 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 bb4b1d9 [InstCombine] use m_APInt to allow icmp X, C folds for splat [...]
new 11981cd llvm-objdump: Add --start-address and --stop-address options
new 7ee8317 llvm-size: Add --totals option
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:
.../Inputs/simple-executable-x86_64.yaml | 73 ++++++++++++++++++++++
test/tools/llvm-objdump/start-stop-address.test | 29 +++++++++
test/tools/llvm-size/X86/ignore-sections.s | 3 +-
tools/llvm-objdump/llvm-objdump.cpp | 45 +++++++++++--
tools/llvm-size/llvm-size.cpp | 41 +++++++++++-
5 files changed, 184 insertions(+), 7 deletions(-)
create mode 100644 test/tools/llvm-objdump/Inputs/simple-executable-x86_64.yaml
create mode 100644 test/tools/llvm-objdump/start-stop-address.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 compiler-rt.
from 011080a [sanitizer] Add interceptor for ttyname_r
new 208c026 [asan] Cleanup: Move tid into ErrorBase, add const to Buffere [...]
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/asan/asan_errors.h | 41 ++++++++++++------------
lib/asan/asan_report.cc | 10 +++---
lib/sanitizer_common/sanitizer_common.h | 2 +-
lib/sanitizer_common/sanitizer_common_libcdep.cc | 2 +-
4 files changed, 27 insertions(+), 28 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 0aa0c7d Revert "[ARM] Promote small global constants to constant pools"
new ce3adfd [GlobalISel] Fix mismatched "<..)" in intrinsic MO printing. NFC.
new 01a133c AMDGPU: Do not clobber SCC in SIWholeQuadMode
new bb4b1d9 [InstCombine] use m_APInt to allow icmp X, C folds for splat [...]
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:
lib/CodeGen/MachineInstr.cpp | 4 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 18 +-
lib/Target/AMDGPU/SIWholeQuadMode.cpp | 267 +++++++++++++++------
lib/Transforms/InstCombine/InstCombineCompares.cpp | 5 +-
test/CodeGen/AMDGPU/wqm.ll | 37 +++
test/Transforms/InstCombine/shift.ll | 4 +-
test/Transforms/InstCombine/vec_sext.ll | 4 +-
7 files changed, 255 insertions(+), 84 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 59a2759 [BranchFolding] Unique added live-ins after hoisting code.
new 0aa0c7d Revert "[ARM] Promote small global constants to constant pools"
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/ARMAsmPrinter.cpp | 13 -----
lib/Target/ARM/ARMAsmPrinter.h | 9 +--
lib/Target/ARM/ARMISelLowering.cpp | 89 ----------------------------
lib/Target/ARM/ARMMachineFunctionInfo.h | 13 -----
test/CodeGen/ARM/constantpool-promote.ll | 99 --------------------------------
5 files changed, 1 insertion(+), 222 deletions(-)
delete mode 100644 test/CodeGen/ARM/constantpool-promote.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 lldb.
from a37c2c3 Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)
new f9ab649 Move StdStringExtractor to tools/debugserver
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/Utility/CMakeLists.txt | 1 -
tools/debugserver/source/CMakeLists.txt | 2 +-
tools/debugserver/source/JSON.h | 4 +---
tools/debugserver/source/RNBRemote.cpp | 2 +-
{source/Utility => tools/debugserver/source}/StdStringExtractor.cpp | 2 +-
.../lldb/Utility => tools/debugserver/source}/StdStringExtractor.h | 0
6 files changed, 4 insertions(+), 7 deletions(-)
rename {source/Utility => tools/debugserver/source}/StdStringExtractor.cpp (99%)
rename {include/lldb/Utility => tools/debugserver/source}/StdStringExtractor.h (100%)
--
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 0ca4899 clang-format: Make emacs integration work with narrowed buffers.
new 3578a2a Trivial documentation fix regarding Obj-C ARC objc_arc_weak_r [...]
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/AutomaticReferenceCounting.rst | 4 ++--
1 file changed, 2 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 master
in repository llvm.
from 7e05343 fix formatting; NFC
new 5db0b90 [FunctionAttrs] Don't try to infer returned if it is already [...]
new 8faa07b [X86] Copy imp-uses when folding tailcall into conditional branch.
new 59a2759 [BranchFolding] Unique added live-ins after hoisting code.
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:
lib/CodeGen/BranchFolding.cpp | 7 +++
lib/Target/X86/X86InstrInfo.cpp | 2 +-
lib/Transforms/IPO/FunctionAttrs.cpp | 5 ++
test/CodeGen/X86/tail-call-conditional.mir | 84 ++++++++++++++++++++++++++++++
test/Transforms/FunctionAttrs/returned.ll | 12 +++++
5 files changed, 109 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/tail-call-conditional.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 lld.
from a144311 Store an ArrayRef for Data in InputSectionData.
new 0dac1fd Simplify handling of /DISCARD/. NFC.
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/LinkerScript.cpp | 17 +++++++----------
ELF/LinkerScript.h | 2 +-
2 files changed, 8 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 llvm.
from 3e9ba2b [InstCombine] add tests to show missing vector folds
new 7e05343 fix formatting; NFC
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/Transforms/InstCombine/InstCombineCompares.cpp | 27 +++++++++++-----------
1 file changed, 13 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 gcc.
from efa1150 * configure.ac: Check for the minimum in-tree MPFR version [...]
new 2298604 Implement C++17 string searchers. * include/std/functional: [...]
new 2552de7 Implement P0253R1, Fixing a design mistake in the searchers [...]
new 0043403 Fix suggestions for non-trivial Wformat type cases (PR c/72858)
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:
gcc/c-family/ChangeLog | 34 ++
gcc/c-family/c-format.c | 418 ++++++++++++++++++---
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/gcc.dg/format/diagnostic-ranges.c | 10 +-
gcc/testsuite/gcc.dg/format/pr72858.c | 410 ++++++++++++++++++++
libstdc++-v3/ChangeLog | 24 ++
libstdc++-v3/include/std/functional | 317 ++++++++++++++++
.../function_objects}/searchers.cc | 28 +-
8 files changed, 1171 insertions(+), 77 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/format/pr72858.c
copy libstdc++-v3/testsuite/{experimental/functional => 20_util/function_objects}/ [...]
--
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 97c0650 add select i1 test, reproduser pr30249.
new 3e9ba2b [InstCombine] add tests to show missing vector folds
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/Transforms/InstCombine/exact.ll | 18 +++++++++++++++++-
test/Transforms/InstCombine/shift.ll | 12 ++++++++++++
2 files changed, 29 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 724e567 [AMDGPU] Assembler: Move disabled SDWA and DPP instruction in [...]
new 29b1dcd [InstCombine] add helper function for foldICmpUsingKnownBits; NFCI
new 97c0650 add select i1 test, reproduser pr30249.
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/Transforms/InstCombine/InstCombineCompares.cpp | 537 +++++++++++----------
lib/Transforms/InstCombine/InstCombineInternal.h | 1 +
test/CodeGen/X86/avx512-select.ll | 12 +
3 files changed, 291 insertions(+), 259 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 91db09d [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
new 724e567 [AMDGPU] Assembler: Move disabled SDWA and DPP instruction in [...]
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/AMDGPU/AMDGPU.td | 2 ++
lib/Target/AMDGPU/SIInstrInfo.td | 10 ++++++++++
2 files changed, 12 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 binutils-gdb.
from 2c29df2 Fix false FAIL on gdb.base/stap-probe.exp, due to ICF optimization
new 8b71537 S/390: Fix kmctr instruction type.
new 58af639 S/390: Fix facility bit default.
new 952c3f5 S/390: Add alternate processor names.
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:
gas/ChangeLog | 15 ++++++++++++
gas/config/tc-s390.c | 49 ++++++++++++++++++++++++++-----------
gas/doc/as.texinfo | 8 +++---
gas/doc/c-s390.texi | 40 ++++++++++++++++++++----------
gas/testsuite/gas/s390/zarch-z196.d | 2 +-
opcodes/ChangeLog | 8 ++++++
opcodes/s390-mkopc.c | 26 +++++++++++++-------
opcodes/s390-opc.txt | 2 +-
8 files changed, 109 insertions(+), 41 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 30cc1de [ARM] Promote small global constants to constant pools
new c04a5a1 fix formatting/typos; NFC
new 91db09d [Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
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/ARM/ARMBaseInstrInfo.cpp | 6 +-
lib/Target/ARM/ARMISelDAGToDAG.cpp | 138 ++++++++++++++++++++-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 13 +-
lib/Transforms/InstCombine/InstCombineInternal.h | 10 +-
test/CodeGen/ARM/and-cmpz.ll | 71 +++++++++++
test/CodeGen/ARM/arm-and-tst-peephole.ll | 15 +--
test/CodeGen/ARM/arm-shrink-wrapping.ll | 4 +-
test/CodeGen/ARM/call-tc.ll | 2 +-
test/CodeGen/ARM/debug-info-branch-folding.ll | 2 +-
test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 8 +-
test/CodeGen/Thumb2/float-ops.ll | 12 +-
11 files changed, 243 insertions(+), 38 deletions(-)
create mode 100644 test/CodeGen/ARM/and-cmpz.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from b6a4ab6 scripts/TestRelease.job: Fix target name computation.
new fc983b3 scripts/TestRelease.job: Print a message at the end.
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:
scripts/TestRelease.job | 2 ++
1 file changed, 2 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 gcc.
from aaf86e2 * doc/extend.texi: Use lowercase "boolean". * doc/invoke.te [...]
new efa1150 * configure.ac: Check for the minimum in-tree MPFR version [...]
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 | 6 ++++++
configure | 4 ++++
configure.ac | 5 +++++
3 files changed, 15 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 0c54a06 [LoopInterchange] Improve debug output. NFC.
new 30cc1de [ARM] Promote small global constants to constant pools
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/ARMAsmPrinter.cpp | 13 +++++
lib/Target/ARM/ARMAsmPrinter.h | 9 ++-
lib/Target/ARM/ARMISelLowering.cpp | 89 ++++++++++++++++++++++++++++
lib/Target/ARM/ARMMachineFunctionInfo.h | 13 +++++
test/CodeGen/ARM/constantpool-promote.ll | 99 ++++++++++++++++++++++++++++++++
5 files changed, 222 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/constantpool-promote.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 ccaa95d Fix the Thumb test for vfloat intrinsics
new 0c54a06 [LoopInterchange] Improve debug output. NFC.
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/Transforms/Scalar/LoopInterchange.cpp | 4 ++--
1 file changed, 2 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 master
in repository llvm.
from 9c7d316 Define a dummy zlib::uncompress when zlib is not available.
new ccaa95d Fix the Thumb test for vfloat intrinsics
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/ARM/vfloatintrinsics.ll | 111 ++++++++++++++++++-----------------
1 file changed, 56 insertions(+), 55 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 lld.
from f84e48f Revert "Revert "Compact InputSectionData from 64 to 48 bytes. NFC.""
new a144311 Store an ArrayRef for Data in InputSectionData.
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/ICF.cpp | 3 +--
ELF/InputSection.cpp | 50 ++++++++++++++++++++++++--------------------------
ELF/InputSection.h | 13 +++++++------
ELF/MarkLive.cpp | 2 +-
ELF/Relocations.cpp | 2 +-
5 files changed, 34 insertions(+), 36 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 lld.
from 2e8f9ed [ELF/AArch64] Implement some UABS relocs
new f84e48f Revert "Revert "Compact InputSectionData from 64 to 48 bytes. NFC.""
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/InputSection.cpp | 9 ++++++---
ELF/InputSection.h | 5 +++--
2 files changed, 9 insertions(+), 5 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 5d592ae GlobalISel: support translation of global addresses.
new 9c7d316 Define a dummy zlib::uncompress when zlib is not available.
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/Support/Compression.cpp | 4 ++++
1 file changed, 4 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 39f340d GlobalISel: translate GEP instructions.
new 5d592ae GlobalISel: support translation of global addresses.
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/CodeGen/GlobalISel/MachineIRBuilder.h | 12 ++++++++++
include/llvm/Target/GenericOpcodes.td | 6 +++++
include/llvm/Target/TargetOpcodes.def | 3 +++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 ++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 12 ++++++++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 28 ++++++++++++++++++++++
6 files changed, 63 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 clang-tools-extra.
from ee282fa Revert "Resubmit "Add a test for clang-tidy using the clang-c [...]
new 20fa313 [clang-tidy] readability-misplaced-array-index: add new check [...]
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:
clang-tidy/readability/CMakeLists.txt | 1 +
.../readability/MisplacedArrayIndexCheck.cpp | 57 ++++++++++++++++++++++
...edDefaultCheck.h => MisplacedArrayIndexCheck.h} | 18 +++----
clang-tidy/readability/ReadabilityTidyModule.cpp | 3 ++
docs/ReleaseNotes.rst | 5 ++
docs/clang-tidy/checks/list.rst | 1 +
.../checks/readability-misplaced-array-index.rst | 27 ++++++++++
.../readability-misplaced-array-index.cpp | 34 +++++++++++++
8 files changed, 137 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/readability/MisplacedArrayIndexCheck.cpp
copy clang-tidy/readability/{DeletedDefaultCheck.h => MisplacedArrayIndexCheck.h} (52%)
create mode 100644 docs/clang-tidy/checks/readability-misplaced-array-index.rst
create mode 100644 test/clang-tidy/readability-misplaced-array-index.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 gcc.
from 3d20c2f [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.
new aaf86e2 * doc/extend.texi: Use lowercase "boolean". * doc/invoke.te [...]
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 | 8 ++++++++
gcc/doc/extend.texi | 8 ++++----
gcc/doc/invoke.texi | 2 +-
gcc/doc/md.texi | 4 ++--
gcc/doc/tm.texi | 2 +-
gcc/target.def | 2 +-
6 files changed, 17 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 217343a Fix WebAssembly broken build related to interface change in r281172.
new 7a92e73 GlobalISel: disambiguate types when printing MIR
new 39f340d GlobalISel: translate GEP instructions.
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/llvm/CodeGen/GlobalISel/IRTranslator.h | 3 +-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 24 +++++
include/llvm/Target/GenericOpcodes.td | 7 ++
include/llvm/Target/TargetOpcodes.def | 3 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 72 +++++++++++++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 23 +++++
lib/CodeGen/MIRParser/MIParser.cpp | 27 ++++--
lib/CodeGen/MIRParser/MIRParser.cpp | 4 +-
lib/CodeGen/MIRPrinter.cpp | 42 +++++++--
lib/CodeGen/MachineRegisterInfo.cpp | 2 -
.../AArch64/GlobalISel/arm64-irtranslator.ll | 100 ++++++++++-----------
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 2 +-
test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 4 +-
.../AArch64/GlobalISel/legalize-combines.mir | 16 ++--
test/CodeGen/AArch64/GlobalISel/legalize-fcmp.mir | 4 +-
.../AArch64/GlobalISel/legalize-load-store.mir | 24 ++---
.../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 12 +--
test/CodeGen/AArch64/GlobalISel/translate-gep.ll | 85 ++++++++++++++++++
.../MIR/X86/expected-integer-after-tied-def.mir | 2 +-
.../MIR/X86/expected-tied-def-after-lparen.mir | 2 +-
20 files changed, 355 insertions(+), 103 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/translate-gep.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 a0d6944 [CFG] Add iterator_ranges to CFG and CFGBlock.
new 0ca4899 clang-format: Make emacs integration work with narrowed buffers.
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:
tools/clang-format/clang-format.el | 2 +-
1 file changed, 1 insertion(+), 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 lld.
from 81b1b8c [MachO] Remove code accidentally cut'n'pasted 3 times.
new 2e8f9ed [ELF/AArch64] Implement some UABS relocs
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/Target.cpp | 12 ++++++++++++
test/ELF/Inputs/uabs_label.s | 4 ++++
test/ELF/aarch64-relocs.s | 20 +++++++++++++++++++-
3 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/uabs_label.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 d186dd4 AVX-512: Added a test case that should be optimized in the fu [...]
new 217343a Fix WebAssembly broken build related to interface change in r281172.
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/WebAssembly/WebAssemblyRegStackify.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.