This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1056b5b [MBB] Early exit to reduce indentation, per coding guidelines. NFC.
new 82629e7 PR26055: Speed up LiveDebugValues by replacing lists with bit [...]
new 92631b8 [BasicAA] Improve precision of alloca vs. inbounds GEP alias queries
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/Analysis/BasicAliasAnalysis.h | 26 +-
lib/Analysis/BasicAliasAnalysis.cpp | 202 +++++++------
lib/CodeGen/LiveDebugValues.cpp | 326 ++++++++++++---------
test/Analysis/BasicAA/negoffset.ll | 87 ++++++
test/DebugInfo/COFF/register-variables.ll | 8 +-
.../DebugInfo/MIR/X86/live-debug-values-3preds.mir | 8 +-
6 files changed, 419 insertions(+), 238 deletions(-)
create mode 100644 test/Analysis/BasicAA/negoffset.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 04ad550 Add a loop's debug location to its llvm.loop metadata
new fdc2b10 Fix rejects-valid on constexpr function that accesses a not-y [...]
new 5d58ec9 [CGDebugInfo] Modify the preferred expression location for me [...]
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/AST/ExprCXX.h | 8 ++++++++
lib/AST/ExprConstant.cpp | 11 ++++++++---
test/CodeGenCXX/debug-info-member-call.cpp | 24 ++++++++++++++++++++++++
test/SemaCXX/constant-expression-cxx11.cpp | 14 ++++++++++++++
4 files changed, 54 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGenCXX/debug-info-member-call.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 llvm.
from d86e7af Look for a loop's starting location in the llvm.loop metadata
new 1056b5b [MBB] Early exit to reduce indentation, per coding guidelines. 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/MachineBasicBlock.cpp | 121 +++++++++++++++++++-------------------
1 file changed, 62 insertions(+), 59 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 de34154 MIPS/BFD: Report `bfd_reloc_outofrange' errors as such
new 73b090a Require another match for AVX512VL
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:
gas/ChangeLog | 16 ++++++++++++
gas/config/tc-i386.c | 15 ++++++++++++
gas/testsuite/gas/i386/avx512vl-1.l | 39 ++++++++++++++++++++++++++++++
gas/testsuite/gas/i386/avx512vl-1.s | 24 ++++++++++++++++++
gas/testsuite/gas/i386/avx512vl-2.l | 27 +++++++++++++++++++++
gas/testsuite/gas/i386/avx512vl-2.s | 15 ++++++++++++
gas/testsuite/gas/i386/i386.exp | 4 +++
gas/testsuite/gas/i386/x86-64-avx512vl-1.l | 39 ++++++++++++++++++++++++++++++
gas/testsuite/gas/i386/x86-64-avx512vl-1.s | 24 ++++++++++++++++++
gas/testsuite/gas/i386/x86-64-avx512vl-2.l | 27 +++++++++++++++++++++
gas/testsuite/gas/i386/x86-64-avx512vl-2.s | 15 ++++++++++++
11 files changed, 245 insertions(+)
create mode 100644 gas/testsuite/gas/i386/avx512vl-1.l
create mode 100644 gas/testsuite/gas/i386/avx512vl-1.s
create mode 100644 gas/testsuite/gas/i386/avx512vl-2.l
create mode 100644 gas/testsuite/gas/i386/avx512vl-2.s
create mode 100644 gas/testsuite/gas/i386/x86-64-avx512vl-1.l
create mode 100644 gas/testsuite/gas/i386/x86-64-avx512vl-1.s
create mode 100644 gas/testsuite/gas/i386/x86-64-avx512vl-2.l
create mode 100644 gas/testsuite/gas/i386/x86-64-avx512vl-2.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 gcc.
from 552821b * tree-ssa-phiopt.c (factor_out_conditional_conversion): Rem [...]
new 77102db This patch adds support for the vec_cmpne altivec builtins fr [...]
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 | 10 ++
gcc/config/rs6000/altivec.h | 1 +
gcc/config/rs6000/rs6000-builtin.def | 1 +
gcc/config/rs6000/rs6000-c.c | 59 +++++++++++
gcc/config/rs6000/rs6000.c | 6 ++
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/powerpc/vec-cmpne-long.c | 110 +++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec-cmpne.c | 114 ++++++++++++++++++++++
8 files changed, 306 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-cmpne-long.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-cmpne.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 clang.
from 403a883 Revert r270748 "clang-cl: Treat dllimport explicit template i [...]
new 04ad550 Add a loop's debug location to its llvm.loop metadata
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/CGLoopInfo.cpp | 24 ++++++++++++++++--------
lib/CodeGen/CGLoopInfo.h | 10 +++++++---
lib/CodeGen/CGStmt.cpp | 14 ++++++++++----
lib/CodeGen/CGStmtOpenMP.cpp | 4 ++--
test/CodeGenCXX/debug-info-line-if.cpp | 28 ++++++++++++++++++++--------
test/Frontend/optimization-remark-options.c | 2 +-
test/Misc/backend-optimization-failure.cpp | 2 +-
7 files changed, 57 insertions(+), 27 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 b28eca7 Port the strip-invalid-debuginfo logic to the legacy verifier [...]
new 65aab13 Sort includes.
new d86e7af Look for a loop's starting location in the llvm.loop metadata
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/Analysis/LoopInfo.h | 17 +----------
lib/Analysis/LoopInfo.cpp | 21 +++++++++++++
lib/Target/AArch64/AArch64Subtarget.cpp | 2 +-
...arks.ll => vectorization-remarks-loopid-dbg.ll} | 35 +++++++++++-----------
4 files changed, 41 insertions(+), 34 deletions(-)
copy test/Transforms/LoopVectorize/X86/{vectorization-remarks.ll => vectorization- [...]
--
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 1ff0530 Fix an issue where LLDB would crash if one tried to 'frame va [...]
new 356dbe8 Add logging to ValueObjectSyntheticFilter such that one can 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:
source/Core/ValueObjectSyntheticFilter.cpp | 86 +++++++++++++++++++++++++++---
1 file changed, 78 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.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from b64d6b8 * ru.po: Update.
new d719a67 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Rem [...]
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/opt55.adb | 20 ++++++++++++++++++++
gcc/testsuite/opt55.ads | 22 ++++++++++++++++++++++
gcc/tree-ssa-phiopt.c | 9 ++++++---
5 files changed, 59 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/opt55.adb
create mode 100644 gcc/testsuite/opt55.ads
--
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 e4a60f4 [X86][SSE41] Regenerated intrinsics tests
new 03ef7f1 Move whole-program virtual call optimization pass after funct [...]
new b9dfbbc [X86][SSE41] Removed pblendw intrinsics tests - they are auto [...]
new b28eca7 Port the strip-invalid-debuginfo logic to the legacy verifier [...]
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/Transforms/IPO/PassManagerBuilder.h | 1 -
lib/IR/Verifier.cpp | 22 +++++++---
lib/Transforms/IPO/PassManagerBuilder.cpp | 51 +++++++++++++-----------
test/CodeGen/X86/sse41-intrinsics-x86.ll | 16 --------
unittests/IR/VerifierTest.cpp | 24 ++++++++++-
5 files changed, 66 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.