This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 57db0178ea6 [DebugInfo] Keep DBG_VALUE undef in LiveDebugVariables
new cb4031ebdb9 Recommit r333268: [IPSCCP] Use PredicateInfo to propagate f [...]
new 54da16e23ff Add some explanatory text to the associated symbol support.
new 242cb920fb8 Remove FIXME comment about WIP. This is the only line other [...]
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/Scalar/SCCP.h | 6 +-
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 3 +-
lib/MC/MCParser/ELFAsmParser.cpp | 1 -
lib/Transforms/IPO/SCCP.cpp | 24 ++++-
lib/Transforms/Scalar/SCCP.cpp | 120 ++++++++++++++++++++++--
test/Other/new-pm-lto-defaults.ll | 4 +-
test/Other/opt-O2-pipeline.ll | 4 +
test/Other/opt-O3-pipeline.ll | 4 +
test/Other/opt-Os-pipeline.ll | 4 +
test/Transforms/IPConstantProp/musttail-call.ll | 4 +-
test/Transforms/SCCP/ipsccp-predicated.ll | 68 ++++++++++++++
11 files changed, 225 insertions(+), 17 deletions(-)
create mode 100644 test/Transforms/SCCP/ipsccp-predicated.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 c076ce0306b [X86] Go through some tests that still reference old intrin [...]
new 57db0178ea6 [DebugInfo] Keep DBG_VALUE undef in LiveDebugVariables
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/LiveDebugVariables.cpp | 32 +++++++----
.../X86/live-debug-vars-discard-invalid.mir | 12 +---
test/DebugInfo/X86/live-debug-vars-keep-undef.ll | 65 ++++++++++++++++++++++
3 files changed, 90 insertions(+), 19 deletions(-)
create mode 100644 test/DebugInfo/X86/live-debug-vars-keep-undef.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 b92fd73274f [PM/LoopUnswitch] Add partial non-trivial unswitching for i [...]
new c076ce0306b [X86] Go through some tests that still reference old intrin [...]
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-intrinsics.ll | 10 +-
test/CodeGen/X86/stack-folding-fp-avx1.ll | 124 ++++---
test/CodeGen/X86/stack-folding-fp-avx512.ll | 59 ++--
test/CodeGen/X86/stack-folding-fp-sse42.ll | 116 +++---
test/CodeGen/X86/stack-folding-int-avx1.ll | 115 +++---
test/CodeGen/X86/stack-folding-int-avx2.ll | 116 +++---
test/CodeGen/X86/stack-folding-int-avx512.ll | 195 ++++++----
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 469 ++++++++++++++-----------
test/CodeGen/X86/stack-folding-int-sse42.ll | 116 +++---
9 files changed, 743 insertions(+), 577 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 5acb50cf5a8 [RISC-V] Fix a test case to not include label names as thos [...]
new b92fd73274f [PM/LoopUnswitch] Add partial non-trivial unswitching for i [...]
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/ADT/TinyPtrVector.h | 6 +
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 329 +++++++++++++++------
.../SimpleLoopUnswitch/nontrivial-unswitch.ll | 163 +++++++++-
3 files changed, 405 insertions(+), 93 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 glibc.
from 99c7adf99f Fix tst-cmp.c build with GCC mainline.
new f496b28e61 math: Set 387 and SSE2 rounding mode for tgamma on i386 [BZ #23253]
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 | 22 +++++++++++++
sysdeps/generic/math_private.h | 68 ++++++++++++++++++++++-------------------
sysdeps/i386/Makefile | 8 +++++
sysdeps/i386/fpu/fenv_private.h | 18 ++++++++---
4 files changed, 80 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 llvm.
from f7c66a1b63d ProvenanceAnalysis: Store WeakTrackingVH instead of Value* [...]
new 5acb50cf5a8 [RISC-V] Fix a test case to not include label names as thos [...]
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/RISCV/indirectbr.ll | 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 gcc.
from b0ad8f101b0 Daily bump.
new bbf6c23ee58 2018-06-21 François Dumont <fdumont(a)gcc.gnu.org>
new 52458f0664a libbacktrace/
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:
libbacktrace/ChangeLog | 6 ++++++
libbacktrace/elf.c | 2 +-
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/include/debug/safe_iterator.h | 2 +-
4 files changed, 15 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 cb5e58dbd93 [X86] Remove masking from 512-bit floating max/min intrinsi [...]
new f7c66a1b63d ProvenanceAnalysis: Store WeakTrackingVH instead of Value* [...]
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/Analysis/ObjCARCAnalysisUtils.h | 7 +++++--
lib/Transforms/ObjCARC/ProvenanceAnalysis.h | 3 ++-
2 files changed, 7 insertions(+), 3 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 956efeeb271 Revert "[SCEV] Improve zext(A /u B) and zext(A % B)"
new cb5e58dbd93 [X86] Remove masking from 512-bit floating max/min intrinsi [...]
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/IR/IntrinsicsX86.td | 16 +-
lib/IR/AutoUpgrade.cpp | 44 ++-
lib/Target/X86/X86IntrinsicsInfo.h | 12 +-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 360 ++++++++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 174 ++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 84 +++---
test/CodeGen/X86/stack-folding-fp-avx512.ll | 48 ++--
7 files changed, 654 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 clang.
from db9cf08b1f Revert "Add python tool to dump and construct header maps"
new 3cf091f277 [X86] Remove masking from the 512-bit floating point max/min [...]
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/BuiltinsX86.def | 8 +-
lib/Headers/avx512fintrin.h | 204 ++++++++++++++----------------------
lib/Sema/SemaChecking.cpp | 10 +-
test/CodeGen/avx512f-builtins.c | 55 ++++++----
4 files changed, 121 insertions(+), 156 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.