This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ef2e5c92da3 [llvm-mca] Use WithColor for printing errors
new bb1ae438ca5 [x86] Switch EFLAGS copy lowering to use reg-reg form of te [...]
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/X86FlagsCopyLowering.cpp | 2 +-
test/CodeGen/X86/cmpxchg-clobber-flags.ll | 12 ++++++------
test/CodeGen/X86/copy-eflags.ll | 16 ++++++++--------
test/CodeGen/X86/flags-copy-lowering.mir | 20 ++++++++++----------
test/CodeGen/X86/peephole-na-phys-copy-folding.ll | 10 +++++-----
test/CodeGen/X86/win64_frame.ll | 2 +-
test/CodeGen/X86/x86-repmov-copy-eflags.ll | 2 +-
7 files changed, 32 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 compiler-rt.
from 4c0639277 [XRay][compiler-rt] Add noop patch functions for unsupported arches.
new 1d9edeabe [sanitizer] Minor refactor of ThreadDescriptorSize
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/sanitizer_linux_libcdep.cc | 19 +++++--------------
1 file changed, 5 insertions(+), 14 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 4c208ab0d79 [x86] Fix PR37100 by teaching the EFLAGS copy lowering to r [...]
new 85b1d18f0d0 Fix macosx build broken by r330249
new a1ce0364e1c [support] Revert the changes made to Path.inc for the defau [...]
new ef2e5c92da3 [llvm-mca] Use WithColor for printing errors
The 3 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/Support/Windows/Path.inc | 16 ++++---------
test/DebugInfo/Generic/debug-names-one-cu.ll | 4 ----
.../debug-names-split-dwarf.ll} | 12 ++++------
tools/llvm-mca/llvm-mca.cpp | 27 ++++++++++++----------
4 files changed, 24 insertions(+), 35 deletions(-)
copy test/DebugInfo/{Generic/debug-names-one-cu.ll => X86/debug-names-split-dwarf. [...]
--
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 c5db21b2665 [llvm-exegesis] Early out if the scheduler models have no e [...]
new 4c208ab0d79 [x86] Fix PR37100 by teaching the EFLAGS copy lowering to r [...]
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/X86FlagsCopyLowering.cpp | 207 +++++++++++++++++++-------------
test/CodeGen/X86/O0-pipeline.ll | 1 +
test/CodeGen/X86/O3-pipeline.ll | 1 +
test/CodeGen/X86/copy-eflags.ll | 108 +++++++++++++++++
4 files changed, 235 insertions(+), 82 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 e734fe7e7b9 [llvm-exegesis] Use LLVMTargetMachine pointer everywhere. NFCI.
new 22942f7d6c2 [llvm-link] Use WithColor for printing errors
new 331449e7a89 [llvm-profdata] Use WithColor for printing errors
new c5db21b2665 [llvm-exegesis] Early out if the scheduler models have no e [...]
The 3 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/Linker/apple-version.ll | 8 ++++----
test/Linker/datalayout.ll | 4 ++--
test/Linker/drop-debug.ll | 2 +-
test/Linker/redefinition.ll | 2 +-
test/Linker/targettriple.ll | 6 +++---
tools/llvm-exegesis/llvm-exegesis.cpp | 5 ++++-
tools/llvm-link/llvm-link.cpp | 29 ++++++++++++++++++-----------
tools/llvm-profdata/llvm-profdata.cpp | 18 ++++++++++++------
8 files changed, 45 insertions(+), 29 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 fbb6a60b6dc [llvm-exegesis] Put a newline at the end of each error report.
new aacb846c039 [SimplifyLibcalls] Realloc(null, N) -> Malloc(N)
new e734fe7e7b9 [llvm-exegesis] Use LLVMTargetMachine pointer everywhere. NFCI.
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:
include/llvm/Transforms/Utils/BuildLibCalls.h | 8 +++++
include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 +
lib/Transforms/Utils/BuildLibCalls.cpp | 37 ++++++++++++++++++++++++
lib/Transforms/Utils/SimplifyLibCalls.cpp | 30 ++++++-------------
test/Transforms/InstCombine/realloc.ll | 24 +++++++++++++++
tools/llvm-exegesis/lib/InMemoryAssembler.cpp | 2 +-
6 files changed, 80 insertions(+), 22 deletions(-)
create mode 100644 test/Transforms/InstCombine/realloc.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 793b714ddcf [AMDGPU] Fix issues for backend divergence tracking
new fbb6a60b6dc [llvm-exegesis] Put a newline at the end of each error report.
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-exegesis/lib/PerfHelper.cpp | 4 ++--
1 file changed, 2 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 7fd3d3499a0 [llvm-exegesis] Pull out LLVMTargetMachine to simplify debu [...]
new 2acef23b4c3 [IRCE] Only check for NSW on equality predicates
new 793b714ddcf [AMDGPU] Fix issues for backend divergence tracking
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/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 13 +++++--
.../Scalar/InductiveRangeCheckElimination.cpp | 43 +++++++---------------
test/CodeGen/AMDGPU/diverge-extra-formal-args.ll | 30 +++++++++++++++
test/CodeGen/AMDGPU/diverge-interp-mov-lower.ll | 34 +++++++++++++++++
test/Transforms/IRCE/stride_more_than_1.ll | 24 +++++++++---
6 files changed, 106 insertions(+), 39 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/diverge-extra-formal-args.ll
create mode 100644 test/CodeGen/AMDGPU/diverge-interp-mov-lower.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 32e164b60b0 Add tests for shrink wrapping and VLAs
new 7fd3d3499a0 [llvm-exegesis] Pull out LLVMTargetMachine to simplify debu [...]
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-exegesis/lib/InMemoryAssembler.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.