This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d9478f8 DebugInfo: use strongly typed enum for debug info flags
new 6ee91ac [PPC] Claim stack frame before storing into it, if no red zon [...]
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/PowerPC/PPCFrameLowering.cpp | 116 +++++++++++++++++++++++++-------
test/CodeGen/PowerPC/crsave.ll | 6 +-
test/CodeGen/PowerPC/empty-functions.ll | 2 +-
test/CodeGen/PowerPC/ppc32-pic-large.ll | 3 +-
test/CodeGen/PowerPC/ppc32-pic.ll | 2 +-
test/CodeGen/PowerPC/stack-realign.ll | 37 +++++-----
6 files changed, 120 insertions(+), 46 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 88c2e49 Daily bump.
new 8925068 Skip Wno-frame-address test for avr
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/Wno-frame-address.c | 2 +-
2 files changed, 5 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 lldb.
from 723a679 Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) [...]
new c016c1b Second round of fixups for r280692
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/Disassembler/llvm/DisassemblerLLVMC.cpp | 7 ++++---
source/Target/StopInfo.cpp | 2 +-
2 files changed, 5 insertions(+), 4 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 723e9e5 Fix build breakage in r280692
new 723a679 Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) [...]
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/{register_command => }/Makefile | 2 +-
.../{register_command => }/TestRegisters.py | 24 +--
.../register/{register_command => }/a.cpp | 0
.../register/intel_xtended_registers/Makefile | 6 -
.../intel_xtended_registers/TestMPXRegisters.py | 59 -------
.../register/intel_xtended_registers/main.cpp | 69 --------
.../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, 26 insertions(+), 501 deletions(-)
rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...]
rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...]
rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
delete mode 100644 packages/Python/lldbsuite/test/functionalities/register/intel_x [...]
rename packages/Python/lldbsuite/test/functionalities/register/{register_command = [...]
--
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 glibc.
from 6d53362 conform tests: call perl with '-I.'
new 4bf5f22 malloc: Automated part of conversion to __libc_lock
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:
ChangeLog | 9 +++++++++
malloc/arena.c | 52 ++++++++++++++++++++++++++--------------------------
malloc/hooks.c | 28 ++++++++++++++--------------
malloc/malloc.c | 40 ++++++++++++++++++++--------------------
4 files changed, 69 insertions(+), 60 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 4b1b5a4 [RegisterScavenger] Remove aliasing registers of operands fro [...]
new d9478f8 DebugInfo: use strongly typed enum for debug info flags
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/IR/DIBuilder.h | 40 ++++++-----
include/llvm/IR/DebugInfoFlags.def | 8 +++
include/llvm/IR/DebugInfoMetadata.h | 111 +++++++++++++++---------------
lib/AsmParser/LLParser.cpp | 21 +++---
lib/Bitcode/Reader/BitcodeReader.cpp | 15 ++--
lib/IR/AsmWriter.cpp | 10 +--
lib/IR/DIBuilder.cpp | 52 +++++++-------
lib/IR/DebugInfoMetadata.cpp | 36 +++++-----
unittests/IR/DebugInfoTest.cpp | 23 +++----
unittests/IR/DebugTypeODRUniquingTest.cpp | 14 ++--
unittests/IR/IRBuilderTest.cpp | 6 +-
unittests/IR/MetadataTest.cpp | 97 +++++++++++++-------------
unittests/Transforms/Utils/Cloning.cpp | 5 +-
13 files changed, 233 insertions(+), 205 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 666886d [OpenCL] Remove access qualifiers on images in arg info metadata.
new 794d70e DebugInfo: use llvm::DINode::DIFlags type for debug info flags
new 5e15bac [clang-cl] Check that we are in clang cl mode before enabling [...]
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:
lib/CodeGen/CGDebugInfo.cpp | 72 ++++++++++++++++++++++++---------------------
lib/CodeGen/CGDebugInfo.h | 2 +-
test/Driver/cl-options.c | 2 ++
tools/driver/driver.cpp | 2 +-
4 files changed, 43 insertions(+), 35 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 40120d7 gcc/ Backport from trunk r239637. 2016-08-20 Kugan Viveka [...]
new 0d03274 gcc/ Backport from trunk r239859. 2016-08-30 Szabolcs Nag [...]
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/config.gcc | 4 ++--
gcc/config/linux.c | 2 +-
2 files changed, 3 insertions(+), 3 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 899add2 [AVX-512] Fix masked VPERMI2PS isel when the index comes from [...]
new 4b1b5a4 [RegisterScavenger] Remove aliasing registers of operands fro [...]
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/RegisterScavenging.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 master
in repository lldb.
from 1bfce2a Added the "frame diagnose" command and use its output to make [...]
new 723e9e5 Fix build breakage in r280692
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/lldb/Core/Disassembler.h | 2 +-
source/Target/Process.cpp | 2 +-
source/Target/StackFrame.cpp | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.