This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-defconfig in repository toolchain/ci/llvm-project.
from 901d04fc6df [Coverage] Load code coverage data from archives adds 2fa83cb7ee0 [libFuzzer] simplify the DFT trace collection using the new [...] adds a5b12be60f9 fix whitespaces adds 6e6e3af55bb [Remarks] Refactor optimization remarks setup adds 1c88445840c [MachinePiepliner] Don't check boundary node in checkValidN [...] adds cf34a2bd5d6 [X86Disassembler] Unify the EVEX and VEX code in emitContex [...] adds fb0a40f0648 [GlobalISel][IRTranslator] Add debug loc with line 0 to con [...] adds 4336a9496d4 [AMDGPU] gfx10 documentation update. NFC. adds 2ce370c9572 [libc++] Fix build with gcc 4.8 adds 0feb6e52f18 Symbolize: Remove dead code. NFCI. adds 49275272e3e Use fully qualified name when printing S_CONSTANT records
No new revisions were added by this update.
Summary of changes: clang/lib/CodeGen/CGDebugInfo.cpp | 9 +- clang/lib/CodeGen/CodeGenAction.cpp | 51 +- compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp | 72 +- compiler-rt/lib/fuzzer/FuzzerFork.cpp | 19 +- compiler-rt/lib/fuzzer/dataflow/DataFlow.cpp | 120 +- compiler-rt/test/fuzzer/Labels20Test.cpp | 41 + compiler-rt/test/fuzzer/OnlySomeBytesTest.cpp | 3 +- compiler-rt/test/fuzzer/dataflow.test | 100 +- libcxx/include/charconv | 2 +- llvm/docs/AMDGPUUsage.rst | 3682 +++++++++++++------- llvm/include/llvm/IR/RemarkStreamer.h | 28 + llvm/include/llvm/LTO/LTO.h | 6 +- .../llvm/Support/X86DisassemblerDecoderCommon.h | 36 +- llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 9 +- llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp | 17 +- llvm/lib/CodeGen/MachinePipeliner.cpp | 5 + .../DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 16 +- llvm/lib/DebugInfo/Symbolize/Symbolize.cpp | 1 - llvm/lib/IR/RemarkStreamer.cpp | 35 + llvm/lib/LTO/LTO.cpp | 36 +- llvm/lib/LTO/LTOBackend.cpp | 3 +- llvm/lib/LTO/LTOCodeGenerator.cpp | 27 +- llvm/lib/LTO/ThinLTOCodeGenerator.cpp | 11 +- .../X86/Disassembler/X86DisassemblerDecoder.cpp | 2 +- .../CodeGen/AArch64/GlobalISel/constant-dbg-loc.ll | 74 + llvm/test/CodeGen/PowerPC/sms-simple.ll | 78 + llvm/test/DebugInfo/AArch64/cfi-eof-prologue.ll | 2 +- llvm/test/DebugInfo/COFF/global-constants.ll | 150 +- llvm/tools/gold/gold-plugin.cpp | 18 +- llvm/tools/llc/llc.cpp | 48 +- llvm/tools/llvm-lto2/llvm-lto2.cpp | 29 +- llvm/tools/opt/opt.cpp | 54 +- llvm/utils/TableGen/X86DisassemblerTables.cpp | 74 +- 33 files changed, 3089 insertions(+), 1769 deletions(-) create mode 100644 compiler-rt/test/fuzzer/Labels20Test.cpp create mode 100644 llvm/test/CodeGen/AArch64/GlobalISel/constant-dbg-loc.ll create mode 100644 llvm/test/CodeGen/PowerPC/sms-simple.ll