This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6c9fd8e4c04 [DAGCombiner] Improve MatchBswapHword logic (PR31357)
new ed79276e6b5 [SelectionDAG] Improve support for promotion of <1 x fX> fl [...]
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/CodeGen/SelectionDAG.h | 4 ++
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 21 ++++-----
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 +--
test/CodeGen/NVPTX/f16-instructions.ll | 15 +++++++
test/CodeGen/X86/pr31088.ll | 57 ++++++++++++++++++++++++
6 files changed, 96 insertions(+), 13 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 3097fd018 Remove unused code related to CPlusPlusLanguage::FindEquivalentNames
new 80b6a5e14 Change UniqueCStringMap to use ConstString as the key
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/UniqueCStringMap.h | 42 +++++------
include/lldb/Symbol/ObjectFile.h | 4 +-
source/Interpreter/OptionValueEnumeration.cpp | 15 ++--
source/Interpreter/OptionValueProperties.cpp | 10 +--
.../BSD-Archive/ObjectContainerBSDArchive.cpp | 5 +-
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 4 +-
source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 2 +-
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 18 +++--
source/Plugins/SymbolFile/DWARF/NameToDIE.cpp | 12 ++--
source/Plugins/SymbolFile/DWARF/NameToDIE.h | 3 +-
source/Symbol/ClangASTContext.cpp | 81 +++++++++-------------
source/Symbol/GoASTContext.cpp | 35 +++++-----
source/Symbol/Symtab.cpp | 63 ++++++++---------
13 files changed, 135 insertions(+), 159 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 25469d9bd [asan] Add strndup/__strndup interceptors if targeting linux.
new a09710f1e Revert r301904 causing tsan test failure in x86_64-linux-autoconf
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_flags.cc | 4 --
lib/asan/tests/asan_str_test.cc | 21 -----------
lib/msan/msan_interceptors.cc | 36 ++++++++++++++----
lib/msan/tests/msan_test.cc | 6 +--
.../sanitizer_common_interceptors.inc | 43 ----------------------
lib/sanitizer_common/sanitizer_flags.inc | 3 --
.../sanitizer_platform_interceptors.h | 14 -------
lib/sanitizer_common/tests/sanitizer_test_utils.h | 6 ---
test/asan/TestCases/Posix/strndup_oob_test.cc | 26 -------------
test/msan/strndup.cc | 28 --------------
10 files changed, 31 insertions(+), 156 deletions(-)
delete mode 100644 test/asan/TestCases/Posix/strndup_oob_test.cc
delete mode 100644 test/msan/strndup.cc
--
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 33dd8eaf5d9 [ARM] GlobalISel: Use TableGen instruction selector
new 6c9fd8e4c04 [DAGCombiner] Improve MatchBswapHword logic (PR31357)
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 | 27 +++++++++-------
test/CodeGen/X86/bswap_tree.ll | 53 ++++++--------------------------
2 files changed, 26 insertions(+), 54 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 eb56e4e44e [libclang] Revert rL301328 and add tests for the regressions [...]
new 5c23dd5604 Remove leftover test expectation from rL301902.
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:
test/Index/print-type.cpp | 1 -
1 file changed, 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 70a58c7 tcwg-cleanup-stale-workspaces: New script, move from .yaml file.
new d980e14 start-container-docker: Fix problem with cleaning up stale wo [...]
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:
start-container-docker.sh | 21 ++++++++++++++++++---
1 file changed, 18 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 7d66f52694b [APInt] Move APInt::getSplat out of line.
new 33dd8eaf5d9 [ARM] GlobalISel: Use TableGen instruction selector
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/ARM.h | 2 +-
lib/Target/ARM/ARMInstrInfo.td | 12 ++++---
lib/Target/ARM/ARMInstructionSelector.cpp | 58 +++++++++++++++++++++++--------
lib/Target/ARM/ARMTargetMachine.cpp | 2 +-
lib/Target/ARM/CMakeLists.txt | 5 ++-
utils/TableGen/GlobalISelEmitter.cpp | 12 +++++--
6 files changed, 66 insertions(+), 25 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 562b22109e4 2017-05-02 Eric Botcazou <ebotcazou(a)adacore.com>
new af9872270cb Fix 2 typos in documentation (PR other/80589).
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/common.opt | 2 +-
gcc/doc/invoke.texi | 2 +-
3 files changed, 8 insertions(+), 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 binutils-gdb.
from fe50e98c9a Fix value in comment of disassembled ARM type A opcodes.
new 8d0050ea19 Python: Fix indentation in py-record-btrace.c
new ae20e79ae8 Python: Use correct ptid in btrace recording
new a3be24ad59 Python: Remove ptid from gdb.Record interface
new 913aeadd9d Python: Introduce gdb.RecordGap class
new 0ed5da759e Python: Move and rename gdb.BtraceInstruction
new 14f819c8c5 Python: Move and rename gdb.BtraceFunction
new d050f7d7f4 Python: Introduce gdb.Instruction class
The 7 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 | 119 ++++
gdb/Makefile.in | 2 +
gdb/btrace.c | 8 +-
gdb/doc/ChangeLog | 26 +
gdb/doc/python.texi | 108 ++--
gdb/python/py-instruction.c | 67 +++
.../amd64-gs_base.c => python/py-instruction.h} | 18 +-
gdb/python/py-record-btrace.c | 596 ++++++++-------------
gdb/python/py-record-btrace.h | 42 ++
gdb/python/py-record.c | 424 ++++++++++++++-
gdb/python/py-record.h | 74 +++
gdb/python/python-internal.h | 2 +
gdb/python/python.c | 1 +
gdb/testsuite/ChangeLog | 19 +
.../py-record-btrace-threads.c} | 37 +-
.../gdb.python/py-record-btrace-threads.exp | 81 +++
gdb/testsuite/gdb.python/py-record-btrace.exp | 6 +-
17 files changed, 1151 insertions(+), 479 deletions(-)
create mode 100644 gdb/python/py-instruction.c
copy gdb/{testsuite/gdb.arch/amd64-gs_base.c => python/py-instruction.h} (63%)
create mode 100644 gdb/python/py-record.h
copy gdb/testsuite/{gdb.btrace/multi-thread-step.c => gdb.python/py-record-btrace- [...]
create mode 100644 gdb/testsuite/gdb.python/py-record-btrace-threads.exp
--
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 95adf095f9d Fix broken pr78138.c for avr
new 562b22109e4 2017-05-02 Eric Botcazou <ebotcazou(a)adacore.com>
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/ada/ChangeLog | 14 +++++++
gcc/ada/gcc-interface/trans.c | 98 ++++++++++++++++++++++++++++++-------------
2 files changed, 84 insertions(+), 28 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.