This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40
in repository llvm.
from 043de30 Merging r294318: -------------------------------------------- [...]
new 4594db5 MachineCopyPropagation: Respect implicit operands of COPY
new ba84ee4 Forgot to add this in r294473
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/MachineCopyPropagation.cpp | 48 ++++++++++++++++++++++------------
test/CodeGen/ARM/machine-copyprop.mir | 22 ++++++++++++++++
2 files changed, 53 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/ARM/machine-copyprop.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 7679180 [Hexagon] Fix decoding conflict between A2_zxtb and A4_ext
new 7d1045f Move inline asm diags tests to an ARM directory.
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/{Assembler => MC/ARM}/inline-asm-diags.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename test/{Assembler => MC/ARM}/inline-asm-diags.ll (74%)
--
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 cf360fe [mips] MUL macro variations
new 7679180 [Hexagon] Fix decoding conflict between A2_zxtb and A4_ext
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/Hexagon/HexagonInstrAlias.td | 2 ++
lib/Target/Hexagon/HexagonInstrInfo.td | 2 +-
2 files changed, 3 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 llvm.
from 87ef7ef Fix inline asm diagnostics test.
new 0fff202 [InstCombine] add local name for repeated calls; NFC
new cf360fe [mips] MUL macro variations
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/Mips/AsmParser/MipsAsmParser.cpp | 136 +++++++++++++++++++++
.../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 5 +-
lib/Target/Mips/Mips64InstrInfo.td | 19 +++
lib/Target/Mips/MipsInstrInfo.td | 22 ++++
lib/Transforms/InstCombine/InstCombineCompares.cpp | 10 +-
5 files changed, 183 insertions(+), 9 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 f48edbb LVI: Add a per-value worklist limit to LazyValueInfo.
new 87ef7ef Fix inline asm diagnostics test.
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/Assembler/inline-asm-diags.ll | 6 +++---
1 file changed, 3 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 clang.
from 7cd8b60 [clang-format] Move OriginalPrefix from base to subclass.
new ce50486 [MS] Fix C++ destructor thunk line info for a declaration
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/CodeGenFunction.cpp | 7 ++++++-
test/CodeGenCXX/debug-info-ms-dtor-thunks.cpp | 14 ++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenCXX/debug-info-ms-dtor-thunks.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 clang-tools-extra.
from c097f38 [clang-tidy] Supresses misc-move-constructor-init warning for [...]
new 2d0a949 [clang-tidy] hasErrorOccurred() -> hasUncompilableErrorOccurred()
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-tidy/misc/DefinitionsInHeadersCheck.cpp | 2 +-
clang-tidy/misc/SuspiciousSemicolonCheck.cpp | 2 +-
test/clang-tidy/misc-suspicious-semicolon-fail.cpp | 18 ++++++++++++++++--
3 files changed, 18 insertions(+), 4 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 c00d342 [ELF] - Added partial support for --emit-relocs (no --gc-sect [...]
new d0320f7 Reverted r294464 "[ELF] - Added partial support for --emit-re [...]
new 3561e97 Recommit r294464 "[ELF] - Added partial support for --emit-re [...]
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:
test/ELF/emit-relocs.s | 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 lld.
from 1c10b80 Revert "Simplify symbol computation for non alloc sections."
new c00d342 [ELF] - Added partial support for --emit-relocs (no --gc-sect [...]
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/Config.h | 2 +
ELF/Driver.cpp | 1 +
ELF/InputFiles.cpp | 7 ++++
ELF/InputSection.cpp | 15 ++++---
ELF/Options.td | 3 ++
ELF/OutputSections.cpp | 2 +-
ELF/Writer.cpp | 4 +-
test/ELF/emit-relocs.s | 108 +++++++++++++++++++++++++++++++++++++++++++++++++
8 files changed, 134 insertions(+), 8 deletions(-)
create mode 100644 test/ELF/emit-relocs.s
--
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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from f33002a start-container-*.sh: Parameters now require option flags.
new c219fac start-container-*.sh: Define CONTAINER_CLEANUP instead of ins [...]
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:
start-container-docker.sh | 4 ++--
start-container-none.sh | 3 ++-
start-container-schroot.sh | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.