This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 16768cea344 Adjust the hotness threshold from 99.9% to 99%.
new ad5495ac8c2 [AArch64] Fix an assertion for pre-index generation with un [...]
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/AArch64/AArch64LoadStoreOptimizer.cpp | 19 +++-
.../AArch64/arm64-ldst-unscaled-pre-post.mir | 115 +++++++++++++++++++++
2 files changed, 132 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-ldst-unscaled-pre-post.mir
--
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 201cf7ea262 [InstCombine] Fold single-use variable into assert.
new 16768cea344 Adjust the hotness threshold from 99.9% to 99%.
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/Analysis/ProfileSummaryInfo.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 4e29225d159 [InstCombine] narrow lshr with constant
new 4c314d6d301 [ThinLTO] Add FunctionAttrs to ThinLTO index
new 19f5e627c38 [InstCombine] Use ConstantInt::getFalse to reduce some code. NFC
new 582a2bb8aff [InstCombine] Remove the (not (sext)) case from foldBoolSex [...]
new 201cf7ea262 [InstCombine] Fold single-use variable into assert.
The 4 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/ModuleSummaryIndex.h | 24 ++++++++--
include/llvm/IR/ModuleSummaryIndexYAML.h | 5 ++-
lib/Analysis/ModuleSummaryAnalysis.cpp | 23 +++++++---
lib/Bitcode/Reader/BitcodeReader.cpp | 52 ++++++++++++++++------
lib/Bitcode/Writer/BitcodeWriter.cpp | 21 +++++++--
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 35 ++++-----------
lib/Transforms/InstCombine/InstCombineSelect.cpp | 3 +-
lib/Transforms/InstCombine/InstCombineShifts.cpp | 4 +-
test/Bitcode/summary_version.ll | 2 +-
test/Bitcode/thinlto-alias.ll | 4 +-
test/Bitcode/thinlto-alias2.ll | 2 +-
.../thinlto-function-summary-callgraph-pgo.ll | 4 +-
...o-function-summary-callgraph-profile-summary.ll | 4 +-
...ion-summary-callgraph-sample-profile-summary.ll | 4 +-
test/Bitcode/thinlto-function-summary-callgraph.ll | 4 +-
.../thinlto-function-summary-functionattrs.ll | 27 +++++++++++
test/Bitcode/thinlto-function-summary-refgraph.ll | 10 ++---
test/Transforms/InstCombine/vector-casts.ll | 2 +-
18 files changed, 154 insertions(+), 76 deletions(-)
create mode 100644 test/Bitcode/thinlto-function-summary-functionattrs.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 gcc.
from a57f48a9ee0 runtime: dump registers for Alpha
new 08b87aee35f Fix PR 81713 * brigfrontend/brig-basic-inst-handler.cc: re [...]
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/brig/ChangeLog | 7 +++++++
gcc/brig/brigfrontend/brig-basic-inst-handler.cc | 7 +++----
gcc/brig/brigfrontend/brig-code-entry-handler.cc | 22 +++++++++-------------
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 llvm.
from 13725274b07 [AMDGPU][MC] Enabled expressions as operands
new 4e29225d159 [InstCombine] narrow lshr with constant
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/Transforms/InstCombine/InstCombineShifts.cpp | 9 +++++++++
test/Transforms/InstCombine/cast.ll | 6 +++---
test/Transforms/InstCombine/lshr.ll | 13 +++++++++++++
test/Transforms/InstCombine/select-with-bitwise-ops.ll | 8 ++++----
test/Transforms/InstCombine/trunc.ll | 6 +++---
5 files changed, 32 insertions(+), 10 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 91975afd35 Add namespace std to nullptr_t
new f02fd7745d Unbreak GDBserver build for x32
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 | 8 ++++++++
gdb/gdbserver/configure.srv | 1 +
gdb/gdbserver/linux-amd64-ipa.c | 6 +++---
3 files changed, 12 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 c5cebfc196b [DAGCombiner] Extending pattern detection for vector shuffle.
new 13725274b07 [AMDGPU][MC] Enabled expressions as operands
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/AsmParser/AMDGPUAsmParser.cpp | 26 ++++++++++++-------------
test/MC/AMDGPU/expressions.s | 7 +++++++
test/MC/AMDGPU/vop3p-err.s | 6 +++---
3 files changed, 22 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 beb53eef620 PR middle-end/81695 * fold-const.c (fold_indirect_ref_1): [...]
new a57f48a9ee0 runtime: dump registers for Alpha
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/go/gofrontend/MERGE | 2 +-
libgo/runtime/go-signal.c | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 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 binutils-gdb.
from 9f06dab1e3 Add a testcase for "ld -d"
new 91975afd35 Add namespace std to nullptr_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:
gdb/ChangeLog | 4 ++++
gdb/utils.h | 4 ++--
2 files changed, 6 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 f27bcb0a8e7 [DSE] Merge stores when the later store only writes to memo [...]
new c5cebfc196b [DAGCombiner] Extending pattern detection for vector shuffle.
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/SelectionDAG/DAGCombiner.cpp | 49 +++++++++++++++-
test/CodeGen/X86/oddshuffles.ll | 10 ++--
test/CodeGen/X86/shuffle-vs-trunc-512.ll | 92 +++++++-----------------------
test/CodeGen/X86/vector-shuffle-512-v16.ll | 11 ++--
test/CodeGen/X86/vector-shuffle-512-v8.ll | 13 ++---
test/CodeGen/X86/x86-interleaved-access.ll | 62 ++++++++++----------
6 files changed, 114 insertions(+), 123 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.