This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dd19d1b Revert "GVN-hoist: fix store past load dependence analysis (P [...]
new 6837af0 [AArch64][RegisterBankInfo] Provide alternative mappings for [...]
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/AArch64RegisterBankInfo.cpp | 53 ++++++++++++++++++----
.../AArch64/GlobalISel/arm64-regbankselect.mir | 12 +++--
2 files changed, 53 insertions(+), 12 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 c0fa9af fix function label name in addressofreturnaddress test
new 910b53f [AArch64][RegisterBankInfo] Provide more realistic copy costs.
new d53b5ad [AArch64][RegisterBankInfo] Use a proper cost for cross regba [...]
new 7d96cfe [AArch64][RegisterBankInfo] Bump the cost of vector loads.
new df3941c [AArch64][MachineLegalizer] Mark more G_BITCAST as legal.
new d8bc7a1 [AArch64][RegisterBankInfo] Use static mapping for same bank [...]
new 342fb3e [AArch64][RegisterBankInfo] Describe cross regbank copies sta [...]
new dd19d1b Revert "GVN-hoist: fix store past load dependence analysis (P [...]
The 7 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/Utils/MemorySSA.h | 4 -
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 40 ++++-
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 9 +-
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 72 +++++++-
lib/Transforms/Scalar/GVNHoist.cpp | 89 +++++-----
lib/Transforms/Utils/MemorySSA.cpp | 105 ++++++-----
.../AArch64/GlobalISel/arm64-regbankselect.mir | 192 +++++++++++++++++++++
.../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 3 +
test/Transforms/GVNHoist/pr30216.ll | 52 ------
test/Transforms/GVNHoist/pr30499.ll | 30 ----
10 files changed, 400 insertions(+), 196 deletions(-)
delete mode 100644 test/Transforms/GVNHoist/pr30216.ll
delete mode 100644 test/Transforms/GVNHoist/pr30499.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 lld.
from c7202a1 Fix variable name. NFC.
new aea56d3 Move a utility function to Strings.cpp.
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:
ELF/InputSection.cpp | 4 ++--
ELF/OutputSections.cpp | 6 +-----
ELF/Strings.h | 6 ++++++
3 files changed, 9 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 gcc.
from fdb571b * config/visium/visium.c (visium_gimplify_va_arg): Emit a bi [...]
new 342f430 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 72bdaf3 Daily bump.
new 8e0dffc Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from b8c6940 Daily bump.
new 52e9b61 Daily bump.
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/DATESTAMP | 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 d48e8c6 [GitHubMove Doc] Properly nest a subsection in the proposal
new c0fa9af fix function label name in addressofreturnaddress test
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/addr-of-ret-addr.ll | 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 clang.
from c2d4c5a Revert r284008. This is us to fail to instantiate static data [...]
new 959f88a fix ms-intrinsics labels code to work with builds with assertions
new 36a5831 [analyzer] DeallocChecker: Don't warn about directly-set IBOu [...]
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/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 31 +++++++++++
test/Analysis/DeallocMissingRelease.m | 71 +++++++++++++++++++++++-
test/CodeGen/ms-intrinsics.c | 16 +++---
3 files changed, 109 insertions(+), 9 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 4dac951 Fixup gdb.python/py-value.exp for bare-metal aarch64-elf
new b44fae2 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 8268cfa [AArch64] Track FP registers in prologue analyzer
new cd192c4 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.