This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 307dae5bd1d [X86] Prevent folding loads with 64-bit ANDs with immediate [...]
new 9f8f7c5e8ab [x86] Model the direction flag (DF) separately from the res [...]
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/X86/Disassembler/X86Disassembler.cpp | 7 +--
lib/Target/X86/X86ISelLowering.cpp | 7 ++-
lib/Target/X86/X86InstrCompiler.td | 8 +--
lib/Target/X86/X86InstrInfo.cpp | 5 +-
lib/Target/X86/X86InstrInfo.td | 71 ++++++++++++-------------
lib/Target/X86/X86InstrSystem.td | 13 +++++
lib/Target/X86/X86RegisterInfo.td | 16 +++++-
test/CodeGen/X86/ipra-reg-usage.ll | 2 +-
8 files changed, 77 insertions(+), 52 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 7726aabc21a Daily bump.
new 329c480e912 PR lto/85078 * ipa-devirt.c (rebuild_type_inheritance-has [...]
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 | 9 ++++++++
gcc/ipa-devirt.c | 18 +++++++++++++++
gcc/ipa-utils.h | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr85078.C | 40 ++++++++++++++++++++++++++++++++++
gcc/tree.c | 7 +++++-
6 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr85078.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 compiler-rt.
from 4ccd84cc4 GetRandom / OpenBSD, using getentropy to get high quality randomness
new 966b8d9e9 [sanitizer] Enable threads for libc++ build used by the symbolizer
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/symbolizer/scripts/build_symbolizer.sh | 2 --
lib/sanitizer_common/symbolizer/scripts/global_symbols.txt | 4 ++++
2 files changed, 4 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 release_60
in repository clang.
from ab474c24e0 Merging r329052:
new 31f349d884 Merging r328829:
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/Basic/Targets/AArch64.cpp | 35 ++++++++++++++++++++++++++++++++++-
test/CodeGen/aarch64-inline-asm.c | 20 ++++++++++++++++++++
2 files changed, 54 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 clang.
from 89dbe05bfd [AST] Attempt to fix buildbot warnings + appease MSVC; NFCI
new 96176cafb8 [ExprConstant] Use an AST node and a version number as a key [...]
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/AST/APValue.h | 76 ++++++++++--
lib/AST/APValue.cpp | 79 +++++++++---
lib/AST/ExprConstant.cpp | 186 ++++++++++++++++++++---------
test/SemaCXX/constant-expression-cxx1y.cpp | 5 +-
test/SemaCXX/constexpr-default-arg.cpp | 38 ++++++
5 files changed, 299 insertions(+), 85 deletions(-)
create mode 100644 test/SemaCXX/constexpr-default-arg.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 release_60
in repository llvm.
from 9fa366d3c11 Merging r327651:
new 983d8003779 Merging r329588:
new 54d8b1a9f39 Merging r328748:
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/Analysis/MemorySSA.cpp | 29 +++++++++++++++--------
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 1 +
test/Analysis/MemorySSA/pr36883.ll | 38 +++++++++++++++++++++++++++++++
3 files changed, 59 insertions(+), 9 deletions(-)
create mode 100644 test/Analysis/MemorySSA/pr36883.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 134d36e085d Revert "Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading.""
new 4be25bd837d Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading." one [...]
new 307dae5bd1d [X86] Prevent folding loads with 64-bit ANDs with immediate [...]
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/X86ISelDAGToDAG.cpp | 13 ++++++++++++-
lib/Transforms/Scalar/JumpThreading.cpp | 31 +++++++++++++------------------
test/CodeGen/X86/pr37063.ll | 31 +++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/X86/pr37063.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 libcxx.
from fcb84f3c1 [test] [NFC] cleanup aligned_storage test
new 28989705f [libcxx] [test] Use the correct type from strlen. Include cor [...]
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:
.../depr.strstreambuf/depr.strstreambuf.cons/cp_size_cp.pass.cpp | 5 +++--
.../depr.strstreambuf/depr.strstreambuf.cons/scp_size_scp.pass.cpp | 5 +++--
.../depr.strstreambuf/depr.strstreambuf.cons/ucp_size_ucp.pass.cpp | 5 +++--
.../istream.formatted/istream_extractors/streambuf.pass.cpp | 2 +-
4 files changed, 10 insertions(+), 7 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 789d4d24fe4 [DebugInfo][COFF] Fix reading variable-length encoded records
new 52d8639d489 [SSAUpdaterBulk] Handle CFG with unreachable from entry blocks.
new 134d36e085d Revert "Revert "[PR16756] Use SSAUpdaterBulk in JumpThreading.""
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/Scalar/JumpThreading.cpp | 31 +++++++++++++---------
lib/Transforms/Utils/SSAUpdaterBulk.cpp | 2 +-
.../JumpThreading/bb-unreachable-from-entry.ll | 26 ++++++++++++++++++
3 files changed, 45 insertions(+), 14 deletions(-)
create mode 100644 test/Transforms/JumpThreading/bb-unreachable-from-entry.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 48f37040ad8 [llvm-ar] Fix lib.exe detection when running within MSVC toolchain
new 789d4d24fe4 [DebugInfo][COFF] Fix reading variable-length encoded records
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/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 4 ++--
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 8 ++++++++
2 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.