This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2c7d98a PR c++/80043 - ICE with -fpermissive
new 44cafa9 2017-03-15 Vladimir Makarov <vmakarov(a)redhat.com>
new 87da099 Implement LWG 2857, {variant,optional,any}::emplace should re [...]
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 | 6 ++++++
gcc/lra-constraints.c | 9 +++++++++
libstdc++-v3/ChangeLog | 20 +++++++++++++++++++
libstdc++-v3/include/std/any | 10 ++++++++--
libstdc++-v3/include/std/optional | 6 ++++--
libstdc++-v3/include/std/variant | 23 ++++++++++++++++------
.../testsuite/20_util/any/assign/emplace.cc | 4 ++++
.../testsuite/20_util/any/misc/any_cast_neg.cc | 2 +-
.../testsuite/20_util/optional/assignment/6.cc | 5 +++++
libstdc++-v3/testsuite/20_util/variant/run.cc | 9 +++++++++
10 files changed, 83 insertions(+), 11 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 867844f [StackColoring] Remove unused header file for post-order trav [...]
new 733a6d0 Removed unnecessary semicolon. NFCI.
new 2edabde Support: Simplify the CachePruning API. NFCI.
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/LTO/legacy/ThinLTOCodeGenerator.h | 17 +++++---
include/llvm/Support/CachePruning.h | 58 ++++++++------------------
lib/LTO/ThinLTOCodeGenerator.cpp | 6 +--
lib/Support/CachePruning.cpp | 22 ++++++----
utils/TableGen/GlobalISelEmitter.cpp | 2 +-
5 files changed, 45 insertions(+), 60 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 365e172 CodeGenPrepare: Sink addressing modes for atomics
new 867844f [StackColoring] Remove unused header file for post-order trav [...]
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/CodeGen/StackColoring.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 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 clang.
from 81c0513 fix build break by removing the target on command line
new d3eef3e Remove repeated code (PR32250). NFCI.
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/StaticAnalyzer/Checkers/IteratorPastEndChecker.cpp | 2 --
1 file changed, 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 ce6292c [llvm-pdbdump] Add support for diffing the String Table.
new 862a3a8 Try to fix build break due to template argument deduction.
new 365e172 CodeGenPrepare: Sink addressing modes for atomics
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:
lib/CodeGen/CodeGenPrepare.cpp | 31 ++++++++++-
test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 83 ++++++++++++++++++++++++++++-
tools/llvm-pdbdump/Diff.cpp | 13 ++---
3 files changed, 119 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 2258207 Fix up grammar in a comment.
new bbf9606 [pdb] Write the module info and symbol record streams.
new ce6292c [llvm-pdbdump] Add support for diffing the String Table.
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:
.../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 17 +--
include/llvm/DebugInfo/PDB/Native/ModInfoBuilder.h | 74 ++++++++++
include/llvm/DebugInfo/PDB/Native/RawError.h | 1 +
include/llvm/DebugInfo/PDB/Native/StringTable.h | 9 +-
include/llvm/Support/BinaryStreamWriter.h | 1 +
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 111 ++++++---------
lib/DebugInfo/PDB/Native/ModInfoBuilder.cpp | 136 ++++++++++++++++++
lib/DebugInfo/PDB/Native/RawError.cpp | 2 +
lib/DebugInfo/PDB/Native/StringTable.cpp | 13 +-
lib/Support/BinaryStreamWriter.cpp | 9 ++
test/DebugInfo/PDB/Inputs/one-symbol.yaml | 11 ++
test/DebugInfo/PDB/pdb-minimal-construct.test | 11 ++
test/DebugInfo/PDB/pdbdump-yaml-types.test | 4 -
tools/llvm-pdbdump/Diff.cpp | 152 ++++++++++++++++++---
tools/llvm-pdbdump/PdbYaml.cpp | 51 +++----
tools/llvm-pdbdump/PdbYaml.h | 28 ++--
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 4 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 88 ++++++------
tools/llvm-pdbdump/llvm-pdbdump.h | 1 +
20 files changed, 545 insertions(+), 179 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Native/ModInfoBuilder.h
create mode 100644 lib/DebugInfo/PDB/Native/ModInfoBuilder.cpp
create mode 100644 test/DebugInfo/PDB/Inputs/one-symbol.yaml
create mode 100644 test/DebugInfo/PDB/pdb-minimal-construct.test
--
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 60a0f27 [ELF] - Linkerscript: make Dot public and remove getDot(). NFC.
new 56bfda6 [pdb] Write the module info and symbol record streams.
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/PDB.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 newlib.
from 778f439 Add release message for commit 973f766f6
new 6e3a203 rtems/crt0.c: getentropy() stub did not return a value.
new 33c7b2b libc/string/strsignal.c: Use of || not && lead to dead code.
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:
newlib/libc/string/strsignal.c | 6 ++----
newlib/libc/sys/rtems/crt0.c | 2 +-
2 files changed, 3 insertions(+), 5 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 670b422 [PGO] Value profile for size of memory intrinsic calls
new 2258207 Fix up grammar in a 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:
lib/CodeGen/MachineCombiner.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 glibc.
from 5d20a49 hppa: Fix setting of __libc_stack_end
new e4e52ff Improve float range reduction accuracy near pi/2 (bug 21094).
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 | 9 ++
math/auto-libm-test-in | 4 +
math/auto-libm-test-out-cos | 290 +++++++++++++++++++++++++++++++++++
math/auto-libm-test-out-tan | 290 +++++++++++++++++++++++++++++++++++
sysdeps/ieee754/flt-32/e_rem_pio2f.c | 4 +-
5 files changed, 595 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.