This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cb6ec33 [c++1z] Two more features have been accepted.
new af0fec2 [c++1z] std::byte didn't make it
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:
www/cxx_status.html | 7 -------
1 file changed, 7 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 users/palves/interrupt-while-step-over-v1
in repository binutils-gdb.
at 3bcc59a Fix PR18360 - internal error when using "interrupt -a"
No new revisions were added by this update.
--
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 users/palves/interrupt-while-step-over
in repository binutils-gdb.
omits 3bcc59a Fix PR18360 - internal error when using "interrupt -a"
new 749a928 Fix PR18360 - internal error when using "interrupt -a"
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3bcc59a)
\
N -- N -- N refs/heads/users/palves/interrupt-while-step-over (749a928)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/infrun.c | 49 ++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 48 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 lld.
from 8bc9ade Add missing REQUIRES.
new 55ea662 Emit Section Contributions.
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:
COFF/Chunks.cpp | 2 +-
COFF/Chunks.h | 3 ++-
COFF/PDB.cpp | 25 ++++++++++++++++++++-
COFF/PDB.h | 5 ++++-
COFF/Writer.cpp | 2 +-
test/COFF/pdb.test | 64 ++++++++++++++++++++++++++++++++++++++++++++++++------
6 files changed, 89 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 gcc.
from d16addb PR c++/71225 * g++.dg/cpp0x/pr71225.C: New test.
new 454decd Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from ba762e2 * fr.po: Update.
new d30aa67 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from c165cb1 * config/i386/i386.md (*<shift_insn><mode>3_doubleword): Mar [...]
new 7c76ab8 Daily bump.
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/DATESTAMP | 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 llvm.
from cccd305 Define DbiStreamBuilder::addSectionContribs.
new 97dac2b [Support] Introduce llvm::formatv() function.
new 005ec66 Fix -Werror build with clang-cl.
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/ProgrammersManual.rst | 130 +++++++
include/llvm/ADT/STLExtras.h | 17 +
include/llvm/Support/FormatAdapters.h | 92 +++++
include/llvm/Support/FormatCommon.h | 69 ++++
include/llvm/Support/FormatProviders.h | 411 ++++++++++++++++++++
include/llvm/Support/FormatVariadic.h | 246 ++++++++++++
include/llvm/Support/FormatVariadicDetails.h | 149 ++++++++
include/llvm/Support/NativeFormatting.h | 19 +-
include/llvm/Support/YAMLTraits.h | 5 +-
include/llvm/Support/raw_ostream.h | 4 +
lib/IR/AsmWriter.cpp | 2 +-
lib/Support/CMakeLists.txt | 1 +
lib/Support/FormatVariadic.cpp | 156 ++++++++
lib/Support/NativeFormatting.cpp | 67 ++--
lib/Support/raw_ostream.cpp | 17 +-
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/FormatVariadicTest.cpp | 538 +++++++++++++++++++++++++++
unittests/Support/NativeFormatTests.cpp | 2 +-
18 files changed, 1886 insertions(+), 40 deletions(-)
create mode 100644 include/llvm/Support/FormatAdapters.h
create mode 100644 include/llvm/Support/FormatCommon.h
create mode 100644 include/llvm/Support/FormatProviders.h
create mode 100644 include/llvm/Support/FormatVariadic.h
create mode 100644 include/llvm/Support/FormatVariadicDetails.h
create mode 100644 lib/Support/FormatVariadic.cpp
create mode 100644 unittests/Support/FormatVariadicTest.cpp
--
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 0e0e98c [index] Rename SymbolSubKind -> SymbolProperty, NFC.
new cb6ec33 [c++1z] Two more features have been accepted.
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:
www/cxx_status.html | 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 binutils-gdb.
from 7d15592 Don't handle unavailable/optimized-out in spu_software_single_step
new 8a19d84 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.