This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from da55f9c Add a similar test for tailcall optimization as in r270287 fo [...]
new 3a01753 [DAGCombiner] reduce code duplication with local variables; NFCI
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/DAGCombiner.cpp | 42 ++++++++++++++++----------------
1 file changed, 21 insertions(+), 21 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 5045565 In FileSpec::Equal, short-cut GetNormalizedPath.
new 7b4952e Add support for tracing hello-world application on NetBSD
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/NetBSD/CMakeLists.txt | 1 +
.../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 948 ++++++++++++++++++++-
.../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 90 ++
.../Process/NetBSD/NativeRegisterContextNetBSD.cpp | 47 +
.../Process/NetBSD/NativeRegisterContextNetBSD.h | 13 +
.../NetBSD/NativeRegisterContextNetBSD_x86_64.cpp | 477 +++++++++++
.../NetBSD/NativeRegisterContextNetBSD_x86_64.h | 70 ++
.../Plugins/Process/NetBSD/NativeThreadNetBSD.cpp | 123 ++-
source/Plugins/Process/NetBSD/NativeThreadNetBSD.h | 39 +
9 files changed, 1803 insertions(+), 5 deletions(-)
create mode 100644 source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
create mode 100644 source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.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 bdb8cec [DAG] fix formatting; NFC
new aba00ee LTO: Replace InputFile::Symbol::getFlags() with predicate acc [...]
new da55f9c Add a similar test for tailcall optimization as in r270287 fo [...]
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/llvm/LTO/LTO.h | 10 +++++++++-
lib/LTO/LTO.cpp | 4 ++--
test/CodeGen/{PowerPC => AArch64}/tailcall-string-rvo.ll | 4 ++--
tools/gold/gold-plugin.cpp | 10 ++++------
4 files changed, 17 insertions(+), 11 deletions(-)
copy test/CodeGen/{PowerPC => AArch64}/tailcall-string-rvo.ll (96%)
--
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 0d7747a COFF: include archive name in LTO object name
new d990849 LTO: Replace InputFile::Symbol::getFlags() with predicate acc [...]
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:
COFF/InputFiles.cpp | 8 +++-----
COFF/LTO.cpp | 4 +---
ELF/InputFiles.cpp | 9 ++++-----
ELF/LTO.cpp | 4 +---
4 files changed, 9 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 llvm.
from e42e44c [AMDGPU] Boost unroll threshold for loops reading local memory
new 8cc66a6 [DAGCombiner] remove redundant conditions and duplicated code; NFCI
new bdb8cec [DAG] fix formatting; NFC
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/SelectionDAG/DAGCombiner.cpp | 18 ++++++++----------
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 16 ++++++++--------
2 files changed, 16 insertions(+), 18 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 fe493ee 2017-03-28 Vladimir Makarov <vmakarov(a)redhat.com>
new 884efee rs6000: Fix gcc.target/powerpc/gcse-1.c for PIC (PR43496)
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 | 6 ++++++
gcc/testsuite/gcc.target/powerpc/gcse-1.c | 2 +-
2 files 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 llvm.
from 7a9c514 [AMDGPU] Fix recorded region boundaries in max-occupancy scheduler
new e42e44c [AMDGPU] Boost unroll threshold for loops reading local memory
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/AMDGPU/AMDGPUTargetTransformInfo.cpp | 102 +++++++++++++++++-------
test/CodeGen/AMDGPU/unroll.ll | 34 +++++++-
2 files changed, 104 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 llvm.
from f54b836 [DAGCombiner] rename variables in foldAndOfSetCCs for easier [...]
new 7a9c514 [AMDGPU] Fix recorded region boundaries in max-occupancy scheduler
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/AMDGPU/GCNSchedStrategy.cpp | 15 +++++----------
lib/Target/AMDGPU/GCNSchedStrategy.h | 9 ++-------
2 files changed, 7 insertions(+), 17 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 e610031 Reland "[Compiler-rt][Builtins] Implement lit-test support (p [...]
new 1e39eaa Enable i386 builds for darwin lsan
new 4d2e240 Postpone lsan tls allocation until required
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:
cmake/config-ix.cmake | 10 +---------
lib/lsan/lsan_common.h | 8 +++++---
lib/lsan/lsan_common_mac.cc | 19 +++++++++++--------
lib/sanitizer_common/sanitizer_stoptheworld_mac.cc | 6 ++++--
4 files 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 llvm.
from c9e0a0d [X86][MMX] Match MMX fp_to_sint conversions from XMM registers
new f54b836 [DAGCombiner] rename variables in foldAndOfSetCCs for easier [...]
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/DAGCombiner.cpp | 62 ++++++++++++++++----------------
1 file changed, 30 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.