This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2fc7c7603 Don't ever reduce the timeout of a packet, only increase it.
new be691d99d [ClangASTContext] Placate `casts away qualifiers` warnings from GCC.
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/Symbol/ClangASTContext.cpp | 12 ++++++++----
1 file changed, 8 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 compiler-rt.
from 9e60082e3 Don't read non-readable address ranges during lsan pointer scanning
new 0f9f15db7 [sanitizer] Introduce tid_t as a typedef for OS-provided thread IDs
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_thread.cc | 8 ++++----
lib/asan/asan_thread.h | 2 +-
lib/lsan/lsan_common.cc | 2 +-
lib/lsan/lsan_common.h | 4 ++--
lib/lsan/lsan_thread.cc | 6 +++---
lib/lsan/lsan_thread.h | 2 +-
lib/sanitizer_common/sanitizer_common.h | 2 +-
lib/sanitizer_common/sanitizer_internal_defs.h | 6 ++++++
lib/sanitizer_common/sanitizer_linux.cc | 2 +-
lib/sanitizer_common/sanitizer_mac.cc | 5 ++---
lib/sanitizer_common/sanitizer_stoptheworld.h | 9 ++++-----
lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc | 6 ++----
lib/sanitizer_common/sanitizer_thread_registry.cc | 7 ++++---
lib/sanitizer_common/sanitizer_thread_registry.h | 8 ++++----
lib/sanitizer_common/sanitizer_win.cc | 2 +-
lib/tsan/rtl/tsan_debugging.cc | 4 ++--
lib/tsan/rtl/tsan_interface.h | 5 +++--
lib/tsan/rtl/tsan_report.h | 2 +-
lib/tsan/rtl/tsan_rtl.h | 2 +-
lib/tsan/rtl/tsan_rtl_thread.cc | 2 +-
test/tsan/Darwin/main_tid.mm | 4 ++--
test/tsan/debug_alloc_stack.cc | 6 +++---
test/tsan/debugging.cc | 4 ++--
23 files changed, 52 insertions(+), 48 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 dd8e0d9abea gcc/testsuite/ChangeLog:
new 9bd87693ba6 2017-04-17 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 12 +++++++++---
gcc/fortran/module.c | 35 -----------------------------------
2 files changed, 9 insertions(+), 38 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 82b3362feae AMDGPU: Set CodePointerSize to 8 for amdgcn
new 1ba7d194288 [IR] Put the Use list waymarking bits in the bit positions [...]
new 8e598253826 AMDGPU: Test handling of R_AMDGPU_ABS64 in RelocVisitor
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/IR/Use.h | 24 ++++++++++++++++++++--
.../{code-pointer-size.ll => dwarfdump-relocs.ll} | 7 +++----
2 files changed, 25 insertions(+), 6 deletions(-)
copy test/DebugInfo/AMDGPU/{code-pointer-size.ll => dwarfdump-relocs.ll} (92%)
--
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 fc84bd3dbe4 Object: Use offset+size as the irsymtab string representation.
new 82b3362feae AMDGPU: Set CodePointerSize to 8 for amdgcn
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/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 1 +
test/DebugInfo/AMDGPU/code-pointer-size.ll | 73 ++++++++++++++++++++++
test/DebugInfo/AMDGPU/variable-locations.ll | 4 +-
3 files changed, 76 insertions(+), 2 deletions(-)
create mode 100644 test/DebugInfo/AMDGPU/code-pointer-size.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 0c79d1f4e07 Distinguish between code pointer size and DataLayout::getPo [...]
new 6163b4af732 Bitcode: Add a string table to the bitcode format.
new fc84bd3dbe4 Object: Use offset+size as the irsymtab string representation.
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:
docs/BitCodeFormat.rst | 42 ++-
include/llvm/Bitcode/BitcodeReader.h | 4 +
include/llvm/Bitcode/BitcodeWriter.h | 14 +
include/llvm/Bitcode/LLVMBitCodes.h | 14 +-
include/llvm/Object/IRSymtab.h | 4 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 315 ++++++++++++----
lib/Bitcode/Writer/BitcodeWriter.cpp | 410 ++++++++++-----------
lib/Object/IRSymtab.cpp | 3 +-
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 2 +
test/Bitcode/thinlto-alias.ll | 36 +-
.../thinlto-function-summary-callgraph-pgo.ll | 28 +-
...o-function-summary-callgraph-profile-summary.ll | 48 ++-
test/Bitcode/thinlto-function-summary-callgraph.ll | 31 +-
.../thinlto-function-summary-originalnames.ll | 8 +-
test/Bitcode/thinlto-function-summary-refgraph.ll | 59 ++-
test/Bitcode/thinlto-function-summary.ll | 25 +-
test/ThinLTO/X86/autoupgrade.ll | 6 +-
test/ThinLTO/X86/distributed_indexes.ll | 14 +-
test/tools/gold/X86/thinlto.ll | 22 +-
test/tools/llvm-lto/thinlto.ll | 8 +-
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 7 +
tools/llvm-cat/llvm-cat.cpp | 9 +-
tools/llvm-modextract/llvm-modextract.cpp | 9 +-
23 files changed, 677 insertions(+), 441 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 a017dc69651 AArch64: support nonlazybind
new 0c79d1f4e07 Distinguish between code pointer size and DataLayout::getPo [...]
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/MC/MCAsmInfo.h | 8 ++++----
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 4 ++--
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 9 +++++----
lib/CodeGen/AsmPrinter/DIE.cpp | 8 ++++----
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 +++---
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 +++++----
lib/MC/MCDwarf.cpp | 21 +++++++++++----------
lib/MC/MCParser/AsmParser.cpp | 4 ++--
.../AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp | 4 ++--
lib/Target/BPF/MCTargetDesc/BPFMCAsmInfo.h | 2 +-
lib/Target/MSP430/MCTargetDesc/MSP430MCAsmInfo.cpp | 2 +-
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | 2 +-
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp | 2 +-
lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp | 4 ++--
lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp | 2 +-
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp | 2 +-
.../SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp | 2 +-
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp | 8 ++++----
18 files changed, 51 insertions(+), 48 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 f1a890db285 Introduce APInt::isSignBitSet/isSignBitClear. Use in place [...]
new a017dc69651 AArch64: support nonlazybind
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/AArch64/AArch64ISelLowering.cpp | 34 +++++++++++++-----------------
lib/Target/AArch64/AArch64Subtarget.cpp | 17 +++++++++++++++
lib/Target/AArch64/AArch64Subtarget.h | 3 +++
test/CodeGen/AArch64/nonlazybind.ll | 32 ++++++++++++++++++++++++++++
4 files changed, 67 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/AArch64/nonlazybind.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 clang.
from 9a22a287be [ObjC] Mark loads from __NSArray0 and __NSDictionary0 as inv [...]
new 661f8feccb Use default ref capture to simplify local lambdas, use a tem [...]
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/AST/ExternalASTMerger.cpp | 39 +++++++++++++++++----------------------
1 file changed, 17 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 6d01b814853 AMDGPU: SimplifyDemandedElts for image intrinsics
new f1a890db285 Introduce APInt::isSignBitSet/isSignBitClear. Use in place [...]
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/ADT/APInt.h | 14 +++++
lib/Analysis/ValueTracking.cpp | 68 +++++++++++-----------
.../InstCombine/InstCombineSimplifyDemanded.cpp | 8 +--
3 files changed, 52 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.