This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3fd59c9 [GlobalMerge] Handle non-landingpad EH pads
new d673d6f Typo: nomed struct -> named struct
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/Linker/IRMover.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 088c115 Remove ending "." from an error message.
new edad27f Include ARGV[0] in error messages.
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/Driver.cpp | 1 +
ELF/Error.cpp | 9 +++++----
ELF/Error.h | 1 +
test/ELF/basic.s | 2 +-
test/ELF/copy-rel-corrupted.s | 2 +-
test/ELF/entry.s | 4 ++--
test/ELF/linkerscript/diagnostic.s | 4 ++--
7 files changed, 13 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 dbbe97e 2016-10-19 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 9d7f88a Make std::enable_shared_from_this cope with ambiguity
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:
libstdc++-v3/ChangeLog | 35 +++++++++
libstdc++-v3/include/backward/auto_ptr.h | 2 +-
libstdc++-v3/include/bits/shared_ptr.h | 23 +++---
libstdc++-v3/include/bits/shared_ptr_base.h | 82 ++++++++++------------
.../include/experimental/bits/shared_ptr.h | 69 +++++++++++++-----
.../swap.cc => cons/enable_shared_from_this.cc} | 36 +++++-----
.../memory/shared_ptr/cons/unique_ptr_ctor.cc | 11 ++-
7 files changed, 160 insertions(+), 98 deletions(-)
copy libstdc++-v3/testsuite/experimental/memory/shared_ptr/{modifiers/swap.cc => 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 86fff1f [IndVarSimplify] Teach calculatePostIncRange to take guards i [...]
new 3fd59c9 [GlobalMerge] Handle non-landingpad EH pads
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/GlobalMerge.cpp | 24 +++++++----------
test/CodeGen/ARM/Windows/wineh-basic.ll | 48 +++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/ARM/Windows/wineh-basic.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 f461f21 [LV] Avoid emitting trivially dead instructions
new 86fff1f [IndVarSimplify] Teach calculatePostIncRange to take guards i [...]
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/Scalar/IndVarSimplify.cpp | 28 +++++-
test/Transforms/IndVarSimplify/post-inc-range.ll | 114 +++++++++++++++++++++++
2 files changed, 140 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 db638de [AliasSetTracker] Add support for memcpy and memmove.
new f461f21 [LV] Avoid emitting trivially dead instructions
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 | 45 ++++++++++++++++++++++
test/Transforms/LoopVectorize/dead_instructions.ll | 42 ++++++++++++++++++++
2 files changed, 87 insertions(+)
create mode 100644 test/Transforms/LoopVectorize/dead_instructions.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 gcc.
from 0d05daf * gcc.dg/Walloca-1.c: Adjust test for !lp64 targets. * gcc. [...]
new dbbe97e 2016-10-19 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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 | 4 ++++
gcc/testsuite/gfortran.dg/dtio_17.f90 | 4 ++++
2 files changed, 8 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 6ca75fa [IndVarSimplify] Use control-dependent range information to p [...]
new db638de [AliasSetTracker] Add support for memcpy and memmove.
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/llvm/Analysis/AliasSetTracker.h | 1 +
lib/Analysis/AliasSetTracker.cpp | 24 ++++++-
test/Analysis/AliasSet/memtransfer.ll | 114 ++++++++++++++++++++++++++++++++
3 files changed, 138 insertions(+), 1 deletion(-)
create mode 100644 test/Analysis/AliasSet/memtransfer.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 6d823ec [AliasSetTracker] Return void for add() functions. NFC.
new 6ca75fa [IndVarSimplify] Use control-dependent range information to 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:
lib/Transforms/Scalar/IndVarSimplify.cpp | 150 ++++++++++++++++++-
test/Transforms/IndVarSimplify/post-inc-range.ll | 175 +++++++++++++++++++++++
2 files changed, 323 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/IndVarSimplify/post-inc-range.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 8ddbe89 Add a macro for prefetching data.
new 0ca2107 [InstSimplify] move one and add more tests for potential nega [...]
new 6d823ec [AliasSetTracker] Return void for add() functions. NFC.
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/Analysis/AliasSetTracker.h | 19 +++++----
lib/Analysis/AliasSetTracker.cpp | 66 ++++++++++++--------------------
test/Transforms/InstSimplify/AndOrXor.ll | 9 -----
test/Transforms/InstSimplify/negate.ll | 63 ++++++++++++++++++++++++++++++
4 files changed, 96 insertions(+), 61 deletions(-)
create mode 100644 test/Transforms/InstSimplify/negate.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.