This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 606dc93 COFF: handle /debugtype option
new 9ed8849 The first string table entry should be a null terminated spac [...]
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/ReaderWriter/MachO/MachONormalizedFileBinaryWriter.cpp | 7 +++++--
test/mach-o/{hello-world-x86.yaml => string-table.yaml} | 14 +++++++++-----
2 files changed, 14 insertions(+), 7 deletions(-)
copy test/mach-o/{hello-world-x86.yaml => string-table.yaml} (87%)
--
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 06c9df2 Revert r278065 while I investigate some build-bot breakage.
new 922b42a Revert "Do not ignore SizeOfOptionalHeader in COFF header eve [...]
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/Object/COFFObjectFile.cpp | 3 +--
1 file changed, 1 insertion(+), 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 d77fdcb Revert "[X86] Support the "ms-hotpatch" attribute."
new fbda701 [RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to [...]
new 2ea3c70 Do not ignore SizeOfOptionalHeader in COFF header even if PE [...]
new 06c9df2 Revert r278065 while I investigate some build-bot breakage.
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:
lib/Object/COFFObjectFile.cpp | 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 release_39
in repository libunwind.
from 911aa3d Merging r277868: -------------------------------------------- [...]
new 6f12065 Merging r278029 with version number adjusted: --------------- [...]
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:
CMakeLists.txt | 43 +++++++++++++++++++++----------------------
1 file changed, 21 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 libunwind.
from 74a18ee CMakeLists.txt cleanups: synchronize version and CMake minimu [...]
new 949ee87 Allow building both shared and static library
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:
CMakeLists.txt | 5 +++++
src/CMakeLists.txt | 53 +++++++++++++++++++++++++++++++++++++----------------
2 files changed, 42 insertions(+), 16 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 libcxx.
from 96f1017 CMakeLists.txt cleanups: synchronize version with rest of LLV [...]
new b640da0 Allow building both shared and static library
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:
CMakeLists.txt | 5 ++++
docs/BuildingLibcxx.rst | 11 ++++++--
lib/CMakeLists.txt | 71 ++++++++++++++++++++++++++++++++++---------------
3 files changed, 63 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 gcc.
from b9fbd3e libgo: don't have .lo depend on .lo.dep
new 7af4d06 c-format.c: suggest the correct format string to use (PR c/64955)
new d670f08 text/template: reduce maxExecDepth for gccgo further
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 | 10 +
gcc/c-family/ChangeLog | 29 +++
gcc/c-family/c-common.h | 7 +
gcc/c-family/c-format.c | 268 ++++++++++++++++++++++--
gcc/c/ChangeLog | 7 +
gcc/c/c-lang.c | 22 ++
gcc/go/gofrontend/MERGE | 2 +-
gcc/langhooks-def.h | 4 +-
gcc/langhooks.h | 3 +
gcc/selftest-run-tests.c | 5 +
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/format/diagnostic-ranges.c | 30 ++-
libgo/go/text/template/exec.go | 4 +-
13 files changed, 374 insertions(+), 23 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 lldb.
from 6822a48 Fix printf warnings.
new 9fd02a8 Fix more RegisterInfo initialization issues and quiet hundred [...]
new 2d126e9 Garbage collection is not around anymore, we can remove our s [...]
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:
source/Host/macosx/HostThreadMacOSX.mm | 18 +-
source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp | 212 ++++++++--------
.../Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 272 ++++++++++-----------
source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp | 102 ++++----
source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 272 ++++++++++-----------
.../Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp | 168 ++++++-------
source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 80 +++---
source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 4 +-
source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp | 2 +-
source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 150 ++++++------
.../Process/Utility/RegisterContextDarwin_arm.cpp | 116 ++++-----
.../Utility/RegisterContextDarwin_x86_64.cpp | 76 +++---
12 files changed, 728 insertions(+), 744 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 lldb.
from 1bb1620 Fix uninitialized field warnings in GDBRemoteRegisterContext
new 3ee3b65 Fix RegisterInfo initializers to have all the required initia [...]
new 6822a48 Fix printf warnings.
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:
source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp | 208 ++++++++++-----------
source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 98 +++++-----
source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 76 ++++----
source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp | 4 +-
.../Process/Utility/RegisterContextDarwin_i386.cpp | 66 +++----
.../Process/Utility/RegisterContextLinux_i386.cpp | 2 +-
.../Utility/RegisterContextLinux_x86_64.cpp | 2 +-
.../Process/Utility/RegisterInfos_powerpc.h | 2 +-
source/Plugins/Process/elf-core/ThreadElfCore.cpp | 4 +-
9 files changed, 231 insertions(+), 231 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_39
in repository lldb.
from c32ef71 Update scripts/Xcode/build-llvm.py to use llvm/clang 3.9 branch
new 1902649 Merging r277343: -------------------------------------------- [...]
new fb53cde Merging r277426: -------------------------------------------- [...]
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/lldb/Target/RegisterContext.h | 5 +
include/lldb/lldb-private-types.h | 4 +
.../Instruction/MIPS/EmulateInstructionMIPS.cpp | 164 ++++++++++++++--
.../Instruction/MIPS/EmulateInstructionMIPS.h | 6 +
.../MIPS64/EmulateInstructionMIPS64.cpp | 166 +++++++++++++---
.../Instruction/MIPS64/EmulateInstructionMIPS64.h | 6 +
.../Process/Utility/DynamicRegisterInfo.cpp | 41 ++++
.../Plugins/Process/Utility/DynamicRegisterInfo.h | 6 +
.../Process/Utility/RegisterContextDarwin_arm.cpp | 2 +-
.../Utility/RegisterContextDarwin_arm64.cpp | 2 +-
.../Process/Utility/RegisterContextFreeBSD_arm.cpp | 2 +-
.../Utility/RegisterContextFreeBSD_arm64.cpp | 2 +-
.../Process/Utility/RegisterContextLinux_arm.cpp | 2 +-
.../Process/Utility/RegisterContextLinux_arm64.cpp | 2 +-
source/Plugins/Process/Utility/RegisterInfos_arm.h | 210 ++++++++++-----------
.../Plugins/Process/Utility/RegisterInfos_arm64.h | 142 +++++++-------
.../Plugins/Process/Utility/RegisterInfos_i386.h | 20 +-
.../Plugins/Process/Utility/RegisterInfos_mips.h | 17 +-
.../Plugins/Process/Utility/RegisterInfos_mips64.h | 22 ++-
.../Process/Utility/RegisterInfos_powerpc.h | 10 +-
.../Plugins/Process/Utility/RegisterInfos_s390x.h | 8 +-
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 22 +--
.../GDBRemoteCommunicationServerLLGS.cpp | 13 +-
.../gdb-remote/GDBRemoteRegisterContext.cpp | 10 +-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 45 ++++-
source/Target/RegisterContext.cpp | 43 +++++
26 files changed, 702 insertions(+), 270 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.