This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 19272321294 compiler: centralize all symbol name handling
new ce4c2defbe1 2017-10-05 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-pretty-print.c | 5 +++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/Wincompatible-pointer-types-1.c | 12 ++++++++++++
4 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/Wincompatible-pointer-types-1.c
--
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 ad31280af50 Revert "[llvm-dsymutil] Add support for __swift_ast MachO D [...]
new 629b8be51be Added phdr upper bound checks to ElfObject.
new 6af8afba5ac [Hexagon] Give uniform names to functions changing addressi [...]
new 49e2cc7d53a [llvm-dsymutil] Add support for __swift_ast MachO DWARF section
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:
include/llvm/MC/MCObjectFileInfo.h | 4 ++
include/llvm/Object/ELF.h | 4 ++
lib/MC/MCObjectFileInfo.cpp | 4 ++
lib/Target/Hexagon/Hexagon.td | 26 +++++-----
lib/Target/Hexagon/HexagonInstrInfo.cpp | 55 +++++++++++----------
lib/Target/Hexagon/HexagonInstrInfo.h | 32 ++++++++++--
lib/Target/Hexagon/HexagonOptAddrMode.cpp | 24 ++++-----
.../Inputs/invalid-phdr.elf} | Bin 4288 -> 4162 bytes
test/Object/elf-invalid-phdr.test | 26 ++++++++++
.../Inputs/swift-ast.macho.x86_64} | Bin 8344 -> 8464 bytes
test/tools/dsymutil/Inputs/swift-ast.swiftmodule | 1 +
test/tools/dsymutil/swift-ast.test | 14 ++++++
tools/dsymutil/BinaryHolder.h | 12 ++---
tools/dsymutil/DebugMap.cpp | 12 +++--
tools/dsymutil/DebugMap.h | 8 ++-
tools/dsymutil/DwarfLinker.cpp | 29 ++++++++++-
tools/dsymutil/MachODebugMapParser.cpp | 10 +++-
17 files changed, 189 insertions(+), 72 deletions(-)
copy test/{tools/llvm-objdump/ARM/Inputs/thumb.armv7m => Object/Inputs/invalid-phd [...]
mode change 100755 => 100644
create mode 100644 test/Object/elf-invalid-phdr.test
copy test/tools/{llvm-nm/X86/Inputs/Strip-ST.dylib.macho-x86_64 => dsymutil/Inputs [...]
create mode 100644 test/tools/dsymutil/Inputs/swift-ast.swiftmodule
create mode 100644 test/tools/dsymutil/swift-ast.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 compiler-rt.
from ad59ece0e [cfi] Mark a test as unsupported on darwin.
new 576e89666 [sanitizer] Move %ld_flags_rpath_exe to common and use it in [...]
new cb012eb23 [asan] Use full binary path in the Android test runner.
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:
test/asan/lit.cfg | 15 ---------------
test/cfi/target_uninstrumented.cpp | 6 +++---
test/lit.common.cfg | 15 +++++++++++++++
test/sanitizer_common/android_commands/android_common.py | 9 +++++++--
test/sanitizer_common/android_commands/android_run.py | 3 +--
.../TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp | 4 ++--
6 files changed, 28 insertions(+), 24 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 ed5f2cfa23f [dsymutil] Fix unused variable warning
new ad31280af50 Revert "[llvm-dsymutil] Add support for __swift_ast MachO D [...]
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/MC/MCObjectFileInfo.h | 4 ----
lib/MC/MCObjectFileInfo.cpp | 4 ----
test/tools/dsymutil/Inputs/swift-ast | Bin 8464 -> 0 bytes
test/tools/dsymutil/Inputs/swift-ast.swiftmodule | 1 -
test/tools/dsymutil/swift-ast.test | 14 -----------
tools/dsymutil/BinaryHolder.h | 12 +++++-----
tools/dsymutil/DebugMap.cpp | 12 ++++------
tools/dsymutil/DebugMap.h | 8 ++-----
tools/dsymutil/DwarfLinker.cpp | 29 ++---------------------
tools/dsymutil/MachODebugMapParser.cpp | 10 +-------
10 files changed, 16 insertions(+), 78 deletions(-)
delete mode 100755 test/tools/dsymutil/Inputs/swift-ast
delete mode 100644 test/tools/dsymutil/Inputs/swift-ast.swiftmodule
delete mode 100644 test/tools/dsymutil/swift-ast.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 lldb.
from afe020077 Work around a bug in the C++ expression parser.
new 063323cc2 Enable breakpoints and read/write GPRs for ppc64le
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:
source/Plugins/Process/Linux/CMakeLists.txt | 3 +-
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 14 +-
.../Linux/NativeRegisterContextLinux_ppc64le.cpp | 245 +++++++++++++++++++++
.../Linux/NativeRegisterContextLinux_ppc64le.h | 70 ++++++
source/Plugins/Process/Utility/CMakeLists.txt | 1 +
.../Process/Utility/RegisterInfoPOSIX_ppc64le.cpp | 66 ++++++
...penBSD_x86_64.h => RegisterInfoPOSIX_ppc64le.h} | 15 +-
.../Process/Utility/RegisterInfos_ppc64le.h | 137 ++++++++++++
.../Process/Utility/lldb-ppc64le-register-enums.h | 67 ++++++
source/Target/Platform.cpp | 6 +
source/Target/Thread.cpp | 1 +
source/Utility/PPC64LE_DWARF_Registers.h | 63 ++++++
source/Utility/PPC64LE_ehframe_Registers.h | 63 ++++++
13 files changed, 742 insertions(+), 9 deletions(-)
create mode 100644 source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
create mode 100644 source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.h
create mode 100644 source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
copy source/Plugins/Process/Utility/{RegisterContextOpenBSD_x86_64.h => RegisterIn [...]
create mode 100644 source/Plugins/Process/Utility/RegisterInfos_ppc64le.h
create mode 100644 source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h
create mode 100644 source/Utility/PPC64LE_DWARF_Registers.h
create mode 100644 source/Utility/PPC64LE_ehframe_Registers.h
--
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 631431e17e9 [llvm-dsymutil] Add support for __swift_ast MachO DWARF section
new ed5f2cfa23f [dsymutil] Fix unused variable warning
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/dsymutil/DwarfLinker.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 clang.
from 435d6c49f0 [OPENMP] Fix mapping|privatization of implicitly captured va [...]
new 6ddf39e8aa Fix two-phase name lookup for non-dependent overloaded operators.
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/Sema/Sema.h | 5 +++--
lib/Sema/SemaOverload.cpp | 16 +++++++++-------
lib/Sema/TreeTransform.h | 14 ++++++++++----
test/SemaCXX/overloaded-operator.cpp | 35 +++++++++++++++++++++++++++++++++++
4 files changed, 57 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 compiler-rt.
from f4abfe4e8 [cfi] Test on all available targets.
new ad59ece0e [cfi] Mark a test as unsupported on darwin.
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/cfi/icall/external-call.c | 3 ++-
1 file changed, 2 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 llvm.
from 6bfe1d944a7 [NewPassManager] Run global dead code elimination after the [...]
new 631431e17e9 [llvm-dsymutil] Add support for __swift_ast MachO DWARF section
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/MC/MCObjectFileInfo.h | 4 +++
lib/MC/MCObjectFileInfo.cpp | 4 +++
.../Inputs/swift-ast} | Bin 8344 -> 8464 bytes
test/tools/dsymutil/Inputs/swift-ast.swiftmodule | 1 +
test/tools/dsymutil/swift-ast.test | 14 ++++++++++
tools/dsymutil/BinaryHolder.h | 12 ++++-----
tools/dsymutil/DebugMap.cpp | 12 +++++----
tools/dsymutil/DebugMap.h | 8 ++++--
tools/dsymutil/DwarfLinker.cpp | 29 +++++++++++++++++++--
tools/dsymutil/MachODebugMapParser.cpp | 10 ++++++-
10 files changed, 78 insertions(+), 16 deletions(-)
copy test/tools/{llvm-nm/X86/Inputs/Strip-ST.dylib.macho-x86_64 => dsymutil/Inputs [...]
create mode 100644 test/tools/dsymutil/Inputs/swift-ast.swiftmodule
create mode 100644 test/tools/dsymutil/swift-ast.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 azanella/sparc64-ifunc
in repository glibc.
discards 0b5e4b52eb sparc: Use default memset for rtld objects
discards 80dd23be4b sparc: Use default memcpy for rtld objects
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/azanella/sparc64-ifunc (5175c26e40)
\
O -- O -- O (0b5e4b52eb)
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
ChangeLog | 16 ----------------
sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.S | 1 -
sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c | 1 +
sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.S | 1 -
sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c | 1 +
sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c | 1 +
sysdeps/sparc/sparc32/sparcv9/rtld-memset.c | 1 +
sysdeps/sparc/sparc64/multiarch/rtld-memcpy.S | 1 -
sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c | 1 +
sysdeps/sparc/sparc64/multiarch/rtld-memset.S | 1 -
sysdeps/sparc/sparc64/multiarch/rtld-memset.c | 1 +
sysdeps/sparc/sparc64/rtld-memcpy.c | 3 +++
sysdeps/sparc/sparc64/rtld-memset.c | 1 +
13 files changed, 10 insertions(+), 20 deletions(-)
delete mode 100644 sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.S
create mode 100644 sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c
delete mode 100644 sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.S
create mode 100644 sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c
create mode 100644 sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c
create mode 100644 sysdeps/sparc/sparc32/sparcv9/rtld-memset.c
delete mode 100644 sysdeps/sparc/sparc64/multiarch/rtld-memcpy.S
create mode 100644 sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c
delete mode 100644 sysdeps/sparc/sparc64/multiarch/rtld-memset.S
create mode 100644 sysdeps/sparc/sparc64/multiarch/rtld-memset.c
create mode 100644 sysdeps/sparc/sparc64/rtld-memcpy.c
create mode 100644 sysdeps/sparc/sparc64/rtld-memset.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.