This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cac5bac11b Teach clang to tolerate the 'p = nullptr + n' idiom used by glibc
new e4848b1ad3 [OpenMP] fix seg-faults printing diagnostics with invalid or [...]
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/DiagnosticSemaKinds.td | 2 +-
lib/Sema/SemaOpenMP.cpp | 16 +++++++++++-----
test/OpenMP/ordered_messages.cpp | 8 ++++++++
3 files changed, 20 insertions(+), 6 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 4ac8c2f5ab3 Revert "[llvm-objcopy] Add support for .dynamic, .dynsym, a [...]
new 3a6eaef3ccd Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"
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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 12 ------------
.../RuntimeDyld/AArch64/ELF_ARM64_relocations.s | 13 -------------
2 files changed, 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 newlib.
from 05cfd1aed cygwin: workaround GCC 6 changes
new 1592a0be0 Fix warnings and documentation in strnstr.c
new f9b24fad7 newlib/libm/complex/cargl.c change imag() real() to cimagl() [...]
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/strnstr.c | 7 +++----
newlib/libm/complex/cargl.c | 2 +-
2 files changed, 4 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 clang.
from a576fcd740 Fix ClangDiagnosticHandler::is*RemarkEnabled members
new cac5bac11b Teach clang to tolerate the 'p = nullptr + n' idiom used by glibc
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/AST/Expr.h | 6 ++++
include/clang/Basic/DiagnosticGroups.td | 4 ++-
include/clang/Basic/DiagnosticSemaKinds.td | 6 ++++
lib/AST/Expr.cpp | 39 +++++++++++++++++++++++++
lib/CodeGen/CGExprScalar.cpp | 24 ++++++++++++++++
lib/Sema/SemaExpr.cpp | 46 ++++++++++++++++++++++++++++++
test/CodeGen/nullptr-arithmetic.c | 42 +++++++++++++++++++++++++++
test/Sema/pointer-addition.c | 11 ++++++-
test/SemaCXX/nullptr-arithmetic.cpp | 29 +++++++++++++++++++
9 files changed, 205 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/nullptr-arithmetic.c
create mode 100644 test/SemaCXX/nullptr-arithmetic.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 lld.
from 11a284536 Tweak orphan section placement.
new a5de5fec2 Simplify. 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:
ELF/SyntheticSections.cpp | 14 ++++++--------
1 file changed, 6 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 9957e3f78d1 Revert "[llvm-objcopy] Add support for nested and overlappi [...]
new 4ac8c2f5ab3 Revert "[llvm-objcopy] Add support for .dynamic, .dynsym, a [...]
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/tools/llvm-objcopy/Inputs/dynamic.so | Bin 9112 -> 0 bytes
test/tools/llvm-objcopy/Inputs/dynsym.so | Bin 13432 -> 0 bytes
test/tools/llvm-objcopy/dynamic.test | 27 --------
test/tools/llvm-objcopy/dynstr.test | 32 ---------
test/tools/llvm-objcopy/dynsym.test | 64 -----------------
tools/llvm-objcopy/Object.cpp | 111 +++++++++---------------------
tools/llvm-objcopy/Object.h | 34 ---------
7 files changed, 31 insertions(+), 237 deletions(-)
delete mode 100755 test/tools/llvm-objcopy/Inputs/dynamic.so
delete mode 100755 test/tools/llvm-objcopy/Inputs/dynsym.so
delete mode 100644 test/tools/llvm-objcopy/dynamic.test
delete mode 100644 test/tools/llvm-objcopy/dynstr.test
delete mode 100644 test/tools/llvm-objcopy/dynsym.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 llvm.
from f5c04b04ae3 [llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr
new 9957e3f78d1 Revert "[llvm-objcopy] Add support for nested and overlappi [...]
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/tools/llvm-objcopy/adjacent-segments.test | 62 ------------
test/tools/llvm-objcopy/identical-segments.test | 82 ----------------
test/tools/llvm-objcopy/overlap-chain.test | 117 ----------------------
test/tools/llvm-objcopy/pt-phdr.test | 71 --------------
test/tools/llvm-objcopy/triple-overlap.test | 123 ------------------------
tools/llvm-objcopy/Object.cpp | 72 ++------------
tools/llvm-objcopy/Object.h | 1 -
7 files changed, 6 insertions(+), 522 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/adjacent-segments.test
delete mode 100644 test/tools/llvm-objcopy/identical-segments.test
delete mode 100644 test/tools/llvm-objcopy/overlap-chain.test
delete mode 100644 test/tools/llvm-objcopy/pt-phdr.test
delete mode 100644 test/tools/llvm-objcopy/triple-overlap.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 llvm.
from b43e08fc022 [llvm-objcopy] Add test to check that architecture specific [...]
new d6b913a2ea3 Fix test to not depend on another subdirectories Input directory
new f5c04b04ae3 [llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr
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-dwarfdump/X86}/Inputs/typeunit-header.s | 0
.../llvm-dwarfdump/X86/debug_type_offset.test | 4 +-
.../Inputs/{pt-phdr.elf => dynamic.so} | Bin 8808 -> 9112 bytes
.../Inputs/dynsym.so} | Bin 13520 -> 13432 bytes
test/tools/llvm-objcopy/dynamic.test | 27 +++++
test/tools/llvm-objcopy/dynstr.test | 32 ++++++
test/tools/llvm-objcopy/dynsym.test | 64 ++++++++++++
tools/llvm-objcopy/Object.cpp | 111 +++++++++++++++------
tools/llvm-objcopy/Object.h | 34 +++++++
9 files changed, 239 insertions(+), 33 deletions(-)
copy test/{DebugInfo => tools/llvm-dwarfdump/X86}/Inputs/typeunit-header.s (100%)
copy test/tools/llvm-objcopy/Inputs/{pt-phdr.elf => dynamic.so} (82%)
mode change 100644 => 100755
copy test/tools/{llvm-readobj/Inputs/verneed.elf-x86-64 => llvm-objcopy/Inputs/dyn [...]
mode change 100644 => 100755
create mode 100644 test/tools/llvm-objcopy/dynamic.test
create mode 100644 test/tools/llvm-objcopy/dynstr.test
create mode 100644 test/tools/llvm-objcopy/dynsym.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 binutils-gdb.
from b7f54058d9 MIPS/LD: Add OpenBSD/mips64 support
new 4e5a4f5850 Add a 'starti' command.
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/ChangeLog | 13 ++++
gdb/NEWS | 3 +
gdb/doc/ChangeLog | 6 ++
gdb/doc/gdb.texinfo | 18 ++++-
gdb/infcmd.c | 87 ++++++++++++++++------
gdb/testsuite/ChangeLog | 6 ++
.../{gdb.dwarf2/formdata16.c => gdb.base/starti.c} | 8 ++
.../gdb.base/{infcall-input.exp => starti.exp} | 49 ++++++------
gdb/testsuite/lib/gdb.exp | 37 +++++++++
9 files changed, 175 insertions(+), 52 deletions(-)
copy gdb/testsuite/{gdb.dwarf2/formdata16.c => gdb.base/starti.c} (92%)
copy gdb/testsuite/gdb.base/{infcall-input.exp => starti.exp} (51%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.