This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bc86912 [LoopVersioningLICM] Add test coverage for llvm.loop.licm_ver [...]
new b5898a2 [AArch64] When creating MRS instruction, make sure the destin [...]
new c6ee1a0 [EarlyCSE/CVP] Add stats for CVPs and make sure to account fo [...]
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/AArch64/AArch64InstrInfo.cpp | 3 +--
lib/Transforms/Scalar/EarlyCSE.cpp | 13 +++++++++----
test/CodeGen/AArch64/nzcv-save.ll | 2 +-
3 files changed, 11 insertions(+), 7 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 aa2536d Move getRelocTarget to ObjectFile.
new a1a7b50 Try to fix Windows lld build.
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/MarkLive.cpp | 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 ba41c0f Inline SectionRule::match.
new ff37d93 [ELF] - implemented ternary operator for linkerscript expressions
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/LinkerScript.cpp | 14 ++++++++++
ELF/LinkerScript.h | 1 +
test/ELF/linkerscript-locationcounter.s | 48 +++++++++++++++++++++++++++++++++
3 files changed, 63 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 lldb.
from f7fa71d Update comment in lldb-enumerations.h
new 680d34f Renumber ThreadSanitizer-provided thread IDs to match LLDB th [...]
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:
.../tsan/{thread_leak => thread_numbers}/Makefile | 0
.../tsan/thread_numbers/TestTsanThreadNumbers.py | 67 ++++++++++++++++++++++
.../tsan/{basic => thread_numbers}/main.c | 29 ++++++++--
.../ThreadSanitizer/ThreadSanitizerRuntime.cpp | 64 +++++++++++++++------
4 files changed, 139 insertions(+), 21 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/tsan/{thread_leak => thread_nu [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/tsan/thread_numb [...]
copy packages/Python/lldbsuite/test/functionalities/tsan/{basic => thread_numbers} [...]
--
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 e6c5e9c Update a comment for r267145.
new a6a54fb Inline getInteger as it's too short to be a function. 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/LinkerScript.cpp | 14 ++++----------
1 file changed, 4 insertions(+), 10 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 gcc.
from d637913 [PATCH 2/2] (header usage fix) include c++ headers in system.h
new c052a8d 2016-04-22 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/submodule_14.f08 | 2 +-
gcc/testsuite/gfortran.dg/submodule_15.f08 | 1 +
3 files changed, 7 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 gcc.
from 1701058 * config/m68k/linux-atomic.c: Do not include unistd.h
new c08d461 2016-04-22 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr70740.c | 38 ++++++++++++++++++++++++++++++++++
gcc/tree-ssa-phiprop.c | 8 ++++---
4 files changed, 54 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70740.c
--
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 04d2814 PM: Port DCE to the new pass manager
new 950aa30 [DeadStoreElimination] Shorten beginning of memset overwritte [...]
new e6cf9dc PM: Reorder the functions used for SinkingPass. NFC
new 9d0b7e9 PM: Port SinkingPass to the new pass manager
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/InitializePasses.h | 2 +-
include/llvm/Transforms/Scalar/{DCE.h => Sink.h} | 15 +-
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/DeadStoreElimination.cpp | 97 +++++---
lib/Transforms/Scalar/Scalar.cpp | 2 +-
lib/Transforms/Scalar/Sink.cpp | 245 +++++++++++----------
.../DeadStoreElimination/OverwriteStoreBegin.ll | 90 ++++++++
test/Transforms/Sink/basic.ll | 1 +
test/Transforms/Sink/convergent.ll | 1 -
10 files changed, 302 insertions(+), 153 deletions(-)
copy include/llvm/Transforms/Scalar/{DCE.h => Sink.h} (54%)
create mode 100644 test/Transforms/DeadStoreElimination/OverwriteStoreBegin.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 a9389fc [AArch64][AdvSIMDScalar] Update the kill flags correctly.
new bc86912 [LoopVersioningLICM] Add test coverage for llvm.loop.licm_ver [...]
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/Transforms/LoopVersioningLICM/metadata.ll | 104 +++++++++++++++++++++++++
1 file changed, 104 insertions(+)
create mode 100644 test/Transforms/LoopVersioningLICM/metadata.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 lld.
from 2cbb59b [LTO] Create Undefined Bitcode symbol when we drop a comdat member.
new 3702730 ELF: Move Visibility, IsUsedInRegularObj and MustBeInDynSym f [...]
new 5b29d87 ELF: Implement --export-dynamic-symbol.
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:
ELF/Driver.cpp | 5 ++++-
ELF/LTO.cpp | 4 ++--
ELF/MarkLive.cpp | 11 ++++------
ELF/Options.td | 3 +++
ELF/OutputSections.cpp | 10 ++-------
ELF/SymbolTable.cpp | 53 ++++++++++++++++++++++++++++++++----------------
ELF/Symbols.cpp | 54 ++++++-------------------------------------------
ELF/Symbols.h | 39 ++++++++++++++++++-----------------
ELF/Writer.cpp | 7 +++----
test/ELF/dynamic-list.s | 4 ++++
10 files changed, 85 insertions(+), 105 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.