This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from bcef974 Updated notes about issues; marked 2062, 2223, 2394, 2460 and [...]
new bf1f79c [libcxx] Add support for Fuchsia
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/__config | 4 ++++
src/include/config_elast.h | 2 ++
2 files changed, 6 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 gcc.
from 41b5b58 2016-10-10 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new e42db30 Update docs on libstdc++ source-code layout
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 | 5 +
libstdc++-v3/doc/html/index.html | 2 +-
libstdc++-v3/doc/html/manual/bugs.html | 4 +
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/html/manual/intro.html | 2 +-
.../doc/html/manual/source_organization.html | 73 +++++----
libstdc++-v3/doc/html/manual/status.html | 164 ++++++++++++++++++---
.../doc/xml/manual/appendix_contributing.xml | 73 +++++----
8 files changed, 238 insertions(+), 87 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 7f555a8 Use noexcept instead of _GLIBCXX_USE_NOEXCEPT
new 1b5308b Correct C++11 implementation status docs
new 41b5b58 2016-10-10 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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:
gcc/ChangeLog | 10 ++++++++++
gcc/gimple-ssa-strength-reduction.c | 11 +++++++----
libstdc++-v3/ChangeLog | 2 ++
libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 14 +++++---------
4 files changed, 24 insertions(+), 13 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 1f0d566 compiler: prune away gcc-specific linemap usage
new 7f555a8 Use noexcept instead of _GLIBCXX_USE_NOEXCEPT
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 | 3 +++
libstdc++-v3/libsupc++/eh_ptr.cc | 42 ++++++++++++++++------------------------
2 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 6088c54 Remove trailing whitespace.
new 1884c59 [LTO/Thin] Make the number of threads to run in the BE configurable.
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/LTO.cpp | 4 +++-
test/ELF/lto/Inputs/{archive-2.ll => thinlto.ll} | 3 ++-
test/ELF/lto/thinlto.ll | 29 ++++++++++++++++++++++++
3 files changed, 34 insertions(+), 2 deletions(-)
copy test/ELF/lto/Inputs/{archive-2.ll => thinlto.ll} (81%)
create mode 100644 test/ELF/lto/thinlto.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 clang.
from ed407c4 [Examples] Fix use of sema.LateParsedTemplateMap in clang/examples.
new 7f9e8b9 Implement __emul, __emulu, _mul128 and _umul128 MS intrinsics
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/clang/Basic/BuiltinsX86.def | 3 ++
include/clang/Basic/BuiltinsX86_64.def | 2 +
lib/CodeGen/CGBuiltin.cpp | 29 +++++++++----
lib/Headers/intrin.h | 38 +++++------------
test/CodeGen/ms-intrinsics.c | 26 ------------
test/CodeGen/ms-x86-intrinsics.c | 74 ++++++++++++++++++++++++++++++++++
6 files changed, 110 insertions(+), 62 deletions(-)
create mode 100644 test/CodeGen/ms-x86-intrinsics.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 e22779b [ELF] Don't emit empty PT_LOAD segment
new 6088c54 Remove trailing whitespace.
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 | 2 +-
test/ELF/invalid/section-alignment2.s | 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 llvm.
from f52f4a4 [ADT] Attempt to fix MSVC 2015 ICE via judicious addition of [...]
new 4970f01 Teach llvm::StripDebugInfo() about global variable !dbg attac [...]
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/IR/DebugInfo.cpp | 9 +++++++++
test/Bitcode/dityperefs-3.8.ll | 28 +++++++++++++++-------------
test/DebugInfo/strip-DIGlobalVariable.ll | 15 +++++++++++++++
test/Transforms/GlobalMerge/debug-info.ll | 4 +++-
4 files changed, 42 insertions(+), 14 deletions(-)
create mode 100644 test/DebugInfo/strip-DIGlobalVariable.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 132ed07 runtime: copy channel code from Go 1.7 runtime
new 1f0d566 compiler: prune away gcc-specific linemap usage
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/go/ChangeLog | 4 ++++
gcc/go/go-linemap.cc | 10 ++++++++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 2 +-
gcc/go/gofrontend/go-linemap.h | 12 ++++++++++++
5 files changed, 28 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 bd90bcc Add llvm::apply to STLExtras.
new c02fe89 Update documentation after r283671 ("Turn cl::values() (for e [...]
new f52f4a4 [ADT] Attempt to fix MSVC 2015 ICE via judicious addition of [...]
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:
docs/CommandLine.rst | 12 +++++-------
include/llvm/ADT/iterator.h | 12 ++++++++----
2 files changed, 13 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.