 |
Changes
- [clang][cli] Port GPU-related language options to marshalling system
(details / githubweb)
- [LLDB][test] - Fix test after yaml2obj change.
(details / githubweb)
- [update_llc_test_checks] Support AVR
(details / githubweb)
- [llvm-nm] Silence a gcc warning about a stray semicolon. NFC.
(details / githubweb)
- [yaml2obj][obj2yaml] - Improve how we set/dump the sh_entsize field.
(details / githubweb)
- [mlir:async] Use ODS to define async types
(details / githubweb)
- Revert "[clang-format] add case aware include sorting"
(details / githubweb)
- [SVE] Fix some logical arithmetic tests
(details / githubweb)
- [mlir] Async: add a separate pass to lower from async to async.coro and async.runtime
(details / githubweb)
- [AMDGPU][MC] Refactored exp tgt handling
(details / githubweb)
- [LLD][ELF][AArch64] Add support for R_AARCH64_LD64_GOTPAGE_LO15 relocation
(details / githubweb)
- [mlir] drop unused statics
(details / githubweb)
- [LIBOMPTARGET]FIX define declaration, NFC
(details / githubweb)
- [JITLink][ELF/x86-64] When building PLT stub, use -4 offset for PCRel32.
(details / githubweb)
- [ORC] Fix debug logging message.
(details / githubweb)
- Remove requirement for -maltivec to be used when using -mabi=vec-extabi or -mabi=vec-default when not using vector code
(details / githubweb)
- Revert "[flang] Search for #include "file" in right directory"
(details / githubweb)
- [ORC] Attempt to auto-claim responsibility for weak defs in ObjectLinkingLayer.
(details / githubweb)
- [Passes] Run peeling as part of simple/full loop unrolling.
(details / githubweb)
- [AMDGPU] Fix use of HasModifiers in VopProfile
(details / githubweb)
- [AMDGPU] Add IntrWillReturn to three intrinsics
(details / githubweb)
- [CostModel] Handle CTLZ and CCTZ in getTypeBasedIntrinsicInstrCost
(details / githubweb)
- Fix signed/unsigned comparison warning. NFCI.
(details / githubweb)
- [LoopUnswitch] Add some additional tests.
(details / githubweb)
- [LoopUnswitch] Avoid partially unswitching too aggressively.
(details / githubweb)
- AMDGPU: Clear IsSSA property in SIFormMemoryClauses
(details / githubweb)
- [libomptarget][NFC] Fixed obsolete function names in comments
(details / githubweb)
- [AMDGPU] Fix null-dereference static analysis warnings. NFCI.
(details / githubweb)
- [Sema] diagnoseEquivalentInternalLinkageDeclarations - assert for non-null NamedDecl. NFCI.
(details / githubweb)
- [mlir][nfc] Move `getInnermostParallelLoops` to SCF/Transforms/Utils.h.
(details / githubweb)
- [NFC] Disallow unused prefixes under clang/test/CodeGen
(details / githubweb)
- [AMDGPU] HSAMD::fromString - replace std::string arg with StringRef. NFCI.
(details / githubweb)
- Fix null dereference static analysis warning. NFCI.
(details / githubweb)
- [LoopUtils] do not initialize Cmp predicate unnecessarily; NFC
(details / githubweb)
- [LoopVectorize] add test for fmin/fmax FMF propagation; NFC
(details / githubweb)
- [mlir] Add Python bindings for IntegerSet
(details / githubweb)
- [clangd] Add std::size_t to StdSymbol mapping
(details / githubweb)
- [lldb] Remove unused ThreadPlanStack::GetStackOfKind (NFC)
(details / githubweb)
- [OpenMP][deviceRTLs] Build the deviceRTLs with OpenMP instead of target dependent language
(details / githubweb)
- AMDGPU: Add assertion to determineCalleeSaves
(details / githubweb)
- AMDGPU: Fix redundant FP spilling/assert in some functions
(details / githubweb)
- [mlir] Set CUDA/ROCm context before creating resources.
(details / githubweb)
- [lldb][NFC] Another attempt to fix GCC 5.x compilation
(details / githubweb)
- Reland "[lit] Use os.cpu_count() to cleanup TODO"
(details / githubweb)
- [mlir] sret and byval now require a type argument when constructed.
(details / githubweb)
- [RISCV] Have customLegalizeToWOp truncate to the original type instead of i32 now that we use it for i8/i16 as well.
(details / githubweb)
- [ARM] [ELF] Fix ARMMaterializeGV for Indirect calls
(details / githubweb)
- [clangd] Selection handles CXXBaseSpecifier
(details / githubweb)
- [clangd] FindTarget resolves base specifier
(details / githubweb)
- [libomptarget][devicertl][amdgpu] Fix build, variable renaming error
(details / githubweb)
- Support for instrumenting only selected files or functions
(details / githubweb)
- [gn build] Port 4edf35f11a9e
(details / githubweb)
- [OpenMP][Libomptarget] Introduce changes to support remote plugin
(details / githubweb)
- [AMDGPU] Update subtarget features for new target ID support
(details / githubweb)
- CGDebugInfo: Drop Loc.isInvalid() special case from getLineNumber
(details / githubweb)
- CGDebugInfo CreatedLimitedType: Drop file/line for RecordType with invalid location
(details / githubweb)
- [flang][openacc][NFC] Organize clause validity tests by directive
(details / githubweb)
- Make SBDebugger::CreateTargetWithFileAndArch work with lldb::LLDB_DEFAULT_ARCH
(details / githubweb)
- Revert "Support for instrumenting only selected files or functions"
(details / githubweb)
- Add -fbinutils-version= to gate ELF features on the specified binutils version
(details / githubweb)
- [libc++] Fix oss-fuzz build
(details / githubweb)
- [llvm-elfabi] Support ELF file that lacks .gnu.hash section
(details / githubweb)
- [OpenMP][Libomptarget] Introduce Remote Offloading Plugin
(details / githubweb)
- [libomptarget][cuda] Only run tests when sure there is cuda available
(details / githubweb)
- [libomptarget][cuda] Gracefully handle missing cuda library
(details / githubweb)
- [llvm-elfabi] Fix test after D95140
(details / githubweb)
- [gn build] Port 1e634f3952aa
(details / githubweb)
- [OpenMP][Libomptarget] Fix cmake error on remote plugin
(details / githubweb)
- [GlobalISel][IRTranslator] Ignore the llvm.experimental.noalias.scope.decl intrinsic.
(details / githubweb)
- [NFC][lit] Cleanup code using string interpolation
(details / githubweb)
- [X86] In shrinkAndImmediate, place the new constant into the topological sort.
(details / githubweb)
- [NFC] Show instcombine powi simplifications drop FMF
(details / githubweb)
- [InstCombine] Preserve FMF for powi simplifications.
(details / githubweb)
- [libomptarget][NFC] Use portable printf format specifiers.
(details / githubweb)
- [NewPM] Add ExtraVectorizerPasses support
(details / githubweb)
- [ARM] Fix STRT/STRHT/STRBT input/output operands.
(details / githubweb)
- Frontend: Fix memory leak in CompilerInstance::setVerboseOutputStream
(details / githubweb)
- Salvage debug info for function arguments in coro-split funclets.
(details / githubweb)
- [GlobalISel] Implement computeKnownBits for G_SEXT_INREG
(details / githubweb)
- Frontend: Simplify handling of non-seeking streams in CompilerInstance, NFC
(details / githubweb)
- [llc] Add reportError helper and canonicalize error messages
(details / githubweb)
- Frontend: Fix layering between create{,Default}OutputFile, NFC
(details / githubweb)
- [libomptarget][NFC] Avoid gcc 5/6 issue with lambda captures.
(details / githubweb)
- llvm-lib: Pull error printing code out of two functions
(details / githubweb)
- Disable rosegment for old Android versions.
(details / githubweb)
- [gn build] restore build command removed in 9595a7ff55b6 for platforms without prebuilts
(details / githubweb)
- [gn build] fix get.py change
(details / githubweb)
- [libomptarget][cuda] Handle missing _v2 symbols gracefully
(details / githubweb)
- [OpenMP] Modify OMP_ALLOCATOR environment variable
(details / githubweb)
- [libc++] Give `MoveOnly` all six comparison operators, not just == and <.
(details / githubweb)
- Support for instrumenting only selected files or functions
(details / githubweb)
- [RISCV] Add rv64 run lines to rv32 MC layer tests for B extension
(details / githubweb)
- [OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX `deviceRTLs`
(details / githubweb)
- [gn build] Port bb9eb1982980
(details / githubweb)
- Rename clang/test/Frontend/output-{failures,paths}.c, NFC
(details / githubweb)
- Frontend: Use early returns in CompilerInstance::clearOutputFiles, NFC
(details / githubweb)
- Bump the trunk major version to 13
(details / githubweb)
- [TableGen] Add isContradictoryImpl implementation to CheckCondCodeMatcher and CheckChild2CondCodeMatcher.
(details / githubweb)
- [AMDGPU] Forward-declare TargetRegisterClass (NFC)
(details / githubweb)
- [MemorySSA] Use ListSeparator (NFC)
(details / githubweb)
- [llvm-objdump] Use append_range (NFC)
(details / githubweb)
- [mlir][Linalg] Add canonicalization for init_tensor -> subtensor op.
(details / githubweb)
- [clang][cli] Port LangOpts to marshalling system, pt.1
(details / githubweb)
- [clang-format] Avoid considering include directive as a template closer.
(details / githubweb)
- Fix an error about implicit fallthrough during self build - new tag for ittapi.
(details / githubweb)
- [mlir] Extend semantic of OffsetSizeAndStrideOpInterface.
(details / githubweb)
- [clang][cli] Port LangOpts to marshalling system, pt.2
(details / githubweb)
- [OpenMP] libomp: fix build by clang-cl with vs2019
(details / githubweb)
- [libc][NFC] Use a end of list marker for cpu feature detection.
(details / githubweb)
- [clang] Fix signedness in vector bitcast evaluation
(details / githubweb)
- [AArch64][GlobalISel] Make G_SADDE and G_SSUBE legal
(details / githubweb)
- [Test][AArch64] Use named vregs in overflow legalization tests. NFC
(details / githubweb)
- [ARM] Add neon FP16 scalar_to_vector patterns.
(details / githubweb)
- [AMDGPU] Write "GFX6-GFX9" instead of "GFX6-9" in docs
(details / githubweb)
- Fix "not all control paths return a value" warning. NFCI.
(details / githubweb)
- [flang][driver] Report prescanning diags during syntax-only parsing
(details / githubweb)
- [RISCV] Fix a codegen crash in getSetCCResultType
(details / githubweb)
- [AArch64] Add vector saturating add intrinsic costs
(details / githubweb)
- [MachineLICM][MachineSink] Move SinkIntoLoop to MachineSink.
(details / githubweb)
- [clang][AST] Encapsulate DeclarationNameLoc, NFCI
(details / githubweb)
- [SCEV] Fix incorrect loop exit count analysis.
(details / githubweb)
- clang-cl: Add /winsdkdir and /winsdkversion flags
(details / githubweb)
- [analyzer] NFC: Introduce reusable bug category for "C++ move semantics".
(details / githubweb)
- [OpenCL][Docs] Moved info from UsersManual into OpenCLSupport.
(details / githubweb)
- [DWARF] Create subprogram's DIE in DISubprogram's unit
(details / githubweb)
- [lldb] Add move_iterator to supported template list
(details / githubweb)
- [mlir:async] Fix deadlock in async runtime await-and-execute functions
(details / githubweb)
- [LoopUnswitch] Add test cases not partially unswitched due to cost.
(details / githubweb)
- [clang][cli] Port OpenMP-related LangOpts to marshalling system
(details / githubweb)
- [clang][cli] Parse HeaderSearch options separately
(details / githubweb)
- [clang][cli] Generate HeaderSearch options separately
(details / githubweb)
- clang-cl: Prefer /vctoolsdir, /winsdkdir over LIB for link invocations
(details / githubweb)
- Try to fix cl-options.c on bots were the default triple is non-x86 non-arm
(details / githubweb)
- [clangd] Work around GCC bug 66735
(details / githubweb)
- [OpenMP] Fix building using LLVM_ENABLE_RUNTIMES
(details / githubweb)
- [OpenMP][Libomptarget] Fix check-libomptarget
(details / githubweb)
- [clangd] Treat "null" optional fields as missing
(details / githubweb)
- [X86] merge "={eax}" and "~{eax}" into "=&eax" for MSInlineASM
(details / githubweb)
- [flang][openacc] Fix clause restriction for host_data directive
(details / githubweb)
- [flang][openacc] Fix clause restriction for exit data directive
(details / githubweb)
- [libcxx] Update include/__libcpp_version to match include/__config
(details / githubweb)
- [mlir] Fold shape.eq %a, %a to true
(details / githubweb)
- [libc++] [P0879] constexpr heap and partial_sort algorithms
(details / githubweb)
- [compiler-rt] Support FreeBSD standalone (boot) environment
(details / githubweb)
- [NFC] StackProtector: be consistent and to initialize DominatorTreeWrapperPass
(details / githubweb)
- [CodeGen] SafeStack: preserve DominatorTree if it is avaliable
(details / githubweb)
- [Support] Fix clang-tidy auto warnings. NFCI.
(details / githubweb)
- [Support] CommandLine.cpp - Fix clang-tidy namespace comment warnings. NFCI.
(details / githubweb)
- ExecutionDomainFix.cpp - use const refs in for-range loops. NFCI.
(details / githubweb)
- [TableGen] [DetailedRecords] Print record name that is null string as ""
(details / githubweb)
- [LoopUtils] Pass SCEVExpander instead SE to addRuntimeChecks.
(details / githubweb)
- [libc++] Fix extern template test failing on Windows
(details / githubweb)
- [flang][openacc] Allow multiple wait clauses
(details / githubweb)
- [RISCV] Group the legal vector types into lists we can iterator over in the RISCVISelLowering constructor
(details / githubweb)
- [libc] Disable sqrtl_test on non-x86 platforms.
(details / githubweb)
- [FaultsMaps][llvm-objdump] Move FaultMapParser to Object/. Remove CodeGen dependency from llvm-objdump
(details / githubweb)
- [ThinLTO] Add Visibility bits to GlobalValueSummary::GVFlags
(details / githubweb)
- [test] Fix clang/test/CodeGen tests
(details / githubweb)
- [gn build] Port 0b50fa99452f
(details / githubweb)
- Revert "Suppress non-conforming GNU paste extension in all standard-conforming modes"
(details / githubweb)
- [lit][NFC] Use enum to represent test order
(details / githubweb)
- [sanitizer][fuchsia] Implement ReleaseMemoryPagesToOS
(details / githubweb)
- [libc] Include only the relevant header files in the integration test.
(details / githubweb)
- [LoopVectorize] use IR fast-math-flags exclusively (not FP function attributes)
(details / githubweb)
- [builtins] Fix integer/pointer confusion in gcc_personality_v0.c
(details / githubweb)
- [builtins] Fix build after D95537 due to missing size_t
(details / githubweb)
- [RISCV] Rework fault first only load isel.
(details / githubweb)
- [libc] Fix the CMake var name of the list of public headers.
(details / githubweb)
- [RISCV] Reduce field sizes in searchable tables to reduce binary size.
(details / githubweb)
- [OpenMP] Fix HWLOC topology detection for 2.0.x
(details / githubweb)
- [OpenMP] Add cpuid leaf 1f topology discovery
(details / githubweb)
- [OpenMP] Fix misleading warning for OMP_PLACES
(details / githubweb)
- Parse different attribute syntaxes in arbitrary order
(details / githubweb)
- Permit __VA_OPT__ in all language modes and allow it to be detected with #ifdef.
(details / githubweb)
- [scudo][standalone] Restore GWP-ASan flag parsing
(details / githubweb)
- Silence a -Wlogical-op-parentheses diagnostic; NFC
(details / githubweb)
- [libc] Fix list of public headers usable on aarch64.
(details / githubweb)
- Ignore unknown attribute warnings in this test
(details / githubweb)
- [sanitizer] Fix crash on empty strings.
(details / githubweb)
- Fix runInTerminal failures on Windows
(details / githubweb)
- [ARM] Add BE check variants for soft-fp test. NFC
(details / githubweb)
- Revert "[sanitizer] Fix crash on empty strings."
(details / githubweb)
- [sanitizer] Fix crash on empty strings.
(details / githubweb)
- [Demangle] Support demangling Swift calling convention in MS demangler.
(details / githubweb)
- Don't allow __VA_OPT__ to be detected by #ifdef.
(details / githubweb)
- [RISCV] Move RISCVVPseudosTable from RISCVBaseInfo.h to RISCVInstrInfo.h. NFC
(details / githubweb)
- Itanium Mangling: Mangle `__alignof__` differently than `alignof`.
(details / githubweb)
- Itanium Mangling: Fix handling of <expr-primary> in <template-arg>.
(details / githubweb)
- Itanium Mangling: In 'enable_if', omit X/E around <expr-primary>.
(details / githubweb)
- DebugInfo: Deduplicate addresses in debug_addr
(details / githubweb)
- [OpenMP][NVPTX] Disable building NVPTX deviceRTL by default on a non-CUDA system
(details / githubweb)
- [AArch64][GlobalISel] Allow vector store legalization into 128-bit-wide types
(details / githubweb)
- [CodeGen] IndirectBrExpandPass: preserve Dominator Tree, if available
(details / githubweb)
- clang: Fix static_assert in a few contexts in microsoft mode
(details / githubweb)
- [flang] Search for #include "file" in right directory (take 2)
(details / githubweb)
|
 | Started by upstream project clang-stage2-Rthinlto_relay build number 5611 originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18063
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18064
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18065
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18066
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18067
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18068
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18069
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18070
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18071
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18072
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18073
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18074
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18075
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18077
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18078
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18079
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18080
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18081
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18082
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18083
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18084
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18085
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18086
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18087
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18088
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18089
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18090
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18091
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18092
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18093
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18094
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18095
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18096
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18097
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18098
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18099
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18100
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18102
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18103
originally caused by:
- Started by upstream project Clang Stage 1: cmake, RA, using system compiler build number 18104
originally caused by:
|
 | This run spent: - 6 hr 22 min waiting;
- 6 hr 23 min build duration;
- 12 hr total from scheduled to completion.
|
 | Revision: bfafc6476c650a1c5db9390b1bd0320e73abab4e
|
 | Revision: 6110e7716cd0000fdeb2a7edfbec7c9991f1a08a
|
 | Test Result (no failures) |