This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 286cd22 Add missing headers after header cleanup in r275882.
new 6427994 Ignore clang-module-cache directories that may be created 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:
.gitignore | 2 ++
1 file changed, 2 insertions(+)
--
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-tools-extra.
from 8ed3125 Unbreak extra tools build post r275882.
new c4966ed clang-rename: fix referenced variable in vim-script
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:
clang-rename/tool/clang-rename.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 dj/malloc
in repository glibc.
from f9a7d78 Enhance the tracer with new data and fixes.
new 25cfec5 Change trace_run from mmap to read
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:
malloc/trace_run.c | 172 +++++++++++++++++++++++++++++++++++++----------------
1 file changed, 121 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 9906b88 [MemorySSA] Update to the new shiny walker.
new b120dcd [X86] Remove superfluous parameter from a multiclass. All ins [...]
new c61cf90 [AVX512] Give priority to EVEX encoded PSHUFB over the VEX versions.
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/Target/X86/X86InstrSSE.td | 39 +++++++++++++++++++------------
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 4 ++--
2 files changed, 26 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 d91d378 Retry: [llvm-profdata] Speed up merging by using a thread pool
new dbee0bf [X86] Rename VINSERTzrr to use a capital Z to match other ins [...]
new 9906b88 [MemorySSA] Update to the new shiny walker.
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/MemorySSA.h | 6 +
lib/Target/X86/InstPrinter/X86InstComments.cpp | 4 +-
lib/Target/X86/X86InstrAVX512.td | 4 +-
lib/Transforms/Utils/MemorySSA.cpp | 1137 +++++++++++++++------
test/Transforms/Util/MemorySSA/cyclicphi.ll | 3 +-
test/Transforms/Util/MemorySSA/phi-translation.ll | 3 +-
6 files changed, 842 insertions(+), 315 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 40a2c52 Revert "[llvm-profdata] Speed up merging by using a thread pool"
new d91d378 Retry: [llvm-profdata] Speed up merging by using a thread pool
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:
docs/CommandGuide/llvm-profdata.rst | 5 +
include/llvm/ProfileData/InstrProfWriter.h | 2 +
lib/ProfileData/InstrProfWriter.cpp | 8 ++
test/tools/llvm-profdata/multiple-inputs.test | 40 ++++++++
tools/llvm-profdata/llvm-profdata.cpp | 140 +++++++++++++++++++++-----
unittests/ProfileData/InstrProfTest.cpp | 25 +++++
6 files changed, 197 insertions(+), 23 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 92a8d60 Recommit the patch "Use uniforms set to populate VecValuesToIgnore".
new 40a2c52 Revert "[llvm-profdata] Speed up merging by using a thread pool"
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:
docs/CommandGuide/llvm-profdata.rst | 5 -
include/llvm/ProfileData/InstrProfWriter.h | 2 -
lib/ProfileData/InstrProfWriter.cpp | 8 --
test/tools/llvm-profdata/multiple-inputs.test | 40 --------
tools/llvm-profdata/llvm-profdata.cpp | 138 +++++---------------------
unittests/ProfileData/InstrProfTest.cpp | 25 -----
6 files changed, 23 insertions(+), 195 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 530f0c2 AMDGPU/SI: Fix SI scheduler refcount issue
new 92a8d60 Recommit the patch "Use uniforms set to populate VecValuesToIgnore".
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 | 89 ++++++++++------------
.../LoopVectorize/PowerPC/vsx-tsvc-s173.ll | 2 +-
test/Transforms/LoopVectorize/X86/avx512.ll | 2 +-
test/Transforms/LoopVectorize/X86/reg-usage.ll | 76 +++++++++++++++++-
test/Transforms/LoopVectorize/global_alias.ll | 6 +-
test/Transforms/LoopVectorize/reverse_induction.ll | 27 +++++--
6 files changed, 136 insertions(+), 66 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 5a04b09 [Kaleidoscope][BuildingAJIT] More work on the text for Chapter 3.
new 4cead0b AMDGPU: Expand register indexing pseudos in custom inserter
new 530f0c2 AMDGPU/SI: Fix SI scheduler refcount issue
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:
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 5 +
lib/Target/AMDGPU/SIISelLowering.cpp | 331 ++++++++++++++++++++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 51 ++++
lib/Target/AMDGPU/SIInstrInfo.td | 35 +++
lib/Target/AMDGPU/SIInstructions.td | 26 +-
lib/Target/AMDGPU/SILowerControlFlow.cpp | 286 ------------------
lib/Target/AMDGPU/SIMachineScheduler.cpp | 3 +
lib/Target/AMDGPU/SIRegisterInfo.td | 11 +
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 6 +-
test/CodeGen/AMDGPU/indirect-addressing-si.ll | 178 +++++++----
test/CodeGen/AMDGPU/indirect-addressing-undef.mir | 327 --------------------
test/CodeGen/AMDGPU/insert_vector_elt.ll | 37 ++-
12 files changed, 584 insertions(+), 712 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/indirect-addressing-undef.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 2d37e25 TableGen: Allow custom register operand decoder method
new aaf3f19 [LoopReroll] Reroll loops with unordered atomic memory accesses
new 5a04b09 [Kaleidoscope][BuildingAJIT] More work on the text for Chapter 3.
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:
docs/tutorial/BuildingAJIT3.rst | 79 +++++++++++--------
lib/Transforms/Scalar/LoopRerollPass.cpp | 14 ++--
test/Transforms/LoopReroll/basic.ll | 131 +++++++++++++++++++++++++++++++
3 files changed, 184 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.