This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 953b9ee 2016-09-10 Paul Thomas <pault(a)gcc.gnu.org> Steven G. K [...]
new 971f2b7 Fix typo in log.
new c78b1f6 Fix typo in log.
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:
gcc/fortran/ChangeLog | 2 +-
gcc/testsuite/ChangeLog | 2 +-
2 files changed, 2 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 gcc.
from 1aef7c3 2016-09-10 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 953b9ee 2016-09-10 Paul Thomas <pault(a)gcc.gnu.org> Steven G. K [...]
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/fortran/ChangeLog | 8 +++++++
gcc/fortran/interface.c | 18 ++++++++++------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/dtio_11.f90 | 39 +++++++++++++++++++++++++++++++++++
4 files changed, 65 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_11.f90
--
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 10c97f0 It should also be legal to pass a swifterror parameter to a c [...]
new d9a1d02 MCInstrDesc: Flags (uint64_t) was checked using (1 << MCID::X [...]
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/MC/MCInstrDesc.h | 64 +++++++++++++++++++++----------------------
1 file changed, 32 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 lld.
from 3345d47 [ELF] Fix memory leak in BinaryFile handling.
new 81b1b8c [MachO] Remove code accidentally cut'n'pasted 3 times.
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/ReaderWriter/MachO/DebugInfo.h | 204 -------------------------------------
1 file changed, 204 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 binutils-gdb.
from 855dde8 Automatic date update in version.in
new cc3c284 Use target_sim_options for sim target.
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/lib/mi-support.exp | 3 ++-
2 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 llvm.
from a8edd76 [llvm-cov] Move the 'jump to first unexecuted line' link
new 10c97f0 It should also be legal to pass a swifterror parameter to a c [...]
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/LangRef.rst | 9 +++---
lib/IR/Verifier.cpp | 13 +++++---
test/CodeGen/X86/swifterror.ll | 68 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 82 insertions(+), 8 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 17648b3 InstCombine: Don't combine loads/stores from swifterror to a [...]
new ce19c1c [llvm-cov] Minor visual tweaks for html reports
new a8edd76 [llvm-cov] Move the 'jump to first unexecuted line' link
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/tools/llvm-cov/native_separators.c | 10 +--
test/tools/llvm-cov/showLineExecutionCounts.cpp | 8 +-
test/tools/llvm-cov/showProjectSummary.cpp | 24 +++---
test/tools/llvm-cov/style.test | 1 +
tools/llvm-cov/SourceCoverageView.cpp | 13 ++-
tools/llvm-cov/SourceCoverageView.h | 8 +-
tools/llvm-cov/SourceCoverageViewHTML.cpp | 104 ++++++++----------------
tools/llvm-cov/SourceCoverageViewHTML.h | 6 +-
tools/llvm-cov/SourceCoverageViewText.cpp | 6 +-
tools/llvm-cov/SourceCoverageViewText.h | 6 +-
10 files changed, 71 insertions(+), 115 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 2b4de80 ADT: Move ilist_node_access to ilist_detail::NodeAccess...
new df708a5 Add an isSwiftError predicate to Value
new 17648b3 InstCombine: Don't combine loads/stores from swifterror to a [...]
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/IR/Value.h | 6 ++++++
lib/IR/Value.cpp | 10 ++++++++++
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 8 ++++++++
test/Transforms/InstCombine/bitcast-store.ll | 15 +++++++++++++++
test/Transforms/InstCombine/load.ll | 18 ++++++++++++++++++
5 files changed, 57 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 631d14e ADT: Use typedefs for ilist_base and ilist_node_base, NFC
new 2b4de80 ADT: Move ilist_node_access to ilist_detail::NodeAccess...
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/ADT/ilist_iterator.h | 39 ++++++++++++++++++-------------------
include/llvm/ADT/ilist_node.h | 32 +++++++++++++++++++++++++++---
include/llvm/ADT/simple_ilist.h | 3 ++-
unittests/ADT/IListSentinelTest.cpp | 13 +++++++++----
unittests/ADT/IListTest.cpp | 2 +-
5 files changed, 60 insertions(+), 29 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 e117e50 [InstCombine] clean up foldICmpBinOpEqualityWithConstant / fo [...]
new 631d14e ADT: Use typedefs for ilist_base and ilist_node_base, 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:
include/llvm/ADT/ilist_base.h | 26 ++++++++++----------
include/llvm/ADT/simple_ilist.h | 11 +++++----
unittests/ADT/IListBaseTest.cpp | 53 ++++++++++++++++++++++-------------------
3 files changed, 48 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.