This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1ce5cae5ff4 [GlobalISel][X86] Support call ABI.
new 70fb4705b4f [Loop Vectorize] Added a separate metadata
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/Vectorize/LoopVectorize.cpp | 27 ++++++++++++++--------
.../LoopVectorize/X86/already-vectorized.ll | 7 +++---
.../X86/vectorization-remarks-loopid-dbg.ll | 2 +-
.../X86/vectorization-remarks-missed.ll | 4 ++--
.../LoopVectorize/X86/vectorization-remarks.ll | 2 +-
.../LoopVectorize/duplicated-metadata.ll | 2 +-
.../Transforms/LoopVectorize/if-conversion-nest.ll | 2 +-
.../multiple-strides-vectorization.ll | 2 +-
test/Transforms/LoopVectorize/vectorize-once.ll | 9 ++++----
9 files changed, 32 insertions(+), 25 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 zorg.
from 5666e80 Lines should always be a set
new b99c3ae [buildbot] r310913 was missing a comma in the nt_flags config.
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:
buildbot/osuosl/master/config/builders.py | 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 release_50
in repository libcxx.
from ef34b8288 Merging r309851: -------------------------------------------- [...]
new 3fa4f9bbd Merging r309474: -------------------------------------------- [...]
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/string | 3 ++-
1 file changed, 2 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 libcxx.
from 9b69be4b1 Spelling
new d4c890569 [NFC] remove trailing WS
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/memory | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 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 598a0a0706 clang/test/Tooling/clang-diff-ast.cpp: Satisfy thiscall.
new 544626fd1a [clang-diff] Filter AST nodes
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/Tooling/ASTDiff/ASTDiff.cpp | 17 ++++++++++++++++-
test/Tooling/clang-diff-ast.cpp | 24 +++++++++++++++++++++++-
test/Tooling/clang-diff-json.cpp | 2 +-
3 files changed, 40 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 4b201cee02c [GlobalISel][X86] Support asimetric copy from/to GPR physic [...]
new 1ce5cae5ff4 [GlobalISel][X86] Support call 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:
lib/Target/X86/X86CallLowering.cpp | 180 +++++++++++-
lib/Target/X86/X86CallLowering.h | 4 +
test/CodeGen/X86/GlobalISel/callingconv.ll | 263 ++++++++++++++++--
.../X86/GlobalISel/irtranslator-callingconv.ll | 305 +++++++++++++++++++++
4 files changed, 721 insertions(+), 31 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 6e8164d525e [RISCV] Trivial whitespace fix in RISCVInstPrinter
new 4b201cee02c [GlobalISel][X86] Support asimetric copy from/to GPR physic [...]
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/X86InstructionSelector.cpp | 93 +++++++----
.../GlobalISel/{select-ext.mir => select-copy.mir} | 171 ++++++++-------------
2 files changed, 132 insertions(+), 132 deletions(-)
copy test/CodeGen/X86/GlobalISel/{select-ext.mir => select-copy.mir} (52%)
--
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 2999c9c71d1 Emit only A Single Opt Remark When Inlining
new fe944167535 Revert "Emit only A Single Opt Remark When Inlining"
new cc0899c732d [RISCV] Set HasRelocationAddend for RISCVELFObjectWriter
new 5f1fa48a246 [RISCV] Fix two abuses of llvm_unreachable
new 6e8164d525e [RISCV] Trivial whitespace fix in RISCVInstPrinter
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/Analysis/InlineCost.h | 6 --
lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp | 2 +-
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 2 +-
.../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 4 +-
lib/Transforms/IPO/Inliner.cpp | 85 ++++++++--------------
.../X86/diagnostic-handler-remarks-with-hotness.ll | 5 --
.../Resolution/X86/diagnostic-handler-remarks.ll | 5 --
.../X86/diagnostic-handler-remarks-with-hotness.ll | 5 --
test/LTO/X86/diagnostic-handler-remarks.ll | 5 --
.../X86/diagnostic-handler-remarks-with-hotness.ll | 10 ---
test/ThinLTO/X86/diagnostic-handler-remarks.ll | 10 ---
.../Inline/optimization-remarks-passed-yaml.ll | 27 ++++---
.../Inline/optimization-remarks-with-hotness.ll | 6 +-
.../Transforms/Inline/optimization-remarks-yaml.ll | 23 ------
test/Transforms/Inline/optimization-remarks.ll | 12 +--
15 files changed, 55 insertions(+), 152 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 1bce6ea7b79 [GlobalIsel] Fix undefined behavior if Action not set (rele [...]
new 2999c9c71d1 Emit only A Single Opt Remark When Inlining
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/InlineCost.h | 6 ++
lib/Transforms/IPO/Inliner.cpp | 85 ++++++++++++++--------
.../X86/diagnostic-handler-remarks-with-hotness.ll | 5 ++
.../Resolution/X86/diagnostic-handler-remarks.ll | 5 ++
.../X86/diagnostic-handler-remarks-with-hotness.ll | 5 ++
test/LTO/X86/diagnostic-handler-remarks.ll | 5 ++
.../X86/diagnostic-handler-remarks-with-hotness.ll | 10 +++
test/ThinLTO/X86/diagnostic-handler-remarks.ll | 10 +++
.../Inline/optimization-remarks-passed-yaml.ll | 27 +++----
.../Inline/optimization-remarks-with-hotness.ll | 6 +-
.../Transforms/Inline/optimization-remarks-yaml.ll | 23 ++++++
test/Transforms/Inline/optimization-remarks.ll | 12 ++-
12 files changed, 148 insertions(+), 51 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 74a34d9193e Keep Optimization Remark Yaml in NewPM
new 1bce6ea7b79 [GlobalIsel] Fix undefined behavior if Action not set (rele [...]
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/CodeGen/GlobalISel/LegalizerInfo.h | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.