Started 2 yr 1 mo ago
Took 9 min 48 sec

Build #3853 (Apr 30, 2021 2:28:07 PM)

Changes
  1. [Clang] Added doc for malloc attribute (details / githubweb)
  2. [Clang] Added heading to doc for malloc attribute (details / githubweb)
  3. [ARM] Format ARMISD node definitions. NFC (details / githubweb)
  4. [libc++] Remove if-else to make branch predictor happy (details / githubweb)
  5. [lld/mac] Don't assert when using -exported_symbol with private symbol (details / githubweb)
  6. [InstCombine] Add tests for comparison of integer parts (NFC) (details / githubweb)
  7. [libc++][doc] Adds a Format library status page. (details / githubweb)
  8. [libcxx][iterator] adds `std::input_or_output_iterator` and `std::sentinel_for` (details / githubweb)
  9. [InstCombine] ctpop(X) + ctpop(Y) => ctpop(X | Y) if X and Y have no common bits (PR48999) (details / githubweb)
  10. [InstCombine] ctpop(rot(X)) -> ctpop(X) (details / githubweb)
  11. Fix null ptr crash dumping TemplateTemplateParmDecl (details / githubweb)
  12. [Tests] Rename variable to fix broken buildbots (details / githubweb)
  13. [AArch64] Enable UseAA globally in the AArch64 backend (details / githubweb)
  14. [InstCombine] Fixed UB in foldCtpop (details / githubweb)
  15. [NewGVN] Use performSymbolicEvaluation instead of createExpression. (details / githubweb)
  16. [flang] Fix crash from -DMACRO= with empty replacement (details / githubweb)
  17. [Analysis] Attribute alignment should not prevent tail call optimization (details / githubweb)
  18. [NFC] Refactor how CFI section types are represented in AsmPrinter (details / githubweb)
  19. [PatternMatch] Improve m_Deferred() documentation (NFC) (details / githubweb)
  20. [SCEV] Add additional NE applyLoopGuards() test (NFC) (details / githubweb)
  21. [SCEV] Fix applyLoopGuards() chaining for ne predicates (details / githubweb)
  22. Simplify the breakpoint setting in DynamicLoaderMacOS::SetNotificationBreakpoint (details / githubweb)
  23. [ORC-RT] Re-apply "Initial ORC Runtime directories and build..." with fixes. (details / githubweb)
  24. [Clang] Add clang attribute `clang_builtin_alias`. (details / githubweb)
  25. [ORC][C-bindings] Fix missing ')' in comments. (details / githubweb)
  26. [Clang] Fixup for D100611 (details / githubweb)
  27. [X86] Support AMX fast register allocation (details / githubweb)
  28. [X86] Refine AMX fast register allocation (details / githubweb)
  29. [PhaseOrdering] Add PR32544 test coverage (details / githubweb)
  30. [RISCV] Apply clang_builtin_alias to overloaded builtins. (details / githubweb)
  31. [NewGVN] Use ExprResult to add extra predicate users. (details / githubweb)
  32. [NewGVN] Properly transfer PredDep in move constructor. (details / githubweb)
  33. [X86] Regenerate atomic-flags.ll test file (details / githubweb)
  34. [X86] Add PR20841 test cases showing failure to reuse ZF from XADD ops (details / githubweb)
  35. [X86] Add support for reusing ZF etc. from locked XADD instructions (PR20841) (details / githubweb)
  36. [AST] Add DeclarationNameInfo to node introspection (details / githubweb)
  37. Add srcloc output to clang-query (details / githubweb)
  38. [libc++] Adds __utility/to_underlying.h. (details / githubweb)
  39. [gn build] Port a354fd56c504 (details / githubweb)
  40. Revert rG2149aa73f640c96 "[X86] Add support for reusing ZF etc. from locked XADD instructions (PR20841)" (details / githubweb)
  41. [demangler] Use standard semantics for StringView::substr (details / githubweb)
  42. [gn build] Port 1cea7ab4ba13 (details / githubweb)
  43. [VPlan] Add VPBlockUtils::blocksOnly helper. (details / githubweb)
  44. [lldb] [Process/FreeBSD] Report fork/vfork events to LLGS (details / githubweb)
  45. [lldb] [Process/NetBSD] Report fork/vfork events to LLGS (details / githubweb)
  46. [ARM][disassembler] Fix incorrect number of MCOperands generated by the disassembler (details / githubweb)
  47. [NFC] Fixed some D79714 warnings (details / githubweb)
  48. Disable deprecated-copy warnings on various LLVM code to bring the bot back to green (details / githubweb)
  49. [googlemock] Fix warnings about superfluous semicolons after 68ff493dfc950c05c102e09e14a16d06253ffa16. NFC. (details / githubweb)
  50. [clangd] Produce semantic token for name referring to UnresolvedUsingValueDecl (details / githubweb)
  51. [clangd] Use HeuristicResolver to produce a better semantic token for name referring to UnresolvedUsingValueDecl (details / githubweb)
  52. [NFC][X86][AVX2] Add baseline CodeGen/CostModel tests for interleaved loads/stores of i16 w/ strides 2/3/4 (details / githubweb)
  53. [sanitizer] Use COMPILER_RT_EMULATOR with gtests (details / githubweb)
  54. [scudo] Mark ARM64 as supported platform (details / githubweb)
  55. [scudo][NFC] Fix cast warning (details / githubweb)
  56. [clangd] Omit parameter hint if parameter name comment is present (details / githubweb)
  57. [clangd] Omit parameter hint for setter functions (details / githubweb)
  58. [clangd] Rename HeuristicResolver::resolveCallExpr() to resolveTypeOfCallExpr() (details / githubweb)
  59. [ORC] Avoid invalidating iterators in EHFrameRegistrationPlugin. (details / githubweb)
  60. [DebugInfo][AIX] Set target debugger-tune default to dbx (details / githubweb)
  61. [RISCV] [1/2] Add IR intrinsic for Zbe extension (details / githubweb)
  62. [RISCV] Teach DAG combine what bits Zbp instructions demanded from their inputs. (details / githubweb)
  63. [RISCV] Optimize addition with immediate (details / githubweb)
  64. [RISCV] Cleanup setOperationAction calls for INTRINSIC_WO_CHAIN/INTRINSIC_W_CHAIN (details / githubweb)
  65. [RISCV] Implement the vmmv.m/vmnot.m builtin. (details / githubweb)
  66. [RISCV] Implement the vfabs.v/vfneg.v builtin. (details / githubweb)
  67. [RISCV] Implement the pseudo compare builtin. (details / githubweb)
  68. [RISCV] Implement the vwcvt{u}.x.x.v/vncvt.x.x.w builtin. (details / githubweb)
  69. [OpenCL] Add inc/dec/cmpxchg C++ legacy atomics with generic (details / githubweb)
  70. [clang][deps] Only generate absolute paths when asked to (details / githubweb)
  71. [clang][deps] NFC: Fix typo (details / githubweb)
  72. [llvm-dwarfdump] Fix split-dwarf bug in stats for inlined var loc cov (details / githubweb)
  73. [RISCV] Add REQUIRES: riscv-registered-target for RISC-V test cases. (details / githubweb)
  74. [ARM] Ensure loop invariant active.lane.mask operands (details / githubweb)
  75. [clang-format] fix indent in alignChainedConditionals (details / githubweb)
  76. [Clang][Coroutine][DebugInfo] Relax test ordering requirement (details / githubweb)
  77. [flang][driver] Fine-tune `-fdebug-dump-symbols` (details / githubweb)
  78. [VPlan] Make blocksOnly work properly with ranges over const pointers. (details / githubweb)
  79. [AArch64] Add AArch64TTIImpl::getMaskedMemoryOpCost function (details / githubweb)
  80. [NFC] Add scalable vectorisation tests for int/FP <> int/FP conversions (details / githubweb)
  81. [ARM] Additional soft float BE test. NFC (details / githubweb)
  82. [ARM] Expand VMOVRRD simplification pattern (details / githubweb)
  83. [InstCombine] Added testcases for PR50104, NFC (details / githubweb)
  84. [AArch64][SVE] Add missing patterns for scalar versions of SQSHL/UQSHL (details / githubweb)
  85. [LSR][DebugInfo] Don't unnecessarily drop DebugLocs (details / githubweb)
  86. [IndVars] avoid 'tmp' names in test file with auto-generated CHECK lines; NFC (details / githubweb)
  87. [MC][AMDGPU][llvm-objdump] Synthesized local labels in disassembly (details / githubweb)
  88. [AMDGPU][llvm-objdump] Add lit.local.cfg missing from recent commit (details / githubweb)
  89. [lldb] Use forward type in pointer-to-member (details / githubweb)
  90. AArch64: support atomics in GISel (details / githubweb)
  91. [InstCombine] C - ctpop(a) - > ctpop(~a)) if C is bitwidth (PR50104) (details / githubweb)
  92. [SYCL] Implement SYCL address space attributes handling (details / githubweb)
  93. [TableGen] Change assertion information from a tuple to a struct [NFC] (details / githubweb)
  94. Only ignore -Wdeprecated-copy if the used compiler supports the warning (details / githubweb)
  95. [TableGen] Remove a TODO comment that is no longer relevant [NFC] (details / githubweb)
  96. [clang][XCore] Define __xcore__ for XCore target. (details / githubweb)
  97. Revert "Only ignore -Wdeprecated-copy if the used compiler supports the warning" (details / githubweb)
  98. [lld-macho] Add option --error-limit=N (details / githubweb)
  99. [X86] Rename multiclass ATOMIC_LOAD_BINOP -> ATOMIC_RMW_BINOP. NFCI. (details / githubweb)
  100. [SYCL][Doc] Add design document for SYCL mode (details / githubweb)
  101. [dexter] Update failing regression test (details / githubweb)
  102. [AMDGPU] Use MapVector for WWMReservedRegs (details / githubweb)
  103. [libc++][NFC] Remove non-ASCII from comment. (details / githubweb)
  104. [MLIR][Shape] Ensure to preserve op type of `shape.broadcast` (details / githubweb)
  105. [SimplifyCFG] Preserve metadata when unconditionalizing branches (constant condition). (details / githubweb)
  106. [CSSPGO] Explicitly disallow Binary and Compact Binary profile format for CSSPGO (details / githubweb)
  107. [Doc] Add SYCLSupport.rst to index toctree. (details / githubweb)
  108. [flang] Check for attributes specific to dummy arguments (details / githubweb)
  109. [lldb] Don't use ::fork or ::vfork on watchOS or tvOS (details / githubweb)
  110. [MLIR] Remove empty shape operands from `cstr_broadcastable` ops (details / githubweb)
  111. [Lexer] Allow LLLexer to be used as an API (details / githubweb)
  112. [lldb] Skip TestPointerToMemberTypeDependingOnParentSize on Windows and GCC (details / githubweb)
  113. XFAIL thinlto testcases on AIX (details / githubweb)
  114. [AMDGPU] Fix autogenerated wwm-reserved-spill.ll (details / githubweb)
  115. Preserve the lexical order for global variables during llvm-link merge (details / githubweb)
  116. [RuntimeDyld] Fixed buffer overflows with absolute symbols (details / githubweb)
  117. [AST] Fix DeclarationNameInfo introspection (details / githubweb)
  118. [AMDGPU][llvm-objdump] Fix memory leak in recent commit (details / githubweb)
  119. [OpenMP][Documentation] Add FAQ entry for dynamically linked libraries (details / githubweb)
  120. [clang][driver] Use the provided arch name for a Darwin target triple (details / githubweb)
  121. Remove obsolete using declaration that was just kept around to help with API adoption. (details / githubweb)
  122. [Verifier] Tidy up the code a bit, NFC. (details / githubweb)
  123. [llvm-rc] Add a GNU windres-like frontend to llvm-rc (details / githubweb)
  124. [libc] Use different alignment for memcpy between ARM and x86. (details / githubweb)
  125. Support DW_FORM_strx* in llvm-dwp. (details / githubweb)
  126. [libc] Add differential quality and perf analysis targets for sinf and cosf. (details / githubweb)
  127. [gn build] (manually) port f8de9aaef2f4 (details / githubweb)
  128. [gn build] reformat all gn files (details / githubweb)
  129. [libc++] __bit_iterator mustn't rely on deprecated SMF generation. (details / githubweb)
  130. [libc++] Remove the special logic for "noexcept iterators" in basic_string. (details / githubweb)
  131. [libc++] [test] Improve test_exceptions() in each string.modifiers test. (details / githubweb)
  132. [libc++] [test] Fix a Python warning. (details / githubweb)
  133. [compiler-rt][hwasan] Add definition for Symbolizer::SymbolizeFrame (details / githubweb)
  134. [gcov] Set nounwind and respect module flags metadata "frame-pointer" & "uwtable" for synthesized functions (details / githubweb)
  135. Add LLVM_ATTRIBUTE_USED to fix problems which could be exposed by aggressive global pointer variable removal (details / githubweb)
  136. [RISCV] Match splatted load to scalar load + splat. Form strided load during isel. (details / githubweb)
  137. [ADT] Remove StatisticBase and make NoopStatistic empty (details / githubweb)
  138. [ORC] Fix type name. (details / githubweb)
  139. [ORC] C API updates. (details / githubweb)
  140. [ORC] Add unit tests for parts of the Orc and LLJIT C APIs. (details / githubweb)
  141. [gn build] Port 8740360093b5 (details / githubweb)
  142. Don't fail the shared_ptr test if libc++ has insufficient debug info. (details / githubweb)
  143. Support leak sanitizer in libcxx. (details / githubweb)
  144. Implementation for TargetTransformInfo::hasActiveVectorLength() (details / githubweb)
  145. [AMDGPU] Experiments show that the GCNRegBankReassign pass significantly impacts (details / githubweb)
  146. [gn build] Port caf1294d9578 (details / githubweb)
  147. Revert "[clang][driver] Use the provided arch name for a Darwin target triple" (details / githubweb)
  148. [libc++][ranges] iterator.concept.sizedsentinel: sized_sentinel_for and disable_sized_sentinel_for. (details / githubweb)
  149. [Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable (details / githubweb)
  150. Revert "[ORC] Add unit tests for parts of the Orc and LLJIT C APIs." (details / githubweb)
  151. [gn build] Port bbddadd46e46 (details / githubweb)
  152. Revert D76519 "[NFC] Refactor how CFI section types are represented in AsmPrinter" (details / githubweb)
  153. [SimplifyCFG] Preserve metadata when unconditionalizing branches (same target). (details / githubweb)
  154. [AIX] Avoid use of mtim.tv_nsec member of stat structure on AIX (details / githubweb)
  155. Revert "[ADT] Remove StatisticBase and make NoopStatistic empty" (details / githubweb)
  156. [RISCV] Use stack slot to handle SPLAT_VECTOR_PARTS on RV32. (details / githubweb)
  157. [test] Fix tools/gold/X86/weak.ll after D94202 (details / githubweb)
  158. [NVPTX] Enable lowering of atomics on local memory (details / githubweb)
  159. Revert "[NVPTX] Enable lowering of atomics on local memory" (details / githubweb)
  160. [ADT] Remove StatisticBase and make NoopStatistic empty (details / githubweb)
  161. [CSSPGO] Unblock optimizations with pseudo probe instrumentation part 2. (details / githubweb)
  162. BPF: emit debuginfo for Function of DeclRefExpr if requested (details / githubweb)
  163. [clang] Don't crash when loading invalid VFS for the module dep collector (details / githubweb)
  164. [NVPTX] Enable lowering of atomics on local memory (details / githubweb)
  165. [MLIR] Add SCF.if Condition Canonicalizations (details / githubweb)
  166. [gn build] Port 7aa3cad46ac3 (details / githubweb)
  167. [Inliner] Make ModuleInlinerWrapperPass return PreservedAnalyses::all() (details / githubweb)
  168. BPF: generate BTF info for LD_imm64 loaded function pointer (details / githubweb)
  169. [mlir][tensors] Introduce attribute interface/attribute for tensor encoding (details / githubweb)
  170. Move Sema's key function around and add more comments (details / githubweb)
  171. Revert "Reapply  "[AMDGPU][OpenMP] Add amdgpu-arch tool to list AMD GPUs installed"" (details / githubweb)
  172. Reapply "[X86][AMX] Try to hoist AMX shapes' def" (details / githubweb)
  173. [mlir] Refactor the forward dataflow propagation in SCCP into a generic framework (details / githubweb)
  174. [asan][NFC] Fix "not used" warning in test (details / githubweb)
  175. Reapply "[ORC] Add unit tests for parts of the ..." with fixes and improvements. (details / githubweb)
  176. [ORC] Initialize the native asm printer and parser in Orc C-API unit test. (details / githubweb)
  177. [XCOFF] make .file directive have directory info (details / githubweb)
  178. [ORC] Fix build after 1798f2289aaa (details / githubweb)
  179. [gn build] Port d122d80b3d1c (details / githubweb)
  180. [ORC] Add missing LLVMConsumeError calls. (details / githubweb)
  181. [ORC] Record target triple in C API testcase, print it on failure. (details / githubweb)
  182. [ORC] Fix more missing LLVMConsumeError calls. (details / githubweb)
  183. [DebugInfo][llvm-dwarfdump] Fix printing of Unit header with DW_UT_partial type (details / githubweb)
  184. [NFC] Fix "not used" warning (details / githubweb)
  185. [Driver] Push multiarch path setup to individual drivers (details / githubweb)
  186. [ORC] Remove unused headers in C API test. (details / githubweb)
  187. [ORC] Make LLVMOrcLLJITBuilderSetJITTargetMachineBuilder consume as advertised. (details / githubweb)
  188. [ORC] Disable Orc C API test for armv8l targets. (details / githubweb)
  189. [TTI] NFC: Change getScalarizationOverhead and getOperandsScalarizationOverhead to return InstructionCost. (details / githubweb)
  190. [ORC] Temporarily remove the ORC C API test. (details / githubweb)
  191. [gn build] Port 51495fd2855c (details / githubweb)
  192. Only ignore -Wdeprecated-copy if the used compiler supports the warning (details / githubweb)
  193. [Fuchsia] Use correct target triple for ARM (details / githubweb)
  194. [MLIR][Linalg] Generalize splat constant folding (details / githubweb)
  195. [clang-format] Reformat. NFC. (details / githubweb)
  196. [clang-format] Merge SpacesInAngles tests. NFC. (details / githubweb)
  197. [NFC][SVE] Add tests for inserting subvectors into illegal scalable vectors (details / githubweb)
  198. [X86][AMX] Add description for AMX new interface. (details / githubweb)
  199. [GlobalISel]: Add a getConstantIntVRegVal utility (details / githubweb)
  200. [MIPatternMatch]: Add ICstRegMatch (details / githubweb)
  201. [MIPatternMatch]: Add mi_match for MachineInstr (details / githubweb)
  202. [MIPatternMatch]: Add matchers for binary instructions (details / githubweb)
  203. [llvm] Unbreak no-asserts testing after 18839be9c5c8b9f882dd241769784035b082d4e1 (details / githubweb)
  204. AMDGPU/GlobalISel: Add integer med3 combines (details / githubweb)
  205. [NFC] Workaround MSVC2019 32-bit compiler crash (details / githubweb)
  206. [libc++] Fix set-but-not-used warning. NFC. (details / githubweb)
  207. AMDGPU/GlobalISel: Remove redundant G_FCANONICALIZE (details / githubweb)
  208. [OpenMP][libomptarget] Separate lit tests for different offloading targets (1/2) (details / githubweb)
  209. [mlir] Add a pass to tile Linalg ops using `linalg.tiled_loop`. (details / githubweb)
  210. [clangd] Dont index deeply nested symbols (details / githubweb)
  211. Reapply  "[AMDGPU][OpenMP] Add amdgpu-arch tool to list AMD GPUs installed" (details / githubweb)
  212. tsan: fix deadlock in pthread_atfork callbacks (details / githubweb)
  213. [AIX] Allow safe for 32bit P9 VSX extract and insert pattern matches (details / githubweb)
  214. [VPlan] Use recursive traversal iterator in VPSlotTracker. (details / githubweb)
  215. [C++4OpenCL] Add diagnostics for OpenCL types in templates. (details / githubweb)
  216. [AArch64] Enable runtime unrolling for in-order sched models (details / githubweb)
  217. [IndVars] avoid crash in LFTR when assuming an add recurrence (details / githubweb)
  218. [LV] Hoist code to get vector loop latch (NFC). (details / githubweb)
  219. AMDGPU/GlobalISel: Add test for buffer_load with negative offset (details / githubweb)
  220. AMDGPU/GlobalISel: Fix negative offset folding for buffer_load (details / githubweb)
  221. [MLIR][Shape] Replace single operand broadcasts with appropriate cast (details / githubweb)
  222. [LV,LAA] Add test cases with pointer phis in loops. (details / githubweb)
  223. [MLIR][Shape] Remove empty extent tensor operands (details / githubweb)
  224. [SLP]Improved isGatherShuffledEntry, NFC. (details / githubweb)
  225. [MLIR] Debug log IR after pattern applications (details / githubweb)
  226. [X86] Ensure multiclass ATOMIC_RMW_BINOP is tagged as MayLoad and MayStore (details / githubweb)
  227. [AMDGPU] Minor refactoring in AMDGPUUnifyDivergentExitNodes. NFC. (details / githubweb)
  228. [analyzer][StdLibraryFunctionsChecker] Track dependent arguments (details / githubweb)
  229. [OpenMP][libomptarget] Separate lit tests for different offloading targets (2/2) (details / githubweb)
  230. [X86] Add support for reusing ZF etc. from locked XADD instructions (PR20841) (details / githubweb)
  231. [HIP] Fix help text for -fgpu-allow-device-init (details / githubweb)
  232. [clangd] run clang-format on FindTargetTests.cpp's FindExplicitReferencesTest (details / githubweb)
  233. [libcxx] [test] Add a separate 'windows-dll' feature to check for (details / githubweb)
  234. [libcxx] [test] Convert a couple of LIBCXX-WINDOWS-FIXME into XFAIL: windows-dll for known bugs (details / githubweb)
  235. [clangd] Improve handling of Objective-C protocols in types (details / githubweb)
  236. [LoopVectorize] Simplify scalar cost calculation in getInstructionCost (details / githubweb)
  237. Revert rG9b7a0a50355d5 - Revert "[X86] Add support for reusing ZF etc. from locked XADD instructions (PR20841)" (details / githubweb)
  238. [flang] Add format test to GTest suite (details / githubweb)
  239. Revert "[LoopVectorize] Simplify scalar cost calculation in getInstructionCost" (details / githubweb)
  240. [doc] added documentation for pre-merge testing (details / githubweb)
  241. [llvm, clang] Remove stdlib includes from .h files without `std::` (details / githubweb)
  242. [AIX][Power10] Restrict prefixed instructions from crossing the 64byte boundary (details / githubweb)
  243. [gn build] Port 241c2da4064c (details / githubweb)
  244. [CodeGenOptions] make StackProtectorGuardOffset signed (details / githubweb)
  245. [Driver] Fix tests failing in per-target multiarch layout (details / githubweb)
  246. [lldb] [gdb-remote] Report QPassSignals and qXfer via extensions API (details / githubweb)
  247. Also display the underlying error message when displaying a fixit (details / githubweb)
  248. [NFC][lsan] Another attempt to fix arm bot (details / githubweb)
  249. [TableGen] Add predicate checks to isel patterns for default HwMode. (details / githubweb)
  250. [SystemZ][z/OS] Remove register prefixes when printing out the register. (details / githubweb)
  251. [NFC][IR] PHINode: assert we aren't trying to create token-typed PHI (details / githubweb)
  252. [NFC][IR] PHINode: ... and assert in another ctor too (details / githubweb)
  253. [docs] Replace Apple representative to security group. (details / githubweb)
  254. [ELF][MIPS] Don't emit dynamic relocations for PIE non-preemptible TLS (details / githubweb)
  255. [ELF][MIPS] Emit dynamic relocations for PIC non-preemptible static TLS (details / githubweb)
  256. [NFC][Verifier] Fixup token PHINode test cases (details / githubweb)
  257. [COST][X86]Improve cost model for reverse shuffle v32i16/v64i8 in AVX512F. (details / githubweb)
  258. [ARM] Additional VIDUP tests. NFC (details / githubweb)
  259. [ARM] Recognize VIDUP from BUILDVECTORs of additions (details / githubweb)
  260. [NFC][SimplifyCFG] Autogenerate check lines in many test files (details / githubweb)
  261. Fix -Wunused-but-set-variable warning in msan_test.cpp (details / githubweb)
  262. [AMDGPU] GCNHazardRecognizer: ignore all meta instructions (details / githubweb)
  263. [Dependence Analysis] Fix ExactSIV producing wrong analysis (details / githubweb)
  264. [InstCombine] add tests for clamp patterns using min/max intrinsics; NFC (details / githubweb)
  265. [InstCombine] fold clamp to 2 values from min/max intrinsics (details / githubweb)
  266. Revert "tsan: fix deadlock in pthread_atfork callbacks" (details / githubweb)
  267. hurd: Fix i386 research path (details / githubweb)
  268. [flang] Handle structure constructors with forward references to PDTs (details / githubweb)
  269. hurd: Detect libstdc++ include paths on Debian Hurd i386 (details / githubweb)
  270. [test] Fix some func-attrs tests under the legacy PM (details / githubweb)
  271. hurd: Clean up test (details / githubweb)
  272. Update testcase for D101333. (details / githubweb)
  273. Gnu: Replace with a GCCInstallation.isValid() check with assert (details / githubweb)
  274. [SCEV] Improve loop guard tests (NFC) (details / githubweb)
  275. Hurd: Clean up Debian multiarch /usr/include/<triplet> (details / githubweb)
  276. tsan: refactor fork handling (details / githubweb)
  277. tsan: fix build with COMPILER_RT_TSAN_DEBUG_OUTPUT (details / githubweb)
  278. [SLP]Add a test for possibly vectorized tiny tree, NFC. (details / githubweb)
  279. [SCEV] Handle uge/ugt predicates in applyLoopGuards() (details / githubweb)
  280. [loop-idiom][NFC] Extract processLoopStoreOfLoopLoad into a helper function (details / githubweb)
  281. [DSE] Added testcases for 11896, NFC (details / githubweb)
  282. [OpenMP][CMake] Pass --cuda-path to regression tests. (details / githubweb)
  283. [ConstFold] Use const-folded operands in more places (details / githubweb)
  284. [mlir] Fix bug in ForwardDataFlowAnalysis solver (details / githubweb)
  285. [NFC][SimplifyCFG] Autogenerate check lines in few more tests (details / githubweb)
  286. [NFC][SimplifyCFG] Precommit SimplifyCFG tests from D29428 (details / githubweb)
  287. [RISCV] Select 5 bit immediate for VSETIVLI during isel rather than peepholing in the custom inserter. (details / githubweb)
  288. [SelectionDAG] Use a VTSDNode to store the saturation width for FP_TO_SINT_SAT/FP_TO_UINT_SAT (details / githubweb)
  289. [lld-macho] std::sort -> llvm::sort (details / githubweb)
  290. [lld-macho] Don't put an antivirus test file in reproduce.s (details / githubweb)
  291. [OpenMP] Remove legacy pass manager run lines (details / githubweb)
  292. [llvm-objcopy][MachO] Add support for LC_THREAD/LC_UNIXTHREAD (details / githubweb)
  293. [Driver] Add -print-multiarch (details / githubweb)
  294. [WebAssembly] Error when wasm EH is used with Emscripten EH/SjLj (details / githubweb)
  295. Revert "[llvm-objcopy][MachO] Add support for LC_THREAD/LC_UNIXTHREAD" (details / githubweb)
  296. [CMake][llvm] avoid conflict w/ (and use when available) new builtin check_linker_flag (details / githubweb)
  297. [mlir][tosa] Add tosa.negate lowerings for quantized cases (details / githubweb)
  298. [tosa][mlir] Fix FullyConnected to correctly order dimensions (details / githubweb)
  299. [AIX] Add %pluginext and update tests to use proper pluginext (details / githubweb)
  300. [loop-idiom] Hoist loop memcpys to loop preheader (details / githubweb)
  301. Handle the case of tile and pad a subset of the dimensions (details / githubweb)
  302. [lld-macho][NFC] define more strings in section_names:: and segment_names:: (details / githubweb)
  303. [CSSPGO] Fix an AV caused by a block that has only pseudo pseudo instructions. (details / githubweb)
  304. [DSE] Eliminate zero memset after calloc (details / githubweb)
  305. [scudo] Enable arm32 arch (details / githubweb)
  306. [CMake][llvm] add missing include to LLVMCheckLinkerFlag (details / githubweb)
  307. [MLIR][Python] Add capsule methods for pybind11 to PyValue. (details / githubweb)
  308. [mlir] Support setting operand values in C and Python APIs. (details / githubweb)
  309. [gn build] (manually) port 82d3c0759fa0 (details / githubweb)
  310. [clang/Basic] Make TargetInfo.h not use DataLayout again (details / githubweb)
  311. [lldb] Fix DataLayout reference after 0f1137ba79c0 (details / githubweb)
  312. Fixed Typos (details / githubweb)
  313. [NFC] Refactor how CFI section types are represented in AsmPrinter (details / githubweb)
  314. [MLIR] Add and propagate section attribute for LLVM_GlobalOp (details / githubweb)
  315. [Driver] Use normalized triples for per-target runtimes (details / githubweb)
  316. [libcxx] Fix the libc++abi header path (details / githubweb)
  317. [mlir][Python][Linalg] Fixing typos (NFC). (details / githubweb)
  318. [RISCV] Remove riscv32 test cases for vector intrinsics. (details / githubweb)
  319. [flang] Remove interfaces for Character[Min|Max][Val|Loc]. NFC (details / githubweb)
  320. Require asserts for llvm/test/Verifier/token1.ll (details / githubweb)
  321. [X86][AMX][NFC] Add more comments and remove unnecessary check found by Clocwork (details / githubweb)
  322. [AArch64] Add missing UINT_TO_FP promotions for v16i8 (details / githubweb)
  323. [MLIR][Shape] Derive more concrete type for `shape.shape_of` (details / githubweb)
  324. [clang-cl] Map /QIntel-jcc-erratum to -mbranches-within-32B-boundaries (details / githubweb)
  325. [DebugInfo] Drop DBG_VALUE_LISTs with an excessive number of debug operands (details / githubweb)
  326. [PowerPC] Fix SELECT_CC with i64 operand on PPC32 (details / githubweb)
  327. [MLIR][Shape] Canonicalize casted extent tensor operands (details / githubweb)
  328. Try to fix clang/test/Driver/cl-options.c on non-x86 hosts (details / githubweb)
  329. [MLIR][Shape] Concretize broadcast result type if possible (details / githubweb)
  330. [ADT] Make TrackingStatistic's ctor constexpr (details / githubweb)
  331. [IRCE] Add tests for conservative bound check (details / githubweb)
  332. [clang-query] Add check to prevent setting srcloc when no introspection is available. (details / githubweb)
  333. [LoopVectorize] Prevent multiple Phis being generated with in-order reductions (details / githubweb)
  334. [mlir] Fix typos (NFC) (details / githubweb)
  335. [NFC][Verifier] Split token1.ll into two, assert/non-assert versions (details / githubweb)
  336. [NFC][SimplifyCFG] Move sink-common-code.ll into X86 (details / githubweb)
  337. Revert "[loop-idiom] Hoist loop memcpys to loop preheader" (details / githubweb)
  338. [lldb] Correct format enum comment (NFC) (details / githubweb)
  339. [update_(llc_)test_checks.py] Support pre-processing commands (details / githubweb)
  340. [builtins] Fix ABI-incompatibility with GCC for floating-point compare (details / githubweb)
  341. [ELF] Update URL for MIPS TLS wiki page (details / githubweb)
  342. [llvm-objdump] Fix dumping dynamic relative relocations for SHT_REL (details / githubweb)
  343. [LV] Calculate max feasible scalable VF. (details / githubweb)
  344. Revert "tsan: refactor fork handling" (details / githubweb)
  345. [MLIR] Add ComplexToStandard conversion pass. (details / githubweb)
  346. [mlir] Add folding for tensor inputs and memref.cast in linalg.tiled_loop. (details / githubweb)
  347. [OPENMP]Fix PR49098: respect firstprivate of declare target variable. (details / githubweb)
  348. [LoopVectorize] Simplify scalar cost calculation in getInstructionCost (details / githubweb)
  349. GlobalISel: Relax verification of physical register copy types (details / githubweb)
  350. [mlir] Fix the postsubmit comments in https://reviews.llvm.org/D101445 (details / githubweb)
  351. [OpenCL] Introduce new method for validating OpenCL target (details / githubweb)
  352. [clangd] Add SymbolID to LocatedSymbol. (details / githubweb)
  353. [NFC][InlineCost] Add tests for D101228 (details / githubweb)
  354. [SLP]Try to vectorize tiny trees with shuffled gathers. (details / githubweb)
  355. Silence unused variable warning (details / githubweb)
  356. [TableGen] Add the !find bang operator (details / githubweb)
  357. [gn build] (port) 64bc44f5dd and f8de9aaef2f some more (details / githubweb)
  358. [clangd][ObjC] Improve support for class properties (details / githubweb)
  359. [libc++] [test] Don't assume iterators are class types. (details / githubweb)
  360. [LoopVectorize][SVE] Fix crash when vectorising FP negation (details / githubweb)
  361. [Hexagon] Skip function in Hexagon vector combine if requested (details / githubweb)
  362. [clang] remove dead code after 2a1332245fc (details / githubweb)
  363. [SimplifyLibCalls] Transform printf("%s", str) --> puts(str)/noop (details / githubweb)
  364. [NFC][SimplifyCFG] Add test for sinking indirect calls (details / githubweb)
  365. [SimplifyCFG] Sinking indirect calls - they're already indirect anyways (details / githubweb)
  366. Revert "[SimplifyCFG] Sinking indirect calls - they're already indirect anyways" (details / githubweb)
  367. [mlir][python] Add python support for async dialect and passes. (details / githubweb)
  368. [mlir][python] Add basic python support for GPU dialect and passes (details / githubweb)
  369. Revert "[MLIR][Shape] Concretize broadcast result type if possible" (details / githubweb)
  370. [ARM][AArch64] Require appropriate features for crypto algorithms (details / githubweb)
  371. [analyzer][NFC] Remove duplicated work from retain count leak report (details / githubweb)
  372. [analyzer] Adjust the reported variable name in retain count checker (details / githubweb)
  373. [analyzer] Track leaking object through stores (details / githubweb)
  374. [analyzer] Find better description for tracked symbolic values (details / githubweb)
  375. [analyzer][NFC] Fix tests failing after a rebase (details / githubweb)
  376. [PhaseOrdering] Add test for vectorization requiring hoisting/sinking. (details / githubweb)
  377. [NFC][SimplifyCFG] Add common code sinking test with direct and indirect callees (details / githubweb)
  378. [SimplifyCFG] Try 2: sink all-indirect indirect calls (details / githubweb)
  379. [clang] Make libBasic not depend on MC (details / githubweb)
  380. [RISCV] Add explanatory comment to RISCVOp::OPERAND_AVL. (details / githubweb)
  381. [libc++][CI] Fix check-generated-output. (details / githubweb)
  382. [lld][WebAssembly] Allow relocations against non-live global symbols (details / githubweb)
  383. [mlir] Fix canonicalization of tiled_loop if not all opresults fold. (details / githubweb)
  384. [AMDGPU] Make some VOP3 insts commutable (details / githubweb)
  385. Fix typo from https://reviews.llvm.org/D101399 (details / githubweb)
  386. [dsymutil] Add flag to force a static variable to keep its enclosing function (details / githubweb)
  387. [mlir][Linalg] Avoid changing the rank of the result in canonicalizations of subtensor. (details / githubweb)
  388. [ARM] Neon Polynomial vadd Intrinsic fix (details / githubweb)
  389. [libcxx] Stop hardcoding the bash path in the Windows CI (details / githubweb)
  390. [InstCombine] add tests for demand of shl op; NFC (details / githubweb)
  391. [TableGen] Store predicates in PatternToMatch as ListInit *. Add string for HwModeFeatures (details / githubweb)
  392. [LAA] Support pointer phis in loop by analyzing each incoming pointer. (details / githubweb)
  393. [libc++][NFC] Remove stray whitespace (details / githubweb)
  394. [SCEV] Compute ranges for ashr recurrences (details / githubweb)
  395. [AsmParser][SystemZ][z/OS] Use updated framework in AsmLexer to accept special tokens as Identifiers (details / githubweb)
  396. Revert "[Clang] -Wunused-but-set-parameter and -Wunused-but-set-variable" (details / githubweb)
  397. [SCEV] Avoid range intersection idiom in getRangeForUnkownRecurrence [NFC] (details / githubweb)
  398. Linker: Avoid scheduling the link of a global value twice due to an alias (details / githubweb)
  399. [mlir][python] Update `PyOpResult.owner` to get the parent object. (details / githubweb)
  400. [tests] Precommit some extra tests for D100884 (details / githubweb)
  401. [AArch64][GlobalISel] Don't match thread-local globals in matchFoldGlobalOffset (details / githubweb)
  402. [InstCombine] add tests for rotate/funnel; NFC (details / githubweb)
  403. [InstCombine] relax masking requirement for truncated funnel/rotate match (details / githubweb)
  404. [libc++] Support per-target __config_site in per-target runtime build (details / githubweb)
  405. [LV] Consider Loop Unroll Hints When Making Interleave Decisions (details / githubweb)
  406. NFC: Run clang-format over llvm-link. (details / githubweb)
  407. Generalize getInvertibleOperand recurrence handling slightly (details / githubweb)
  408. [clangd][NFC] Reserve storage when creating semantic token encoding. (details / githubweb)
  409. [NFC][scudo] Add reference to a QEMU bug (details / githubweb)
  410. [NFC][SimplifyCFG] SinkCommonCodeFromPredecessors(): reword comment about PR30244 (details / githubweb)
  411. [NFC][SimplifyCFG] Common code sinking: check profitability once (details / githubweb)
  412. [NFC][SimplifyCFG] Add test showing that profitability check for sinking is broken (details / githubweb)
  413. [NFC][SimplifyCFG] Add test for sinking common code with multuple cond predecessors (details / githubweb)
  414. [SimplifyCFG] Common code sinking: relax restriction on non-uncond predecessors (details / githubweb)
  415. [analyzer] Wrong type cast occurs during pointer dereferencing after type punning (details / githubweb)
  416. [BuildLibCalls] Remove inaccessiblememonly inference for calloc (details / githubweb)
  417. [SimplifyCFG] Common code sinking: fixup variable name (details / githubweb)
  418. [ConstantMerge] Don't merge thread_local constants with non-thread_local constants (details / githubweb)
  419. [TableGen] Remove predicate filtering from GenerateVariants. (details / githubweb)
  420. [llvm-objcopy][MachO] Add support for LC_THREAD/LC_UNIXTHREAD (details / githubweb)
  421. [mlir] Move PyConcreteType to header. NFC. (details / githubweb)
  422. [gwp_asan] Use __sanitizer_fast_backtrace on Fuchsia (details / githubweb)
  423. [mlir][python] Add `destroy` method to PyOperation. (details / githubweb)
  424. [NFC] Rename SanitizeAddressDtorKind codegen opt to not have `Kind` suffix. (details / githubweb)
  425. [ASAN] NFC: Copy address space when creating globals with redzones (details / githubweb)
  426. tsan: increase dense slab alloc capacity (details / githubweb)
  427. [ASAN] NFC: Use addrspace cast for pointers in non-zero addrspace (details / githubweb)
  428. tsan: fix warnings in tests (details / githubweb)
  429. [ARM] Use just ARM::t2B in ARMBlockPlacementPass (details / githubweb)
  430. [GlobalISel][IRTranslator] Move line zero DebugLoc creation to constant translation. NFC. (details / githubweb)
  431. [clang-format] Add `SpacesInAngles: Leave` option to keep spacing inside angle brackets as is. (details / githubweb)
  432. [mlir][Python][Linalg] Adding const, capture, and index support to the OpDSL. (details / githubweb)
  433. [NewPM] Add an option to dump pass structure (details / githubweb)
  434. [X32][CET] Fix handling of indirect branches (details / githubweb)
  435. Follow up of rGddb3b26a1269: added 'requires asserts' to test case. (details / githubweb)
  436. [mlir][Linalg] Generalize linalg vectorization (details / githubweb)
  437. [clang-format] Fix build on gcc < 7 introduced in rG9363aa9. (details / githubweb)
  438. [Utils][vim] Highlight 'vscale' constant (details / githubweb)
  439. [GlobalISel] Bump CallLoweringInfo::OrigArgs initial size to 32. NFC. (details / githubweb)
  440. [clang-format] Fix build on gcc < 7 introduced in rG9363aa9. (details / githubweb)
  441. [MLIR][Shape] Fix `shape.broadcast` to standard lowering (details / githubweb)
  442. [RISCV] Fix stack slot for argument types (Bug 49500) (details / githubweb)
  443. [NFC][scudo] Suppress "division by zero" warning (details / githubweb)
  444. [lldb][AArch64] Don't check for VmFlags in smaps files (details / githubweb)
  445. [SPE] Support constrained float operations on SPE (details / githubweb)
  446. Improve error messages for attributes in the wrong context. (details / githubweb)
  447. [NVPTX] Fix unused var warning with asserts disabled (details / githubweb)
  448. [mlir] Split out Python bindings entry point into a separate file (details / githubweb)
  449. [Greedy RA] Replace ll to mir test to make more stable to check an error. (details / githubweb)
  450. [mlir] Support complex numbers in Linalg promotion (details / githubweb)
  451. [ARM] Ensure CSINC has one use in CSINV combine (details / githubweb)
  452. [mlir] Add LinalgTransforms dependency on Complex (details / githubweb)
  453. [RISCV][NFC] Combine identical RV32 and RV64 test checks (details / githubweb)
  454. Try to fix bots. We shouldn't be setting the entrybuilder's DL to a null one. (details / githubweb)
  455. [AMDGPU] Allow buildSpillLoadStore in empty bb (details / githubweb)
  456. Update libstdc++ hack comment (details / githubweb)
  457. [mlir] Fix top-level comments (NFC) (details / githubweb)
  458. [mlir] Affine: parallelize affine loops with reductions (details / githubweb)
  459. [mlir] support max/min lower/upper bounds in affine.parallel (details / githubweb)
  460. [AArch64][SVE] Move convert.{from,to}.svbool optimization into InstCombine (details / githubweb)
  461. [AArch64][SVE] Convert svdup(vec, SV_VL1, elm) to insertelement(vec, elm, 0) (details / githubweb)
  462. [AArch64][SVE] Use SIMD variant of INSR when scalar is the result of a vector extract (details / githubweb)
  463. [mlir] fix shared-lib build (details / githubweb)
  464. [flang][OpenMP] Add semantic checks for strict nesting inside `teams` construct. (details / githubweb)
  465. [VPlan] Add getVPSingleValue helper. (details / githubweb)
  466. [OpenCL][Docs] Describe extension for legacy atomics with generic addr space. (details / githubweb)
  467. [LLVM][OpenMP] Adding support for OpenMP sections construct in OpenMPIRBuilder (details / githubweb)
  468. [OpenCL][Docs] Misc updates to C++ for OpenCL and offline compilation (details / githubweb)
  469. Unbreak no-asserts testing (details / githubweb)
  470. [Clang][OpenMP] Frontend work for sections - D89671 (details / githubweb)
  471. [AMDGPU] Add a v_swap_b32 test case to be fixed (details / githubweb)
  472. Revert "[LV] Calculate max feasible scalable VF." (details / githubweb)
  473. [RISCV] Teach computeKnownBits that vsetvli returns number less than 2^31. (details / githubweb)
  474. [RISCV] Enable SPLAT_VECTOR for fixed vXi64 types on RV32. (details / githubweb)
  475. [ELF] Support .rela.eh_frame with unordered r_offset values (details / githubweb)
  476. [AsmParser][SystemZ][z/OS] Reject "Dot" as current PC on z/OS (details / githubweb)
  477. [ADT] fix typo in code block comment; NFC (details / githubweb)
  478. [ConstantFolding] refactor helper for vector reductions; NFC (details / githubweb)
  479. [ConstProp] add tests for vector reductions of poison; NFC (details / githubweb)
  480. [DebugInfo] Add tests that we emit .eh_frame instead of .debug_frame (details / githubweb)
  481. [unittest] Fix Frontend/OpenMPIRBuilderTest.cpp -Wsign-compare after D89671 (details / githubweb)
  482. [COST] Improve shuffle kind detection if shuffle mask is provided. (details / githubweb)
  483. [RISCV] Add test cases for D101485. NFC (details / githubweb)
  484. [RISCV] Teach DAG combine to fold (and (select_cc lhs, rhs, cc, -1, c), x) -> (select_cc lhs, rhs, cc, x, (and, x, c)) (details / githubweb)
  485. [scudo] Use require_constant_initialization (details / githubweb)
  486. [libcxx] [test] Include more libraries that normally are linked automatically (details / githubweb)
  487. [ConstantFolding] propagate poison through vector reduction intrinsics (details / githubweb)
  488. Revert "[scudo] Use require_constant_initialization" (details / githubweb)
  489. Revert "[X86] Support AMX fast register allocation" (details / githubweb)
  490. [gn build] Port df323ba445f7 (details / githubweb)
  491. [lldb] Make the NSSet formatter faster and less prone to infinite recursion (details / githubweb)
  492. [CMake] Set correct CXX_FLAGS for relative-vtables variants (details / githubweb)
  493. [libc++] Fixes std::to_chars for bases != 10. (details / githubweb)
  494. [lld][WebAssembly] Add `--export-if-defined` (details / githubweb)
  495. [SimplifyCFG] Common code sinking: fix application of profitability check (details / githubweb)
  496. [AIX][TLS] Add ASM portion changes to support TLSGD relocations to XCOFF objects (details / githubweb)
  497. RegAlloc: do not consider liveins to EH-pad successors as liveout. (details / githubweb)
  498. [ASan] Rename `-fsanitize-address-destructor-kind=` to drop the `-kind` suffix. (details / githubweb)
  499. AMDGPU/GlobalISel: Fix selection of image intrinsics with unused return (details / githubweb)
  500. Revert "RegAlloc: do not consider liveins to EH-pad successors as liveout." (details / githubweb)
  501. [InstCombine] add tests for popcount with zext operand; NFC (details / githubweb)
  502. [InstCombine] narrow popcount with zext operand (details / githubweb)
  503. [mlir][sparse] migrate sparse operations into new sparse tensor dialect (details / githubweb)
  504. [lld-macho] Make everything PIE by default (details / githubweb)
  505. [lld-macho][nfc] Clean up header.s test (details / githubweb)
  506. Basic block sections for functions with implicit-section-name attribute (details / githubweb)
  507. [lld-macho] Remove stray file (details / githubweb)
  508. Revert "[COST] Improve shuffle kind detection if shuffle mask is provided." (details / githubweb)
  509. [COST] Improve shuffle kind detection if shuffle mask is provided. (details / githubweb)
  510. [AMDGPU] Fix v_swap_b32 formation on physical registers (details / githubweb)
  511. [mlir] Fix lowering of multi-dimensional vector log1p to LLVM (details / githubweb)
  512. Revert "Generalize getInvertibleOperand recurrence handling slightly" (details / githubweb)
  513. [flang][OpenMP][FIX] Fix the worksharing nesting check with inclusion of more constructs to cover combined constructs. (details / githubweb)
  514. [LLD] [COFF] Fix the mingw --export-all-symbols behaviour with comdat symbols (details / githubweb)
  515. [llvm-readobj] [ARMWinEH] Fix handling of relocations and symbol offsets (details / githubweb)
  516. Revert "[mlir][sparse] migrate sparse operations into new sparse tensor dialect" (details / githubweb)
  517. [AArch64][GlobalISel] Simplify out of range rotate amount. (details / githubweb)
  518. Revert "[llvm-readobj] [ARMWinEH] Fix handling of relocations and symbol offsets" (details / githubweb)
  519. [ORC] JITDylib::addDependencies should be run under the session lock. (details / githubweb)
  520. [CMake] Stop using c++ subdirectory for libc++ on Win to ARM Linux cross builds. NFC (details / githubweb)
  521. [GlobalISel][Legalizer] Bump up a smallvector size that was found to be too small. NFC. (details / githubweb)
  522. [libcxx][ranges] Fix tests for stdlib types that conform to sized_sentinel_for. (details / githubweb)
  523. Recommit "[clang][driver] Use the provided arch name for a Darwin target triple (details / githubweb)
  524. [XCOFF] Handle the case when personality routine is an alias (details / githubweb)
  525. [mlir][tosa] Remove constant-0 dim expr values from TOSA lowerings (details / githubweb)
  526. [CodeGen] don't emit addrsig symbol if it's used only by metadata (details / githubweb)
  527. [mlir][sparse] migrate sparse operations into new sparse tensor dialect (details / githubweb)
  528. Reland "[lld-link] Enable addrsig table in COFF lto" (details / githubweb)
  529. [ObjC][ARC] Don't enter the cleanup scope if the initializer expression (details / githubweb)
  530. [msan] Remove dead function/fields (details / githubweb)
  531. [Sema] Don't set BlockDecl's DoesNotEscape bit if the parameter type of (details / githubweb)
  532. [AMDGPU] Remove dead early-out in GCNHazardRecognizer (details / githubweb)
  533. [AMDGPU][NFC] Refactor hazard recognition IsHazardFn and IsExpiredFn (details / githubweb)
  534. AMDGPU: Add missing runline to test (details / githubweb)
  535. VirtRegMap: Add pass option to not clear virt regs (details / githubweb)
  536. [lldb-vscode] Follow up of D99989 - store some strings more safely (details / githubweb)
  537. VirtRegMap: Support partially allocated virtual registers (details / githubweb)
  538. [AArch64][GlobalISel] Fix width value for G_SBFX/G_UBFX (details / githubweb)
  539. [MS] Preserve base register %rbx around cpuid (details / githubweb)
  540. [CMake][compiler-rt] avoid conflict with builtin check_linker_flag (details / githubweb)
  541. [RISCV] Precommit a test case that test accessing a fixed object when has rvv vector object existed (details / githubweb)
  542. [RISCV] Fix StackOffset calculation when using sp to access the fixed stack object in the case of rvv vector objects existed (details / githubweb)
  543. [AMDGPU] Skip promote-alloca for insertelement/insertvalue users (details / githubweb)
  544. [InlineCost] Remove visitUnaryInstruction() (details / githubweb)
  545. Pre-commit test for PPC vector extraction test (details / githubweb)
  546. [msan] Add static to some msan allocator functions (details / githubweb)
  547. [debugserver] Use add_lldb_library instead of add_library (details / githubweb)
  548. tsan: refactor fork handling (details / githubweb)
  549. Reapply [llvm-readobj] [ARMWinEH] Fix handling of relocations and symbol offsets (details / githubweb)
  550. Fix -fdebug-pass-structure test case (details / githubweb)
  551. [cmake] Use -ffunction-sections and -Wl,--gc-sections on MinGW targets (details / githubweb)
  552. [AMDGPU] Simplify getWaitStatesSince. NFC. (details / githubweb)
  553. [GISel] Teach TableGen to check predicates of immediate operands in patterns (details / githubweb)
  554. tsan: fix fork syscall test (details / githubweb)
  555. [llvm][Support][NFC] Fix fallthrough attribute indentation (details / githubweb)
  556. [RISCV] Support STEP_VECTOR with a step greater than one (details / githubweb)
  557. [RISCV][NFC] Merge RV32/RV64 test checks with a common prefix (details / githubweb)
  558. [lldb] Add tests for DumpDataExtractor formats (details / githubweb)
  559. [AArch64] Change __ARM_FEATURE_FP16FML macro name to  __ARM_FEATURE_FP16_FML (details / githubweb)
  560. [JITLink] Minor fix to avoid Windows compiler warning for static-cast (details / githubweb)
  561. [AMDGPU] Tidy up some simple expressions for clarity NFC (details / githubweb)
  562. Wrap edit line configuration calls into helper functions (details / githubweb)
  563. [InlineCost] CallAnalyzer: use TTI info for extractvalue - they are free (PR50099) (details / githubweb)
  564. [AArch64][SVE] Lower index_vector to step_vector (details / githubweb)
  565. [Passes] Run sinking/hoisting in SimplifyCFG earlier. (details / githubweb)
  566. [Doc] Fix sphinx warnings about wrong code-block format (details / githubweb)
  567. [NARY] Don't optimize min/max if there are side uses (part2) (details / githubweb)
  568. clang-format: [JS] handle "off" in imports (details / githubweb)
  569. Require shell for lld/test/MachO/reproduce.s (details / githubweb)
  570. [clangd][NFC] Remove unnecessary string captures in lambdas. (details / githubweb)
  571. [ARM][MVE] vcreateq lane ordering for big endian (details / githubweb)
  572. [libc++] Minor cleanups in <iterator>. NFCI. (details / githubweb)
  573. [libc++] [test] Run the clang-format and generated-output checks on the "service" queue (details / githubweb)
  574. [AMDGPU] Fix inconsistent ---/... in MIR tests and regenerate checks (details / githubweb)
  575. [clang] Refactor mustprogress handling, add it to all loops in c++11+. (details / githubweb)
  576. [MCA] Fix CarryOver check in the DispatchStage (PR50174). (details / githubweb)
  577. [lld/mac] Tweak two comments and fix style on one variable name (details / githubweb)
  578. [docs]Added llvm/bindings section (details / githubweb)
  579. [lld/mac] Remove unused -L%t flags from tests (details / githubweb)
  580. [OpenCL] Prevent adding vendor extensions for all targets (details / githubweb)
  581. [AMDGPU] Add implicit negative check for the set_gpr_idx tests (details / githubweb)
  582. [VP,Integer,#2] ExpandVectorPredication pass (details / githubweb)
  583. [VE] VP intrinsics are legal (details / githubweb)
  584. [gn build] Port 43bc584dc05e (details / githubweb)
  585. sanitizer_common: introduce kInvalidTid/kMainTid (details / githubweb)
  586. [AMDGPU] Add test for set_gpr_idx removal with conditional branches (details / githubweb)
  587. [clang] Fix assert() crash when checking undeduced arg alignment (details / githubweb)
  588. [XCOFF][AIX] Add Global Variables Directly to TOC for 32 bit AIX (details / githubweb)
  589. [PowerPC] Add new infrastructure to select load/store instructions, update P8/P9 load/store patterns. (details / githubweb)
  590. [SimpleLoopUnswitch] Port partially invariant unswitch from LoopUnswitch to SimpleLoopUnswitch (details / githubweb)
  591. [lldb] More tests for DumpDataExtractor (details / githubweb)
  592. AMDGPU/llvm-readobj: Add missing tests for note parsing/displaying (details / githubweb)
  593. [TableGen] Fix two bugs in 'defm' when complex 'assert' is involved. (details / githubweb)
  594. [CodeGen][ARM] Implement atomicrmw as pseudo operations at -O0 (details / githubweb)
  595. [lldb] DumpDataExtractor tests for item byte size errors (details / githubweb)
  596. Revert "[CodeGen][ARM] Implement atomicrmw as pseudo operations at -O0" (details / githubweb)
  597. [lldb] Change DumpDataExtractorTest function names to lldb style (NFC) (details / githubweb)
  598. [AArch64][SVE] Remove unused function missed from D101302 (details / githubweb)
  599. [analyzer] Fix assertion in SVals.h (details / githubweb)
  600. [flang] Allow KIND type parameters to be used as LEN parameters of components (details / githubweb)
  601. [clang] Update comments on another libstdc++ HACK (details / githubweb)
  602. [AArch64] Adds a pre-indexed paired Load/Store optimization for LDR-STR. (details / githubweb)
  603. [SLP]Fix the crash on cost calculation if non-compatible vectors shuffled. (details / githubweb)
  604. [libcxx][ranges] adds `range` access CPOs (details / githubweb)
  605. [libcxx][ranges] adds `ranges::range`, `ranges::common_range`, and range aliases (details / githubweb)
  606. [gn build] Port 5a3309f82576 (details / githubweb)
  607. [gn build] Port 7c17731596e9 (details / githubweb)
  608. [NFC] Refactor ExecuteAssembler in cc1as_main.cpp (details / githubweb)
  609. [ADT] Add STLForwardCompat.h and llvm::disjunction (details / githubweb)
  610. [gn build] Port c6f20d70a8c9 (details / githubweb)
  611. [OpenMP][CMake] Use in-project clang as CUDA->IR compiler. (details / githubweb)
  612. [AArch64] Fix lowering for fshl/fshr with SVE types. (details / githubweb)
  613. Add patterns to lower vector.multi_reduction into a sequence of vector.reduction (details / githubweb)
  614. Support: Stop using F_{None,Text,Append} compatibility synonyms, NFC (details / githubweb)
  615. [libc++] Revert the change that runs clang-format and generated-output in the service queue (details / githubweb)
  616. [ADT] Add llvm::remove_cvref and llvm::remove_cvref_t (details / githubweb)
  617. [M68k] fix -Wdefaulted-function-deleted and -Woverloaded-virtual (details / githubweb)
  618. [llvm-objdump] add -v alias for --version (details / githubweb)
  619. [libcxx] Use joined format for include flag on Windows (details / githubweb)
  620. Revert "AMDGPU/llvm-readobj: Add missing tests for note parsing/displaying" (details / githubweb)
  621. [libc++] [test] Recommit the unsetting of LC_COLLATE in the builder script. (details / githubweb)
  622. [llvm-reduce] Add flag to only run specific passes (details / githubweb)
  623. [NFC][tsan] Fix cast after D101428 (details / githubweb)
  624. [llvm-reduce] Don't unset dso_local on implicitly dso_local GVs (details / githubweb)
  625. [MachineFunction] Make comment for TracksLiveness more clearer (details / githubweb)
  626. [InstCombine] Added tests for PR50172, NFC (details / githubweb)
  627. [TTI] NFC: Change getTypeLegalizationCost to return InstructionCost. (details / githubweb)
  628. [libc++] Fix constexpr-ness of std::tuple's constructor (details / githubweb)
  629. [lld-macho] Initial scaffolding for ARM32 support (details / githubweb)
  630. [lld-macho] Parse & emit the N_ARM_THUMB_DEF symbol flag (details / githubweb)
  631. [gn build] Port 2d28100bf2e4 (details / githubweb)
  632. [OpenMP] Fix second debug name from map clause (details / githubweb)
  633. [tsan] Remove special SyncClock::kInvalidTid (details / githubweb)
  634. Add support for llvm.assume intrinsic to the LoadStoreVectorizer pass (details / githubweb)
  635. asan: fix a windows test (details / githubweb)

Started by upstream project clang-stage2-Rthinlto_relay build number 5693
originally caused by:

This run spent:

  • 12 sec waiting;
  • 9 min 48 sec build duration;
  • 10 min total from scheduled to completion.
Revision: a138f265e7a4fd9a6bf7288ca50361b4d7c0860f
Repository: https://github.com/llvm/llvm-zorg.git
  • refs/remotes/origin/main
Revision: bf61690e92b210c8934918152bed2932cf665105
Repository: https://github.com/llvm/llvm-project.git
  • detached

Identified problems

Compile Error

This build failed because of a compile error. Below is a list of all errors in the build log:
Indication 1

Ninja target failed

Below is a link to the first failed ninja target.
Indication 2