This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fc08a45 Fix typo in ChangeLog.
new 99c372f * config/alpha/predicates.md: Adjust fall through comment.
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 | 1 +
gcc/config/alpha/predicates.md | 2 +-
2 files changed, 2 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 dc91c2f [AMDGPU] Do not run scalar optimization passes at "-O0"
new 07f122b [AMDGPU] Ask subtarget if waitcnt instruction is needed befor [...]
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/AMDGPU/AMDGPUSubtarget.h | 6 ++++++
lib/Target/AMDGPU/SIInsertWaits.cpp | 5 +++--
2 files changed, 9 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 04c171a CVP. Turn marking adds as no wrap on by default (was turned o [...]
new dc91c2f [AMDGPU] Do not run scalar optimization passes at "-O0"
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/AMDGPU/AMDGPUTargetMachine.cpp | 4 ++--
1 file 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 0f2095b 2016-09-30 Andrew Haley <aph(a)redhat.com>
new 82c66c3 2016-09-30 Tadek Kijkowski <tkijkowski(a)gmail.com>
new f495184 2016-09-30 Andrew Haley <aph(a)redhat.com>
new fc08a45 Fix typo in ChangeLog.
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:
ChangeLog | 6 +++
MAINTAINERS | 4 --
fixincludes/ChangeLog | 8 +++
fixincludes/check.tpl | 5 ++
fixincludes/fixfixes.c | 3 +-
fixincludes/fixincl.c | 67 +++++++++++++++++++++---
fixincludes/fixlib.c | 138 +++++++++++++++++++++++++++++++++++++++++++++++++
fixincludes/fixlib.h | 15 ++++++
8 files changed, 234 insertions(+), 12 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 f216a86 Resubmit "Add llvm::enumerate() to STLExtras."
new 04c171a CVP. Turn marking adds as no wrap on by default (was turned o [...]
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/CorrelatedValuePropagation.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 lldb.
from ea5cf05 Skip TestRuntimeIvars on i386; the Objective-C V1 runtime doe [...]
new 5b005c0 Add namespace qualifiers for UTF functions that just moved.
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:
source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp | 2 +-
source/Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.cpp | 10 +++++-----
2 files changed, 6 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 lldb.
from 252a7bd Again fixing windows build breakage like in rL282862
new ea5cf05 Skip TestRuntimeIvars on i386; the Objective-C V1 runtime doe [...]
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:
.../lldbsuite/test/lang/objc/objc-runtime-ivars/TestRuntimeIvars.py | 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 glibc.
from f280fa6 Use __builtin_fma more in dbl-64 code.
new 645f97c libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)
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:
ChangeLog | 20 +++
libio/Makefile | 4 +-
libio/memstream.c | 2 -
libio/strops.c | 81 ++++++----
libio/tst-memstream3.c | 165 +++++++++++++++++++++
.../tst-wcstod-round.c => libio/tst-wmemstream3.c | 33 +++--
libio/wmemstream.c | 2 -
libio/wstrops.c | 89 +++++++----
manual/examples/memstrm.c | 4 +-
9 files changed, 327 insertions(+), 73 deletions(-)
create mode 100644 libio/tst-memstream3.c
copy wcsmbs/tst-wcstod-round.c => libio/tst-wmemstream3.c (55%)
--
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 0dad6de runtime: copy internal locking code from Go 1.7 runtime
new 9e441fc Implement LWG 2192 and LWG 2294 for std::abs
new 657f284 2016-09-05 Andrew Haley <aph(a)redhat.com>
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:
Makefile.def | 13 -
Makefile.in | 503 ---------------------
Makefile.tpl | 2 -
configure | 244 ----------
configure.ac | 237 ----------
libstdc++-v3/ChangeLog | 16 +
libstdc++-v3/doc/html/manual/bugs.html | 4 +
libstdc++-v3/doc/xml/manual/intro.xml | 7 +
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/std_abs.h | 107 +++++
libstdc++-v3/include/c_global/cmath | 25 +-
libstdc++-v3/include/c_global/cstdlib | 28 +-
.../headers/cmath/dr2192.cc} | 38 +-
.../headers/cmath/dr2192_neg.cc} | 29 +-
.../headers/cstdlib/dr2192.cc} | 37 +-
.../headers/cstdlib/dr2192_neg.cc} | 15 +-
17 files changed, 184 insertions(+), 1123 deletions(-)
create mode 100644 libstdc++-v3/include/bits/std_abs.h
copy libstdc++-v3/testsuite/{special_functions/07_cyl_bessel_i/compile.cc => 26_nu [...]
copy libstdc++-v3/testsuite/{special_functions/14_expint/compile.cc => 26_numerics [...]
copy libstdc++-v3/testsuite/{20_util/scoped_allocator/69114.cc => 26_numerics/head [...]
copy libstdc++-v3/testsuite/{20_util/is_callable/requirements/explicit_instantiati [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.