This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7ca11331eb8 [ARM] Attempt to fix arm selfhost bots after rL347191
new eaa73537bb4 [DebugInfo] DISubprogram flags get their own flags word. NF [...]
new d11406b457b [X86] Attempt to improve v32i8/v64i8 multiply lowering by a [...]
new 418c4bb2960 [InterleavedLoadCombine] Fix warnings
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/IR/DIBuilder.h | 48 +-
include/llvm/IR/DebugInfoFlags.def | 34 +-
include/llvm/IR/DebugInfoMetadata.h | 143 ++---
lib/AsmParser/LLParser.cpp | 8 +-
lib/Bitcode/Reader/MetadataLoader.cpp | 8 +-
lib/CodeGen/InterleavedLoadCombinePass.cpp | 7 +-
lib/CodeGen/MachineOutliner.cpp | 5 +-
lib/IR/DIBuilder.cpp | 52 +-
lib/IR/DebugInfo.cpp | 29 +-
lib/IR/DebugInfoMetadata.cpp | 24 +-
lib/IR/LLVMContextImpl.h | 45 +-
lib/Target/X86/X86ISelLowering.cpp | 28 +-
test/CodeGen/X86/avx2-arith.ll | 32 +-
test/CodeGen/X86/min-legal-vector-width.ll | 72 ++-
test/CodeGen/X86/pmul.ll | 217 +++----
test/CodeGen/X86/prefer-avx256-wide-mul.ll | 17 +-
test/CodeGen/X86/vector-mul.ll | 10 +-
test/CodeGen/X86/vector-reduce-mul.ll | 979 ++++++++++++++++-------------
tools/opt/Debugify.cpp | 11 +-
unittests/CodeGen/MachineInstrTest.cpp | 4 +-
unittests/IR/IRBuilderTest.cpp | 33 +-
unittests/IR/MetadataTest.cpp | 187 +++---
unittests/IR/VerifierTest.cpp | 7 +-
unittests/Transforms/Utils/CloningTest.cpp | 18 +-
24 files changed, 1049 insertions(+), 969 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 541026d3aa Fix some issues with LLDB's lit configuration files.
new 543b703ebe [DebugInfo] DISubprogram flags get their own flags word. 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/CodeGen/CGDebugInfo.cpp | 48 ++++++++++++++++++++++++++++-----------------
1 file changed, 30 insertions(+), 18 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 gdb-8.2-branch
in repository binutils-gdb.
from 64512a50fc Automatic date update in version.in
new 9ec912f344 Avoid crash when calling warning too early
new 52ec8c2b02 gdb.base/warning.exp tweaks
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:
gdb/ChangeLog | 8 ++++++
gdb/target.c | 10 ++++++--
gdb/target.h | 2 +-
gdb/testsuite/ChangeLog | 12 +++++++++
.../convvar_comp.exp => gdb.base/warning.exp} | 30 ++++++++++++----------
5 files changed, 45 insertions(+), 17 deletions(-)
copy gdb/testsuite/{gdb.ada/convvar_comp.exp => gdb.base/warning.exp} (58%)
--
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 994b876a51 Fix gdb.rust/simple.rs for more recent compilers
new 73fc52c4cc Handle TYPE_CODE_PTR when printing Rust types
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:
gdb/ChangeLog | 5 +++++
gdb/rust-lang.c | 14 ++++++++++++++
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.rust/expr.exp | 4 ++--
gdb/testsuite/gdb.rust/simple.exp | 13 +++++++------
5 files changed, 34 insertions(+), 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/gcc.
from 485bcd4ddd4 Daily bump.
adds e1dc737efd2 Backport from mainline 2018-11-11 Uros Bizjak <ubizjak@ [...]
adds 03ce9f49470 Daily bump.
adds 026cc7cda0c Make a workaround for PR gcov-profile/88045.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 17 +++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/cygming.h | 3 --
gcc/config/i386/darwin.h | 3 +-
gcc/config/i386/i386.h | 3 +-
gcc/coverage.c | 6 ++-
gcc/testsuite/ChangeLog | 13 +++++
gcc/testsuite/g++.dg/gcov/pr88045.C | 90 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr87928.c | 23 +++++++++
9 files changed, 151 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gcov/pr88045.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr87928.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 89a80b67915 [AMDGPU] Fix -Wunused-variable
new 7ca11331eb8 [ARM] Attempt to fix arm selfhost bots after rL347191
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/CGP/arm-cgp-casts.ll | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.