This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from b9f877e31 [ELF] - ICF: add one more test case.
new 4d711158a [ELF] - ICF: add one more test case #2.
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/ELF/{icf12.s => icf15.s} | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
copy test/ELF/{icf12.s => icf15.s} (56%)
--
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 bb69498c61 Fix compile time warning message for the AArch64 BFD backend [...]
new 1021d1cb12 Add a syntax table to dwarf-mode.el
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:
binutils/ChangeLog | 5 +++++
binutils/dwarf-mode.el | 11 ++++++++++-
2 files changed, 15 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 lld.
from 5a6bc4211 Revert r335460 "[ELF] - ICF: Remove dead code. NFC."
new b9f877e31 [ELF] - ICF: add one more test case.
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/ELF/{icf12.s => icf14.s} | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
copy test/ELF/{icf12.s => icf14.s} (60%)
--
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 14a520d8321 [llvm-exegesis][NFC] Remove unnecessary member variables.
new ce1c8d90ff4 Improve handling of COPY instructions with identical value numbers
new c39bf69d806 SafepointIRVerifier should ignore dead blocks and dead edges
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/RegisterCoalescer.cpp | 154 +++++++++---
lib/IR/SafepointIRVerifier.cpp | 217 ++++++++++++++---
.../AMDGPU/coalescer-extend-pruned-subrange.mir | 116 +++++++++
.../AMDGPU/coalescer-identical-values-undef.mir | 29 +++
...coalescer-subranges-another-copymi-not-live.mir | 133 ++++++++++
.../coalescer-subranges-another-prune-error.mir | 268 +++++++++++++++++++++
.../AMDGPU/coalescer-subregjoin-fullcopy.mir | 177 ++++++++++++++
.../coalescer-with-subregs-bad-identical.mir | 184 ++++++++++++++
.../AMDGPU/coalescing-with-subregs-in-loop-bug.mir | 98 ++++++++
9 files changed, 1320 insertions(+), 56 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/coalescer-extend-pruned-subrange.mir
create mode 100644 test/CodeGen/AMDGPU/coalescer-identical-values-undef.mir
create mode 100644 test/CodeGen/AMDGPU/coalescer-subranges-another-copymi-not-live.mir
create mode 100644 test/CodeGen/AMDGPU/coalescer-subranges-another-prune-error.mir
create mode 100644 test/CodeGen/AMDGPU/coalescer-subregjoin-fullcopy.mir
create mode 100644 test/CodeGen/AMDGPU/coalescer-with-subregs-bad-identical.mir
create mode 100644 test/CodeGen/AMDGPU/coalescing-with-subregs-in-loop-bug.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 zorg.
from 1c80001 Updating clang ci dependency versions to match Green Dragon bots.
new 7b83ba4 Add a couple native arm builders to build armv7 and aarch64 clang.
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 | 51 +++++++++++++++++++++++++++++++
buildbot/osuosl/master/config/slaves.py | 7 +++++
buildbot/osuosl/master/config/status.py | 9 ++++++
zorg/buildbot/builders/ClangBuilder.py | 32 +++++++++++++++++--
4 files changed, 96 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 lld.
from d9892c254 [ELF] - ICF: Remove dead code. NFC.
new 5a6bc4211 Revert r335460 "[ELF] - ICF: Remove dead code. NFC."
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/ICF.cpp | 3 +++
1 file changed, 3 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 llvm.
from 15fac97085c [llvm-exegesis] Generate snippet setup code.
new 4025e96cad4 [llvm-exegesis] Fix warning in r22752: Initialize IsSnippet [...]
new 0c43400bbd5 [IR] avoid -Wdocumentation spew about HTML tags
new 14a520d8321 [llvm-exegesis][NFC] Remove unnecessary member variables.
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:
include/llvm/IR/Instructions.h | 16 ++++++++--------
tools/llvm-exegesis/lib/Assembler.cpp | 2 +-
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 5 ++---
tools/llvm-exegesis/lib/BenchmarkRunner.h | 2 --
tools/llvm-exegesis/lib/Latency.cpp | 8 ++++----
tools/llvm-exegesis/lib/Uops.cpp | 6 +++---
.../tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp | 2 +-
7 files changed, 19 insertions(+), 22 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 openmp.
from 1fdab7f minor: fixed typo in debug print
new 0cf8dce [OPENMP, NVPTX] Fixes for NVPTX RTL
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:
libomptarget/deviceRTLs/nvptx/src/loop.cu | 2 +-
libomptarget/deviceRTLs/nvptx/src/reduction.cu | 12 +++---
libomptarget/deviceRTLs/nvptx/src/sync.cu | 54 ++++++++++++++------------
3 files changed, 36 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 clang.
from 9bbcb03216 [ASTImporter] Add ms compatibility to tests which use the TestBase
new 7f055b7e1a [clang-cl] Don't emit dllexport inline functions etc. from p [...]
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/clang/AST/ExternalASTSource.h | 4 ++
include/clang/Basic/LangOptions.def | 1 +
include/clang/Driver/CC1Options.td | 4 +-
include/clang/Sema/MultiplexExternalSemaSource.h | 2 +
include/clang/Serialization/ASTBitCodes.h | 2 +-
include/clang/Serialization/ASTReader.h | 2 +
include/clang/Serialization/Module.h | 3 +
lib/AST/ASTContext.cpp | 27 +++++++-
lib/Driver/Driver.cpp | 2 +
lib/Driver/ToolChains/Clang.cpp | 4 ++
lib/Frontend/CompilerInvocation.cpp | 1 +
lib/Frontend/FrontendActions.cpp | 8 +--
lib/Sema/MultiplexExternalSemaSource.cpp | 7 ++
lib/Serialization/ASTReader.cpp | 9 ++-
lib/Serialization/ASTWriter.cpp | 15 +++--
test/CodeGen/pch-dllexport.cpp | 84 ++++++++++++++++++++++++
test/Driver/cl-pch.cpp | 6 ++
17 files changed, 168 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/pch-dllexport.cpp
--
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 647fa5f2e68 Revert change 335077 "[InlineSpiller] Fix a crash due to la [...]
new 15fac97085c [llvm-exegesis] Generate snippet setup code.
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/Assembler.cpp | 38 ++++++++--
tools/llvm-exegesis/lib/Assembler.h | 6 +-
tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 67 +++++++++++++++---
tools/llvm-exegesis/lib/BenchmarkRunner.h | 14 ++--
tools/llvm-exegesis/lib/LlvmState.cpp | 1 +
tools/llvm-exegesis/lib/LlvmState.h | 1 +
tools/llvm-exegesis/lib/MCInstrDescView.cpp | 16 ++++-
tools/llvm-exegesis/lib/MCInstrDescView.h | 11 ++-
tools/llvm-exegesis/lib/Target.h | 7 ++
tools/llvm-exegesis/lib/X86/Target.cpp | 82 ++++++++++++++++++++++
.../tools/llvm-exegesis/Common/AssemblerUtils.h | 20 ++++--
.../llvm-exegesis/X86/SnippetGeneratorTest.cpp | 70 ++++++++++++++++++
unittests/tools/llvm-exegesis/X86/TargetTest.cpp | 22 +++++-
13 files changed, 324 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.