This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 401fe0b Daily bump.
new ab056ef 2016-10-20 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.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/ChangeLog | 5 +++++
gcc/match.pd | 6 ++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/pr53979-1.c | 9 +++++++++
gcc/testsuite/gcc.dg/pr53979-2.c | 11 +++++++++++
5 files changed, 37 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr53979-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr53979-2.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 lld.
from 4f20a74 Rename variables so that they are more in line with rest of t [...]
new 2813e62 Add a helper function to define symbols.
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/ELFCreator.cpp | 12 ++++++------
ELF/ELFCreator.h | 9 +++------
ELF/InputFiles.cpp | 32 ++++++++++++++------------------
ELF/InputFiles.h | 2 --
4 files changed, 23 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 84e1bb6 Update document.
new 4f20a74 Rename variables so that they are more in line with rest of t [...]
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/ELFCreator.cpp | 23 +++++++++--------------
ELF/ELFCreator.h | 8 ++++----
ELF/InputFiles.cpp | 14 +++++++-------
3 files changed, 20 insertions(+), 25 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 55fc89a Format. NFC.
new 84e1bb6 Update document.
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/NewLLD.rst | 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 lld.
from 27b673a Remove Config::Binary.
new 55fc89a Format. 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/Driver.cpp | 19 +++++++------------
ELF/InputSection.h | 7 +------
2 files changed, 8 insertions(+), 18 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 8943f9a Remove an optional parameter from LinkerDriver::addFile to simplify.
new 27b673a Remove Config::Binary.
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 | 1 -
ELF/Driver.cpp | 4 ++--
ELF/Driver.h | 3 +++
3 files changed, 5 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 bdfbc68 Split LinkerDriver::createFiles. NFC.
new 8943f9a Remove an optional parameter from LinkerDriver::addFile to simplify.
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 | 12 +++++++-----
ELF/Driver.h | 2 +-
2 files changed, 8 insertions(+), 6 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 ef7e009 Simplify. NFC.
new d5811d3 Fix error message for unknown -format argument.
new bdfbc68 Split LinkerDriver::createFiles. 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:
ELF/Driver.cpp | 32 ++++++++++++++++++--------------
ELF/Driver.h | 1 +
test/ELF/format-binary.test | 4 ++++
3 files changed, 23 insertions(+), 14 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 41b2b3b Remove std:: from std::size_t.
new ef7e009 Simplify. 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/Driver.cpp | 24 ++++++++++++++----------
1 file changed, 14 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 libcxx.
from 4414a6a Implement constexpr support for reverse_iterator. Reviewed as [...]
new 6d36efa Attempt to workaround XPASS for aligned allocation tests
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:
.../new.delete/new.delete.array/new_align_val_t.pass.cpp | 3 ++-
.../new.delete/new.delete.array/new_align_val_t_nothrow.pass.cpp | 3 ++-
.../new.delete/new.delete.single/new_align_val_t.pass.cpp | 3 ++-
.../new.delete/new.delete.single/new_align_val_t_nothrow.pass.cpp | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.