This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a17d9bc6eda Support: Don't set RLIMIT_AS on child processes when applyi [...]
new 44863cb6b57 fix typos/formatting; NFC
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/Analysis/ValueTracking.h | 4 ++--
lib/Analysis/ValueTracking.cpp | 2 +-
lib/IR/ConstantFold.cpp | 9 +++------
3 files changed, 6 insertions(+), 9 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 149d3941ce0 2017-06-12 François Dumont <fdumont(a)gcc.gnu.org>
new 140fbe0fc07 Finish implementing P0426R1 "Constexpr for std::char_traits [...]
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 | 23 +++++
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 5 +-
libstdc++-v3/include/bits/char_traits.h | 101 ++++++++++++++++++---
.../requirements/constexpr_functions_c++17.cc | 16 ++--
4 files changed, 123 insertions(+), 22 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 b94805cb8af [ADT] Add type-safe methods to FoldingSetImpl; NFC.
new a17d9bc6eda Support: Don't set RLIMIT_AS on child processes when applyi [...]
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/Support/Unix/Program.inc | 10 ----------
1 file changed, 10 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 68481561306 [llvm-pdbutil] Fix one more issue with no-id-stream PDBs.
new b99d5dc7a51 Fix printing error.
new b94805cb8af [ADT] Add type-safe methods to FoldingSetImpl; NFC.
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/ADT/FoldingSet.h | 70 ++++++++++++++++++++--------------
tools/llvm-pdbutil/LLVMOutputStyle.cpp | 2 +-
2 files changed, 43 insertions(+), 29 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 3985d97184f Slightly better fix for dealing with no-id-stream PDBs.
new 68481561306 [llvm-pdbutil] Fix one more issue with no-id-stream PDBs.
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:
tools/llvm-pdbutil/LLVMOutputStyle.cpp | 33 ++++++++++++++++++++-------------
1 file changed, 20 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 clang.
from 7021b250b9 Revert r303316, a change to ExprConstant to evaluate functio [...]
new 7b936e342f [ODRHash] Add diagnostic messages for typedef and type alias.
new c700ae6c9e Revert r301742 which made ExprConstant checking apply to all [...]
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:
.../clang/Basic/DiagnosticSerializationKinds.td | 16 +++-
include/clang/Sema/Sema.h | 1 +
lib/AST/ExprConstant.cpp | 13 +--
lib/Sema/SemaChecking.cpp | 24 ++++-
lib/Serialization/ASTReader.cpp | 41 +++++++++
test/Modules/odr_hash.cpp | 102 +++++++++++++++++++++
...stribute_parallel_for_simd_aligned_messages.cpp | 5 +-
test/OpenMP/distribute_simd_aligned_messages.cpp | 5 +-
test/OpenMP/for_simd_aligned_messages.cpp | 5 +-
test/OpenMP/parallel_for_simd_aligned_messages.cpp | 5 +-
test/OpenMP/simd_aligned_messages.cpp | 5 +-
.../target_parallel_for_simd_aligned_messages.cpp | 5 +-
test/OpenMP/target_simd_aligned_messages.cpp | 5 +-
...stribute_parallel_for_simd_aligned_messages.cpp | 5 +-
...rget_teams_distribute_simd_aligned_messages.cpp | 5 +-
test/OpenMP/taskloop_simd_aligned_messages.cpp | 5 +-
...stribute_parallel_for_simd_aligned_messages.cpp | 5 +-
.../teams_distribute_simd_aligned_messages.cpp | 5 +-
test/Sema/integer-overflow.c | 8 +-
19 files changed, 219 insertions(+), 46 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 aaa081a2005 [llvm-pdbdump] Don't fail on PDBs with no ID stream.
new 3985d97184f Slightly better fix for dealing with no-id-stream PDBs.
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/Native/TpiStreamBuilder.h | 2 ++
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 10 ++++++++++
tools/llvm-pdbutil/llvm-pdbutil.cpp | 8 --------
3 files changed, 12 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 lld.
from f2fc41df7 IR: Replace the "Linker Options" module flag with "llvm.linke [...]
new 25ee619a7 Slightly better fix for dealing with no-id-stream PDBs.
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:
test/COFF/pdb.test | 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 master
in repository binutils-gdb.
from b3464d0316 mips-tdep.c: Remove MAX_REGISTER_SIZE usage
new 30a254669b Don't always zero pad in print_*_chars
new 4ac0cb1cf0 Let print_decimal_chars handle signed values
new d9109c8080 Simplify print_scalar_formatted
new f12f6bad7d Remove val_print_type_code_int
new 973e9aab63 Add some 128-bit integer tests
The 5 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/ChangeLog | 40 ++++
gdb/ada-valprint.c | 3 +-
gdb/c-valprint.c | 4 +-
gdb/f-valprint.c | 3 +-
gdb/infcmd.c | 3 +-
gdb/printcmd.c | 197 +++++++------------
gdb/regcache.c | 4 +-
gdb/sh64-tdep.c | 2 +-
gdb/testsuite/ChangeLog | 17 ++
gdb/testsuite/gdb.arch/altivec-regs.exp | 8 +-
gdb/testsuite/gdb.arch/s390-vregs.exp | 17 +-
gdb/testsuite/gdb.arch/vsx-regs.exp | 8 +-
gdb/testsuite/gdb.dwarf2/formdata16.exp | 31 ++-
gdb/testsuite/gdb.reverse/i386-sse-reverse.exp | 94 ++++-----
gdb/valprint.c | 251 +++++++++++++++----------
gdb/valprint.h | 9 +-
16 files changed, 391 insertions(+), 300 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 8cedcc75794 [RS4GC] Drop invalid metadata after pointers are relocated
new aaa081a2005 [llvm-pdbdump] Don't fail on PDBs with no ID stream.
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/Native/InfoStream.h | 1 +
lib/DebugInfo/PDB/Native/InfoStream.cpp | 4 ++++
test/lit.cfg | 2 +-
tools/llvm-pdbutil/LLVMOutputStyle.cpp | 8 +++++---
tools/llvm-pdbutil/YAMLOutputStyle.cpp | 6 ++++++
tools/llvm-pdbutil/llvm-pdbutil.cpp | 9 +++++++++
6 files changed, 26 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.