This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch master
in repository toolchain/jenkins-scripts.
from e3dda25 jenkins.sh: Handle the case were we have nothing to upload to [...]
new 9a80c78 tcwg-llvm-build: Compress the tarball.
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:
tcwg-llvm-build.sh | 2 +-
1 file changed, 1 insertion(+), 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 e27401501e0 [RISCV] Add WasForced parameter to MCAsmBackend::fixupNeeds [...]
new 710be84a005 [llvm-exegesis] Fix compile error on VS.
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:
unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp | 6 +++---
1 file 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 5f0ee1d59d6 [LICM] Extend the MustExecute scope
new e27401501e0 [RISCV] Add WasForced parameter to MCAsmBackend::fixupNeeds [...]
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/MCAsmBackend.h | 3 +-
include/llvm/MC/MCAssembler.h | 4 +-
lib/MC/MCAsmBackend.cpp | 5 ++-
lib/MC/MCAssembler.cpp | 17 ++++---
.../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 3 +-
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 27 ++++++++---
test/MC/RISCV/compressed-relocations.s | 2 +
test/MC/RISCV/rv32-relaxation.s | 52 ++++++++++++++++++++++
test/MC/RISCV/rv64-relaxation.s | 40 +++++++++++++++++
9 files changed, 138 insertions(+), 15 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 f5e705e8039 [X86DomainReassignment] Hopefully fix buildbot failure
new 5f0ee1d59d6 [LICM] Extend the MustExecute scope
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/Analysis/MustExecute.cpp | 4 +++
test/Analysis/MustExecute/const-cond.ll | 46 +++++++++++++++++++++++++++++++++
test/Transforms/LICM/hoist-mustexec.ll | 11 +++++---
3 files changed, 58 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/MustExecute/const-cond.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 2135b33dc52 [llvm-objcopy] Fix formatting
new f5e705e8039 [X86DomainReassignment] Hopefully fix buildbot failure
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/domain-reassignment-test.ll | 2 +-
1 file changed, 1 insertion(+), 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 6ff324a4d41 [asan] Add instrumentation support for Myriad
new 2135b33dc52 [llvm-objcopy] Fix formatting
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:
tools/llvm-objcopy/llvm-objcopy.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 83650cacf7e Revert "Temporarily revert "[DEBUG] Initial adaptation of N [...]
new 6ff324a4d41 [asan] Add instrumentation support for Myriad
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:
.../Instrumentation/AddressSanitizer.cpp | 34 ++++++++-
.../AddressSanitizer/basic-myriad.ll | 84 ++++++++++++++++++++++
2 files changed, 117 insertions(+), 1 deletion(-)
create mode 100644 test/Instrumentation/AddressSanitizer/basic-myriad.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 compiler-rt.
from 4f5c2afbf [CMake] Use <UNIX|WINDOWS>_COMMAND with separate_arguments
new 139407024 [asan] Add support for Myriad RTEMS memory map
new 884c5285a [asan] Add target-specific files for Myriad RTEMS port
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/asan/CMakeLists.txt | 1 +
lib/asan/asan_mapping.h | 113 +++++---
lib/asan/asan_mapping_myriad.h | 86 ++++++
lib/asan/asan_poisoning.cc | 12 +-
lib/asan/asan_rtems.cc | 263 +++++++++++++++++++
lib/asan/asan_rtl.cc | 28 +-
lib/sanitizer_common/CMakeLists.txt | 2 +
lib/sanitizer_common/sanitizer_rtems.cc | 288 +++++++++++++++++++++
...{sanitizer_mac_libcdep.cc => sanitizer_rtems.h} | 22 +-
9 files changed, 751 insertions(+), 64 deletions(-)
create mode 100644 lib/asan/asan_mapping_myriad.h
create mode 100644 lib/asan/asan_rtems.cc
create mode 100644 lib/sanitizer_common/sanitizer_rtems.cc
copy lib/sanitizer_common/{sanitizer_mac_libcdep.cc => sanitizer_rtems.h} (53%)
--
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 838c49a4f3 Automatic date update in version.in
new 29e0f0a144 opcodes sources should not include libbfd.h
new 0b43954349 libbfd.h and libcoff.h include guards
new 8722de9c41 ATTRIBUTE_HIDDEN for libbfd.h
The 3 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:
bfd/ChangeLog | 18 ++
bfd/config.in | 3 +
bfd/configure | 33 ++++
bfd/configure.ac | 11 ++
bfd/doc/Makefile.am | 2 +
bfd/doc/Makefile.in | 2 +
bfd/libbfd-in.h | 494 +++++++++++++++++++++++++++------------------------
bfd/libbfd.h | 495 ++++++++++++++++++++++++++++------------------------
bfd/libcoff-in.h | 3 +
bfd/libcoff.h | 4 +
opcodes/ChangeLog | 6 +
opcodes/nfp-dis.c | 11 +-
12 files changed, 625 insertions(+), 457 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 3de2740e687 Tidy comment up a bit.
new 83650cacf7e Revert "Temporarily revert "[DEBUG] Initial adaptation of N [...]
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/DwarfDebug.cpp | 22 +-
lib/Target/NVPTX/MCTargetDesc/CMakeLists.txt | 1 +
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp | 26 +-
lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.h | 11 +
.../NVPTX/MCTargetDesc/NVPTXMCTargetDesc.cpp | 12 +-
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp | 94 +
.../NVPTX/MCTargetDesc/NVPTXTargetStreamer.h | 46 +
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 150 +-
lib/Target/NVPTX/NVPTXAsmPrinter.h | 8 +-
lib/Target/NVPTX/NVPTXISelLowering.cpp | 28 +-
lib/Target/NVPTX/NVPTXSection.h | 45 -
lib/Target/NVPTX/NVPTXTargetObjectFile.h | 59 +-
test/DebugInfo/NVPTX/cu-range-hole.ll | 291 +
test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 252 +
test/DebugInfo/NVPTX/debug-file-loc.ll | 74 +-
test/DebugInfo/NVPTX/debug-info.ll | 8339 +++++++++++++++++++-
16 files changed, 9150 insertions(+), 308 deletions(-)
create mode 100644 lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.cpp
create mode 100644 lib/Target/NVPTX/MCTargetDesc/NVPTXTargetStreamer.h
delete mode 100644 lib/Target/NVPTX/NVPTXSection.h
create mode 100644 test/DebugInfo/NVPTX/cu-range-hole.ll
create mode 100644 test/DebugInfo/NVPTX/dbg-declare-alloca.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.