This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eca1741cf54 Recommit r313234 "[llvm-readobj] - Refactor printGroupSecti [...]
new dde48e19482 [LV] Fix maximum legal VF calculation
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/LoopAccessAnalysis.h | 12 ++++++-
lib/Analysis/LoopAccessAnalysis.cpp | 7 ++--
lib/Transforms/Vectorize/LoopVectorize.cpp | 46 +++++++++++----------------
test/Transforms/LoopVectorize/memdep.ll | 51 ++++++++++++++++++++++++++++++
4 files changed, 84 insertions(+), 32 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 505ab7db23a Revert r313234 "[llvm-readobj] - Refactor printGroupSection [...]
new eca1741cf54 Recommit r313234 "[llvm-readobj] - Refactor printGroupSecti [...]
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:
tools/llvm-readobj/ELFDumper.cpp | 128 ++++++++++++++++++++++-----------------
1 file changed, 73 insertions(+), 55 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 1360bdf08ff [llvm-readobj] - Refactor printGroupSections methods.
new 505ab7db23a Revert r313234 "[llvm-readobj] - Refactor printGroupSection [...]
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:
tools/llvm-readobj/ELFDumper.cpp | 128 +++++++++++++++++----------------------
1 file changed, 55 insertions(+), 73 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 d41dbfa621c [XRay][CodeGen] Use the current function symbol as the asso [...]
new 1360bdf08ff [llvm-readobj] - Refactor printGroupSections methods.
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:
tools/llvm-readobj/ELFDumper.cpp | 128 ++++++++++++++++++++++-----------------
1 file changed, 73 insertions(+), 55 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 679cc5075b7 [mips] Recognise the triple used by Debian for MIPS n32 ABI
new d41dbfa621c [XRay][CodeGen] Use the current function symbol as the asso [...]
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/AsmPrinter/AsmPrinter.cpp | 2 +-
test/CodeGen/Mips/xray-section-group.ll | 4 +-
.../PowerPC/xray-attribute-instrumentation.ll | 4 +-
test/CodeGen/X86/xray-section-group.ll | 4 +-
test/DebugInfo/X86/xray-split-dwarf-interaction.ll | 84 ++++++++++++++++++++++
5 files changed, 91 insertions(+), 7 deletions(-)
create mode 100644 test/DebugInfo/X86/xray-split-dwarf-interaction.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 7f54275c13 [NFC] [Analyzer] Fix RST markup in documentation.
new f9eb14961d [Headers] Fix the return type of _InterlockedCompareExchange_rel
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/Headers/intrin.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 master
in repository llvm.
from a31c940251f Revert "Invoke GetInlineCost for legality check before inli [...]
new 679cc5075b7 [mips] Recognise the triple used by Debian for MIPS n32 ABI
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/Triple.h | 7 ++++---
lib/Support/Triple.cpp | 2 ++
unittests/ADT/TripleTest.cpp | 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 a28eeed1b03 Reland r313157, "ThinLTO: Correctly follow aliasee referenc [...]
new a31c940251f Revert "Invoke GetInlineCost for legality check before inli [...]
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/IPO/SampleProfile.cpp | 43 ++++-------------------
test/Transforms/SampleProfile/Inputs/einline.prof | 1 -
test/Transforms/SampleProfile/early-inline.ll | 12 -------
3 files changed, 6 insertions(+), 50 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 e2d706b2022 [SLPVectorizer] Prefer auto over explicit type for VL0, NFCI.
new a28eeed1b03 Reland r313157, "ThinLTO: Correctly follow aliasee referenc [...]
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/ModuleSummaryIndex.h | 10 ++++++++++
lib/Transforms/IPO/FunctionImport.cpp | 17 +++++------------
lib/Transforms/IPO/LowerTypeTests.cpp | 10 +++++-----
.../X86/Inputs/{alias-1.ll => dead-strip-alias.ll} | 2 +-
test/LTO/Resolution/X86/dead-strip-alias.ll | 20 ++++++++++++++++++++
test/LTO/Resolution/X86/lowertypetests.ll | 13 ++++++++++++-
6 files changed, 53 insertions(+), 19 deletions(-)
copy test/LTO/Resolution/X86/Inputs/{alias-1.ll => dead-strip-alias.ll} (80%)
create mode 100644 test/LTO/Resolution/X86/dead-strip-alias.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 binutils-gdb.
from 0952b7101e Automatic date update in version.in
new 2578f2f307 PR22127, as segfaults assembling invalid .reloc
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 | 6 ++++++
gas/write.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.