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-aarch64-stable-allnoconfig in repository toolchain/ci/llvm-monorepo.
from 696f56abbd2 [gn build] Add build files for CodeGen subfolders AsmPrinte [...] adds 80034725476 [x86] add 32-bit RUN for tests and test with opaque constants; NFC adds 92f15de9177 [DAGCombiner] re-enable truncation of binops adds 16176eaed86 Fix conflict types for this FreeBSD test. adds aa4b83c9c7a [COFF] Map truncated .eh_frame section name adds 4f8112e4faa SourceManager: insert(make_pair(..)) -> try_emplace. NFC adds 3d8a5915d08 Remove some UB in RegisterContextDarwin_arm64.cpp adds cd541ad246a Revert a hunk that shouldn't have been included in the last [...] adds a5f8dbf9a95 [X86] Add test for PR39926; NFC adds 2dbc3a2d0c8 Fix InitListExpr test adds 5b69c28c96c Re-order content from InitListExpr adds 8ac5f8465ea Inline dumpFullComment into callers adds 9296daa4cd7 Inline hasNodes into only caller adds 21215e340e3 Introduce optional labels to dumpStmt adds 2fa5edf1135 Revert "Introduce optional labels to dumpStmt" new d4103419f91 NFC: Move dump of individual comment nodes to NodeDumper new cdf933bc139 NFC: Rename TemplateDecl dump utilities new afc60b27d3b [X86] Extend pfm counter coverage for llvm-exegesis
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: clang/include/clang/AST/TextNodeDumper.h | 37 ++- clang/lib/AST/ASTDumper.cpp | 235 +++--------------- clang/lib/AST/TextNodeDumper.cpp | 148 ++++++++++- clang/lib/Basic/SourceManager.cpp | 7 +- clang/test/AST/ast-dump-stmt.cpp | 12 +- .../sanitizer_common/TestCases/FreeBSD/capsicum.cc | 48 ---- .../Utility/RegisterContextDarwin_arm64.cpp | 12 +- llvm/include/llvm/Object/COFF.h | 2 + llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 19 +- llvm/lib/Object/COFFObjectFile.cpp | 6 + llvm/lib/Target/X86/X86PfmCounters.td | 34 ++- llvm/test/CodeGen/AMDGPU/cgp-bitfield-extract.ll | 4 +- llvm/test/CodeGen/X86/2008-09-11-CoalescerBug2.ll | 2 +- .../CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | 2 +- llvm/test/CodeGen/X86/add-sub-nsw-nuw.ll | 2 +- llvm/test/CodeGen/X86/bool-math.ll | 274 +++++++++++++++------ llvm/test/CodeGen/X86/clear-lowbits.ll | 114 ++++----- llvm/test/CodeGen/X86/cmov.ll | 2 +- llvm/test/CodeGen/X86/extract-bits.ll | 250 +++++++++---------- llvm/test/CodeGen/X86/extract-lowbits.ll | 216 ++++++++-------- llvm/test/CodeGen/X86/fshl.ll | 74 +++--- llvm/test/CodeGen/X86/fshr.ll | 62 ++--- llvm/test/CodeGen/X86/funnel-shift-rot.ll | 25 +- llvm/test/CodeGen/X86/funnel-shift.ll | 8 +- llvm/test/CodeGen/X86/pr32284.ll | 3 +- llvm/test/CodeGen/X86/pr37879.ll | 2 - llvm/test/CodeGen/X86/pr39926.ll | 48 ++++ llvm/test/CodeGen/X86/rot16.ll | 4 +- llvm/test/CodeGen/X86/rotate.ll | 18 +- llvm/test/CodeGen/X86/rotate4.ll | 36 +-- llvm/test/CodeGen/X86/schedule-x86-64-shld.ll | 12 +- llvm/test/CodeGen/X86/scheduler-backtracking.ll | 254 ++++++++++--------- llvm/test/CodeGen/X86/test-shrink.ll | 11 +- llvm/test/CodeGen/X86/vector-trunc-math-widen.ll | 236 +++++++----------- llvm/test/CodeGen/X86/vector-trunc-math.ll | 236 +++++++----------- llvm/test/CodeGen/X86/xchg-nofold.ll | 2 +- .../tools/llvm-objdump/Inputs/eh_frame-coff.yaml | 104 ++++++++ llvm/test/tools/llvm-objdump/eh_frame-coff.test | 28 +++ 38 files changed, 1375 insertions(+), 1214 deletions(-) create mode 100644 llvm/test/CodeGen/X86/pr39926.ll create mode 100644 llvm/test/tools/llvm-objdump/Inputs/eh_frame-coff.yaml create mode 100644 llvm/test/tools/llvm-objdump/eh_frame-coff.test