This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 94fce43 clang/test/Modules/compiler_builtins_x86.c: Fix r280658.
new ce6fc03 Add support for targeting armv6-unknown-cloudabi-eabihf.
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/Basic/Targets.cpp | 2 ++
test/Preprocessor/init.c | 5 +++++
2 files changed, 7 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 gcc.
from 751a562 PR middle-end/77475 * toplev.c (process_options): Temporari [...]
new 7e3a968 * doc/invoke.texi (SPU Options): nops -> NOPs. (x86 Options [...]
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/ChangeLog | 5 +++++
gcc/doc/invoke.texi | 10 +++++-----
2 files changed, 10 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 llvm.
from 2325326 CODE_OWNERS: bring my entry up to date
new 70794a5 [X86][SSE] Add test cases for PR29079
new bf482f9 [X86][SSE] Add test cases for PR29078
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/CodeGen/X86/i64-to-float.ll | 668 +++++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/uint_to_fp-3.ll | 150 +++++++++
2 files changed, 818 insertions(+)
create mode 100644 test/CodeGen/X86/i64-to-float.ll
create mode 100644 test/CodeGen/X86/uint_to_fp-3.ll
--
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 f245535 Fix PR19927: Avoid unwinder recursion if sniffer uses calls p [...]
new cf6de44 gdb/: Require a C++ compiler
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 | 12 +++++++++++
gdb/Makefile.in | 15 +++++--------
gdb/NEWS | 6 ++++++
gdb/acinclude.m4 | 3 ---
gdb/build-with-cxx.m4 | 43 ------------------------------------
gdb/configure | 54 +++++-----------------------------------------
gdb/configure.ac | 3 ---
gdb/gdbserver/ChangeLog | 9 ++++++++
gdb/gdbserver/Makefile.in | 13 ++++-------
gdb/gdbserver/acinclude.m4 | 3 ---
gdb/gdbserver/configure | 54 +++++-----------------------------------------
gdb/gdbserver/configure.ac | 3 ---
gdb/warning.m4 | 23 +++++---------------
13 files changed, 51 insertions(+), 190 deletions(-)
delete mode 100644 gdb/build-with-cxx.m4
--
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 37afd6c * sv.po: Update.
new 751a562 PR middle-end/77475 * toplev.c (process_options): Temporari [...]
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/ChangeLog | 6 ++++++
gcc/toplev.c | 3 +++
2 files changed, 9 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 libunwind.
from adc2908 consistently add \n to log and trace messages
new a2a8dc6 Add missing _US_ACTION_MASK constant to unwind.h
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/unwind.h | 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 llvm.
from 70de308 [X86][SSE] Regenerate odd shuffle tests with common prefixes
new 2325326 CODE_OWNERS: bring my entry up to date
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:
CODE_OWNERS.TXT | 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 lldb.
from 96868d2 Replace uses of MIUtilParse::CRegexParser with llvm::Regex
new 2b84bcc Intel(R) Memory Protection Extensions (Intel(R) MPX) support.
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:
.../register/intel_xtended_registers/Makefile | 6 +
.../intel_xtended_registers/TestMPXRegisters.py | 59 +++++++
.../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 | 15 +-
source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 14 +-
.../Linux/NativeRegisterContextLinux_x86_64.cpp | 179 +++++++++++++++++++--
.../Linux/NativeRegisterContextLinux_x86_64.h | 17 +-
.../Plugins/Process/Utility/RegisterContext_x86.h | 38 ++++-
.../Plugins/Process/Utility/RegisterInfos_i386.h | 35 ++++
.../Plugins/Process/Utility/RegisterInfos_x86_64.h | 35 ++++
.../Process/Utility/lldb-x86-register-enums.h | 30 +++-
.../GDBRemoteCommunicationServerLLGS.cpp | 1 +
.../Process/gdb-remote/ProcessGDBRemote.cpp | 3 +
17 files changed, 501 insertions(+), 26 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from e819005 Automatic date update in version.in
new f245535 Fix PR19927: Avoid unwinder recursion if sniffer uses calls p [...]
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 | 11 ++++
gdb/frame.c | 79 +++++++++++++++++---------
gdb/testsuite/ChangeLog | 8 +++
gdb/testsuite/gdb.python/py-recurse-unwind.exp | 2 -
gdb/testsuite/gdb.python/py-unwind-maint.exp | 8 ++-
5 files changed, 76 insertions(+), 32 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 a6ffaad PR rtl-optimization/77452 * explow.c (plus_constant) <case [...]
new 37afd6c * sv.po: Update.
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/po/ChangeLog | 4 +
gcc/po/sv.po | 271 ++++++++++++++++++++-----------------------------------
2 files changed, 103 insertions(+), 172 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.