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 a46c43f Automatic date update in version.in
new 8d471ec Allow PROCESSOR_IAMCU for Intel MCU
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:
gas/ChangeLog | 5 +++++
gas/config/tc-i386.c | 2 +-
2 files changed, 6 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 compiler-rt.
from 8231599 [asan] Handle SIGBART signal description. (found by buildbot)
new e1be165 [asan] Fix handle_abort_on_error.cc test 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:
lib/sanitizer_common/sanitizer_mac.cc | 2 ++
1 file changed, 2 insertions(+)
--
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.
ryan.arnold pushed a change to branch releases/linaro-6.1-2016.08-rc2
in repository toolchain/release-notes.
at fc935d5 Generated Release Notes for linaro-GCC-6.1-2016.08-rc2.
This branch includes the following new commits:
new fc935d5 Generated Release Notes for linaro-GCC-6.1-2016.08-rc2.
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.
--
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 3a3836f Avoid compile error by giving the test type a user defined de [...]
new b9e6e89 Added 'inline' attribute to basic_string's destructor
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/string | 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 lldb.
from d65fa83 Fix -Wcovered-switch-default warning in AppleObjCRuntimeV2.cpp
new 4a4474b Fix for rL280668, Intel(R) Memory Protection Extensions (Inte [...]
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:
.../intel_xtended_registers}/Makefile | 2 +-
.../intel_xtended_registers/TestMPXRegisters.py | 74 ++++++++++
.../register/intel_xtended_registers/main.cpp | 69 ++++++++++
.../register/{ => register_command}/Makefile | 2 +-
.../{ => register_command}/TestRegisters.py | 24 +++-
.../register/{ => register_command}/a.cpp | 0
.../register/{ => register_command}/main.cpp | 0
source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 79 ++++++++++-
source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 78 ++++++++++-
.../Linux/NativeRegisterContextLinux_x86_64.cpp | 149 ++++++++++++++++++++-
.../Linux/NativeRegisterContextLinux_x86_64.h | 15 ++-
.../Plugins/Process/Utility/RegisterContext_x86.h | 36 ++++-
.../Plugins/Process/Utility/RegisterInfos_i386.h | 44 ++++++
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 45 +++++++
.../Process/Utility/lldb-x86-register-enums.h | 32 ++++-
.../GDBRemoteCommunicationServerLLGS.cpp | 3 +
.../Process/gdb-remote/ProcessGDBRemote.cpp | 3 +
17 files changed, 633 insertions(+), 22 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/{data-formatter/ptr_ref_typede [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
rename packages/Python/lldbsuite/test/functionalities/register/{ => register_comma [...]
rename packages/Python/lldbsuite/test/functionalities/register/{ => register_comma [...]
rename packages/Python/lldbsuite/test/functionalities/register/{ => register_comma [...]
rename packages/Python/lldbsuite/test/functionalities/register/{ => register_comma [...]
--
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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 6d86da3 Remove broken copy of libwinpthread-1.dll.
new c1f2200 Do not attempt to copy gcc libs to sysroot when building the [...]
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/make.sh | 8 +++++++-
1 file changed, 7 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 lld.
from 71f509d Pack InputSectionData from 72 to 64 bytes. NFC.
new ea8c63b Compute section names only once.
new 6753cc3 Use a protected destructor instead of a virtual one.
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:
ELF/ICF.cpp | 6 ++--
ELF/InputFiles.cpp | 96 ++++++++++++++++++++++++--------------------------
ELF/InputSection.cpp | 45 ++++++++++++-----------
ELF/InputSection.h | 29 +++++++++------
ELF/LinkerScript.cpp | 6 ++--
ELF/LinkerScript.h | 4 ++-
ELF/MarkLive.cpp | 2 +-
ELF/OutputSections.cpp | 8 ++---
ELF/Writer.cpp | 6 ++--
9 files changed, 105 insertions(+), 97 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 7442ca4 [SDAGBuilder] Don't create a binary tree for switches in mins [...]
new 08450b5 [ARM XRay] Try to fix Thumb-only failure
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/Target/ARM/ARMSubtarget.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 compiler-rt.
from 4fa1ab2 [asan] Reify ErrorDeadlySignal
new 8231599 [asan] Handle SIGBART signal description. (found by buildbot)
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/asan/asan_posix.cc | 2 ++
1 file changed, 2 insertions(+)
--
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 ac84ac0 [Thumb1] AND with a constant operand can be converted into BIC
new 7442ca4 [SDAGBuilder] Don't create a binary tree for switches in mins [...]
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 3 ++-
test/CodeGen/ARM/switch-minsize.ll | 34 ++++++++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/switch-minsize.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.