This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0640a7318b1 [llvm-exegesis][NFC] Make randomizeUnsetVariables a free function.
new f7f9563cf46 Revert r343407 "[InstCombine] try to convert vector insert+ [...]
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:
.../InstCombine/InstCombineVectorOps.cpp | 46 +-----------
test/Transforms/InstCombine/extractelement.ll | 86 ++++++++--------------
2 files changed, 33 insertions(+), 99 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 7d6dc15f6c Use the container form llvm::sort(C, ...)
new 0edd965d5c [CodeComplete] #include completion treats -I as non-system ( [...]
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/Sema/SemaCodeComplete.cpp | 2 +-
test/CodeCompletion/included-files.cpp | 14 ++++++++++----
2 files changed, 11 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 binutils-gdb.
from 12b164e9a9 Remove ancient workaround
new 854b850681 [ARC] Refactored location where GOT information is collected.
new c834917fda [ARC] Improved robustness. Return FALSE in case of NULL pointer.
new 2936af9015 [ARC] Make sure global symbol is not an indirect or warning.
new ab16fcd743 [ARC] PLT information was still being generated when symbol [...]
new 0411fca5ec [ARC] Fixes TLS failures related to tls-align.
new 714e9a954a [ARC] Fixed issue with DTSOFF relocs.
The 6 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/arc-got.h | 24 +++++++++---
bfd/elf32-arc.c | 95 ++++++++++++++++++++++++++++-------------------
include/elf/arc-reloc.def | 4 +-
3 files changed, 77 insertions(+), 46 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 00e50653ed5 [AMDGPU] Divergence driven instruction selection. Shift ope [...]
new 0640a7318b1 [llvm-exegesis][NFC] Make randomizeUnsetVariables a free function.
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/llvm-exegesis/lib/CodeTemplate.cpp | 18 +++++++++---------
tools/llvm-exegesis/lib/CodeTemplate.h | 9 +++++----
tools/llvm-exegesis/lib/SnippetGenerator.cpp | 9 +++++----
3 files changed, 19 insertions(+), 17 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 384be95ab81 * c-ada-spec.c (get_underlying_decl): Get to the main type [...]
new 9603b585b96 2018-10-01 MCC CS <deswurstes(a)users.noreply.github.com>
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 | 7 ++++++
gcc/match.pd | 49 +++++++++++++++++++++++++++++++-----------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr87261.c | 35 ++++++++++++++++++++++++++++++
4 files changed, 84 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr87261.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 2d661fe936f [NFC] Adding "REQUIRES: zlib" to a llvm-objcopy test for bo [...]
new 00e50653ed5 [AMDGPU] Divergence driven instruction selection. Shift ope [...]
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/SOPInstructions.td | 6 ++--
lib/Target/AMDGPU/VOP3Instructions.td | 57 +++++++++++++++++++++++------------
lib/Target/AMDGPU/VOPInstructions.td | 5 +++
3 files changed, 45 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 gcc-8-branch
in repository gcc.
from 7650d17dd14 Daily bump.
new a395f27bd0c [arm] Avoid STRD with odd register for TARGET_ARM in output [...]
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/config/arm/arm.c | 22 ++++++++++++++--------
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.target/arm/arm-soft-strd-even.c | 19 +++++++++++++++++++
4 files changed, 52 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/arm-soft-strd-even.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 f7f974d7eff [X86][BtVer2] Teach how to identify zero-idiom VPERM2F128rr [...]
new 2d661fe936f [NFC] Adding "REQUIRES: zlib" to a llvm-objcopy test for bo [...]
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:
.../llvm-objcopy/compress-and-decompress-debug-sections-error.test | 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 clang-tools-extra.
from 86dc55a6 [clangd] Fix header mapping for std::string. NFC
new 85e69b16 [clangd] Query dex index using query-style trigrams, not iden [...]
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:
clangd/index/dex/Dex.cpp | 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 9cfef4ca8ff Recommit r343308: [LoopInterchange] Turn into a loop pass.
new cc27a05389e [llvm-objcopy] Adding support for decompressing zlib compre [...]
new f7f974d7eff [X86][BtVer2] Teach how to identify zero-idiom VPERM2F128rr [...]
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/X86/X86SchedPredicates.td | 7 ++
lib/Target/X86/X86ScheduleBtVer2.td | 10 ++-
.../llvm-mca/X86/BtVer2/zero-idioms-avx-256.s | 30 ++++-----
...mpress-and-decompress-debug-sections-error.test | 5 ++
.../compress-debug-sections-zlib-gnu.test | 14 ++++
.../llvm-objcopy/compress-debug-sections-zlib.test | 14 ++++
.../llvm-objcopy/compress-debug-sections.test | 24 +++++++
tools/llvm-objcopy/ObjcopyOpts.td | 2 +
tools/llvm-objcopy/Object.cpp | 77 +++++++++++++++++++++-
tools/llvm-objcopy/Object.h | 32 +++++++++
tools/llvm-objcopy/llvm-objcopy.cpp | 51 ++++++++++----
11 files changed, 236 insertions(+), 30 deletions(-)
create mode 100644 test/tools/llvm-objcopy/compress-and-decompress-debug-sections- [...]
create mode 100644 test/tools/llvm-objcopy/compress-debug-sections.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.