This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 56257d4 Mark two of the TS implementations as 'in progress'
new e70e03c Adjust msvc_stdlib_force_include.hpp to handle clang++
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 +-
test/libcxx/test/config.py | 7 +-
test/support/msvc_stdlib_force_include.hpp | 157 ++++++++++++++---------------
3 files changed, 84 insertions(+), 84 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 release_40
in repository libcxx.
from 39c3625 Merge R292276: Fix std::string assignment ambiguity from brac [...]
new e428da6 Merging r292091: -------------------------------------------- [...]
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/array | 14 +++++++-----
test/std/containers/sequences/array/at.pass.cpp | 15 +++++++++++++
.../containers/sequences/array/front_back.pass.cpp | 26 +++++++++++++++++++---
.../containers/sequences/array/indexing.pass.cpp | 15 +++++++++++++
4 files changed, 62 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 9051375 Revert r292530 since it breaks buildbots.
new 1efbd52 [pdb] Add HashTable data structure.
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/llvm/DebugInfo/PDB/Raw/HashTable.h | 102 ++++++++
include/llvm/DebugInfo/PDB/Raw/NameMapBuilder.h | 9 +-
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Raw/HashTable.cpp | 294 ++++++++++++++++++++++++
lib/DebugInfo/PDB/Raw/NameMap.cpp | 124 ++--------
lib/DebugInfo/PDB/Raw/NameMapBuilder.cpp | 82 ++-----
unittests/DebugInfo/PDB/CMakeLists.txt | 1 +
unittests/DebugInfo/PDB/HashTableTest.cpp | 167 ++++++++++++++
8 files changed, 606 insertions(+), 174 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/HashTable.h
create mode 100644 lib/DebugInfo/PDB/Raw/HashTable.cpp
create mode 100644 unittests/DebugInfo/PDB/HashTableTest.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 llvm.
from dc38a32 LTO: Flush the resolution file after writing to it.
new 3d22724 clang-format SampleProfile.cpp (NFC)
new 9051375 Revert r292530 since it breaks buildbots.
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/Transforms/IPO/SampleProfile.cpp | 10 +-
test/Other/new-pass-manager.ll | 83 +++++++++++++++++
test/Other/new-pm-defaults.ll | 176 -----------------------------------
3 files changed, 87 insertions(+), 182 deletions(-)
delete mode 100644 test/Other/new-pm-defaults.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 d7b8d6b Fix typo in recent doc updates
new cde6284 [RS6000] PR79144, cmpstrnsi optimization breaks glibc
new b68cb29 [RS6000] Don't expand strcmp and strncmp inline when -Os
new 4833bfe PR64903 fix number of predicate tests in std::is_partitioned
new a8022fa [gcc] 2017-01-19 Michael Meissner <meissner(a)linux.vnet.ibm.com>
The 4 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 | 18 ++++++++++++++
gcc/config/rs6000/rs6000-cpus.def | 5 ++--
gcc/config/rs6000/rs6000.c | 28 ++++++++++++++--------
gcc/config/rs6000/rs6000.md | 6 +++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.target/powerpc/float128-hw.c | 4 ++--
libstdc++-v3/ChangeLog | 5 ++++
libstdc++-v3/include/bits/stl_algo.h | 3 +++
.../{make_heap/movable.cc => is_partitioned/2.cc} | 21 ++++++++++------
9 files changed, 74 insertions(+), 21 deletions(-)
copy libstdc++-v3/testsuite/25_algorithms/{make_heap/movable.cc => is_partitioned/ [...]
--
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 2037eb7 [SCCP] Teach the pass how to handle `div` with overdefined operands.
new dc38a32 LTO: Flush the resolution file after writing to 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:
lib/LTO/LTO.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 aaribaud/y2038
in repository glibc.
from ee7ed5c WIP: Y2038: support 64-bit clock_gettime and clock_settime
new fb6d328 Fix wrong ifdef SYSDEP_GETTIME in __clock_gettime64
new 7454c97 Support 64-bit syscalls from 32-bit GLIBC clock_gettime and v [...]
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:
sysdeps/unix/clock_gettime.c | 72 ++++++++++++++++++++++++++++++++-
sysdeps/unix/sysv/linux/clock_gettime.c | 16 +++-----
2 files changed, 76 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 84788ae [PM] Make default pipeline test for the new PM strict
new 2037eb7 [SCCP] Teach the pass how to handle `div` with overdefined operands.
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/SCCP.cpp | 6 ++++++
test/Transforms/SCCP/overdefined-div.ll | 32 ++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
create mode 100644 test/Transforms/SCCP/overdefined-div.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 6befdb6 * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h instead [...]
new 812c119 PR67085 pass comparison functions by reference in heap algorithms
new a912f2a Add missing period at end of -ftest-forall-temp option text.
new d7b8d6b Fix typo in recent doc updates
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:
gcc/fortran/lang.opt | 2 +-
libstdc++-v3/ChangeLog | 19 +++++
libstdc++-v3/doc/html/manual/abi.html | 2 +-
libstdc++-v3/doc/xml/manual/abi.xml | 2 +-
libstdc++-v3/include/bits/predefined_ops.h | 46 +++++++++++-
libstdc++-v3/include/bits/stl_heap.h | 86 +++++++++++-----------
.../23_containers/priority_queue/67085.cc | 8 +-
7 files changed, 115 insertions(+), 50 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 64f91a5 [SelectionDAG] Improve knownbits handling of UMIN/UMAX (PR31293)
new 7fee81b Revert "[InlineCost] Use TTI to check if GEP is free."
new 84788ae [PM] Make default pipeline test for the new PM strict
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/Analysis/InlineCost.cpp | 20 +----
test/Other/new-pass-manager.ll | 83 -----------------
test/Other/new-pm-defaults.ll | 176 +++++++++++++++++++++++++++++++++++++
test/Transforms/Inline/gep-cost.ll | 29 ------
4 files changed, 178 insertions(+), 130 deletions(-)
create mode 100644 test/Other/new-pm-defaults.ll
delete mode 100644 test/Transforms/Inline/gep-cost.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.