This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 546c8eb Codegen: Fix broken assumption in Tail Merge.
new 317de7c Thread Expected<...> up from libObject’s getSymbolAddress() f [...]
new efe34a4 [InstCombine] consolidate commutation variants of matchSelect [...]
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/Object/COFF.h | 2 +-
include/llvm/Object/ELFObjectFile.h | 6 +-
include/llvm/Object/MachO.h | 2 +-
include/llvm/Object/ObjectFile.h | 6 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 10 +-
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 6 +-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 8 +-
lib/Object/COFFObjectFile.cpp | 4 +-
lib/Object/MachOObjectFile.cpp | 2 +-
lib/Object/Object.cpp | 11 +-
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 45 ++---
test/Transforms/InstCombine/logical-select.ll | 185 ++++++++++++++++-----
tools/llvm-cxxdump/llvm-cxxdump.cpp | 4 +-
tools/llvm-nm/llvm-nm.cpp | 6 +-
tools/llvm-objdump/COFFDump.cpp | 6 +-
tools/llvm-objdump/llvm-objdump.cpp | 20 ++-
tools/llvm-readobj/ARMWinEHPrinter.cpp | 37 +++--
tools/llvm-readobj/Win64EHDumper.cpp | 6 +-
tools/llvm-rtdyld/llvm-rtdyld.cpp | 7 +-
tools/sancov/sancov.cc | 4 +-
20 files changed, 257 insertions(+), 120 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 7355348 Remove support for short component aliases.
new 573f68f Print information about the build machine in jenkins.sh rathe [...]
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:
configure | 16 ----------------
configure.ac | 11 -----------
jenkins.sh | 7 +++++++
3 files changed, 7 insertions(+), 27 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 d4e43ba Use FileCheck. NFC.
new 546c8eb Codegen: Fix broken assumption in Tail Merge.
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/BranchFolding.cpp | 2 +-
test/CodeGen/Mips/eh.ll | 2 +-
test/CodeGen/SPARC/missinglabel.ll | 4 ++--
test/CodeGen/Thumb2/thumb2-cbnz.ll | 4 ++--
test/CodeGen/Thumb2/v8_IT_5.ll | 25 +++-------------------
test/CodeGen/X86/br-fold.ll | 2 ++
test/CodeGen/X86/tail-merge-unreachable.ll | 34 ++++++++++++++++++++++++++++++
7 files changed, 45 insertions(+), 28 deletions(-)
create mode 100644 test/CodeGen/X86/tail-merge-unreachable.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 llvm.
from 20c9609 [codeview] Emit parameter variables in the right order
new d4e43ba Use FileCheck. NFC.
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/CodeGen/X86/ga-offset.ll | 13 +++----------
1 file changed, 3 insertions(+), 10 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 43c5139 Linker: Copy metadata when linking declarations.
new 20c9609 [codeview] Emit parameter variables in the right order
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/AsmPrinter/CodeViewDebug.cpp | 25 ++++++-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 4 +
test/DebugInfo/COFF/parameter-order.ll | 122 +++++++++++++++++++++++++++++++
test/DebugInfo/COFF/types-basic.ll | 8 +-
4 files changed, 151 insertions(+), 8 deletions(-)
create mode 100644 test/DebugInfo/COFF/parameter-order.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 libcxx.
from 3aef68f Run list debug copy test in C++03.
new dd421f5 [libcxx] guard throw with exception enabling check
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/experimental/optional | 8 ++++++++
1 file changed, 8 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 lld.
from a4a46a5 [ELF] - Fix incorrect logic in VersionScriptParser::parseVersion()
new 41b0f4f [ELF] Allow --reproduce to be specified as an environment variable.
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:
ELF/Driver.cpp | 11 +++++++++--
test/ELF/reproduce.s | 2 +-
2 files changed, 10 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 lldb.
from 876d71d Silence a -Wc++11-narrowing warning
new 5f39eff Fix an issue where LLDB would show the key and value of a sin [...]
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:
.../objc/single-entry-dictionary}/Makefile | 0
.../TestObjCSingleEntryDictionary.py} | 41 +++++++++++++++-------
.../test/lang/objc/single-entry-dictionary/main.m | 7 ++++
source/Plugins/Language/ObjC/NSDictionary.cpp | 4 +--
4 files changed, 37 insertions(+), 15 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/breakpoint/objc => lang/objc/ [...]
copy packages/Python/lldbsuite/test/lang/objc/{modules-auto-import/TestModulesAuto [...]
create mode 100644 packages/Python/lldbsuite/test/lang/objc/single-entry-dictionar [...]
--
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 07509df DeadStoresChecker: Don't warn about dead stores into volatile [...]
new 9415394 clang-format: [JS] Fix build breakage.
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/Format/TokenAnnotator.cpp | 2 +-
unittests/Format/FormatTestJS.cpp | 2 +-
2 files changed, 2 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 82372b2 Add a gdbarch 'print_auxv_entry' method for FreeBSD ABIs.
new e6cdd38 Add support for catching system calls to native FreeBSD targets.
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 | 18 ++
gdb/config.in | 3 +
gdb/configure | 14 ++
gdb/configure.ac | 5 +
gdb/data-directory/Makefile.in | 3 +-
gdb/fbsd-nat.c | 50 +++++
gdb/fbsd-tdep.c | 21 +++
gdb/syscalls/freebsd.xml | 410 +++++++++++++++++++++++++++++++++++++++++
8 files changed, 523 insertions(+), 1 deletion(-)
create mode 100644 gdb/syscalls/freebsd.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.