Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
4890 commits
Select commit Hold shift + click to select a range
67bd7bc
[llubi][NFC] Fix build with old GCC (#195327)
sarnex May 1, 2026
4ff87c0
clang: Stop using replace_extension when there's no extension (#195335)
arsenm May 1, 2026
2548c01
[dsymutil] Make --linker explicit in every test (#195293)
JDevlieghere May 1, 2026
1879af1
Fix test's FileCheck match to allow a column number in message. (#195…
jyknight May 1, 2026
e29aa9e
[lldb][bytecode] Add missing selectors to formatter_bytecode.Compiler…
kastiglione May 1, 2026
b87b094
[NFC][HLSL] Remove dead branch for const return by value (#194983)
bob80905 May 1, 2026
491e8ce
[lldb][debugserver] Don't duplicate loaded binaries in jStopInfo (#19…
jasonmolenda May 1, 2026
26994c3
[NFC] Edit lit-test comment (#195361)
zGoldthorpe May 1, 2026
dd099ba
workflows/release-tasks: Use app generated token for creating the rel…
tstellar May 1, 2026
4c95776
[lldb] Thread DWARFExpression::Evaluate state through an EvalContext …
JDevlieghere May 1, 2026
886ff18
[libc] Fix personality buildbot failures (#195364)
kaladron May 1, 2026
2ffa00f
workflows/release-tasks: Use app generated token for publishing lit r…
tstellar May 1, 2026
62418be
workflows/release-doxygen: Use app generated token for user validatio…
tstellar May 1, 2026
c7b967a
Default to Cortex-M33 for armv8m.main (#195336)
DougGregor May 1, 2026
bcd75cb
clang: Fix using sm_52 as default subtarget for cuda spirv (#195369)
arsenm May 1, 2026
30463fb
[HLSL] Leave out entryname from string table for PSV versions < 3 (#1…
bob80905 May 1, 2026
af422bf
[RISCV][docs] Document RISCVVLOptimizer and remove trivial VP intrins…
lukel97 May 1, 2026
25c3fa2
[libcxx][lit] Fix dsl.sh.py test failure on Windows (#195230)
zeroomega May 1, 2026
2dca922
[NFC][LowerTypeTests] Pre-commit tests with debug info kill switch (#…
vitalybuka May 1, 2026
f089c0f
[llvm-profgen][NFC] Factor out parseAddress (#191594)
aaupov May 1, 2026
45b1195
[llvm-profgen][NFC] Reuse isLBRSample (#191595)
aaupov May 2, 2026
1baf1a0
[Bazel] Fixes 30463fb (#195375)
forking-google-bazel-bot[bot] May 2, 2026
ff91bf8
[lldb] Make VariableList::FindVariable const (NFC) (#195355)
kastiglione May 2, 2026
8f46a9d
[llvm-profgen] Support [buildid:]0xaddr format in perfscript input (#…
aaupov May 2, 2026
14ea3a1
[mlir][ROCDL] Add rocdl.wave.barrier (#195357)
krzysz00 May 2, 2026
7c881dd
[CIR][RISCV] Support zbkx builitin codegen (#195211)
jacquesguan May 2, 2026
a671e79
[clang] Implement CWG2413 (implicit `typename` in conversion operator…
localspook May 2, 2026
82bf5e8
[LowerTypeTests] Add debug info to jump table entries (#194493)
vitalybuka May 2, 2026
1cc9a8d
[dsymutil] Relax tests to accept both linker outputs (#195354)
JDevlieghere May 2, 2026
2bc30bd
[libc][math] Refactor fmaximum-mag-fminimum-mag family to header-only…
AnonMiraj May 2, 2026
562ba80
[libc][math] Refactor ufromfp family to header-only (#195395)
AnonMiraj May 2, 2026
7d853a2
[libc][math] Refactor totalorder, totalordermag family to header-only…
AnonMiraj May 2, 2026
0605d2c
[SLP][NFC]Add a test with the incorrect cross-loop vectorization, NFC
alexey-bataev May 2, 2026
b2f9210
[SLP] Keep loops BTCs across CurrentLoopNest truncations
alexey-bataev May 2, 2026
61a401e
[libc][math] Refactor fmod-modf family to header-only (#195406)
AnonMiraj May 2, 2026
a5c9be0
[libc][math] Refactor fromfp family to header-only (#195413)
AnonMiraj May 2, 2026
edfb913
[libc][math] Refactor fmaximum-mag-num-fminimum-mag-num family to hea…
AnonMiraj May 2, 2026
57c6854
Update Android CI and Emulator image to API 23 (#194936)
Sharjeel-Khan May 2, 2026
ce7fbcb
[libc][math] Qualify fadd functions to constexpr (#194322)
udaykiriti May 2, 2026
f5c0d91
[X86][AVX10.2] Use SDNode patterns based lowering for VMINBF16/VMAXBF…
akhilgoe May 2, 2026
31068f3
[llvm][doc][nfc] Fix typo (#195418)
kaladron May 2, 2026
39d1203
[libc][math] Refactor remainder-remquo family to header-only (#195421)
AnonMiraj May 2, 2026
0d27dda
[libc][math] Refactor scalbln-scalbn-ldexp family to header-only (#19…
AnonMiraj May 2, 2026
329853d
[CIR] Implement ExtVectorElementExpr with non simple base (#195165)
AmrDeveloper May 2, 2026
6ef6713
[RISCV][CodeGen] Add initial vzip codegen support (#194548)
BoyaoWang430 May 2, 2026
d22b41d
[llvm] Add support for atomicrmw and cmpxchg in AssumeBundleBuilder (…
SekaiArendelle May 2, 2026
a7f6a6f
[libc][math] Refactor fmul-fsub-frexp family to header-only (#195431)
AnonMiraj May 2, 2026
0ec4b22
[libc][math][NFC] fix fmul build (#195437)
bassiounix May 2, 2026
34a80c9
[InstCombine] Add user-count bailout to isAllocSiteRemovable (#190347)
jph-13 May 2, 2026
1b1e14f
[libc][math] Qualify f16add functions to constexpr (#195429)
udaykiriti May 2, 2026
2447939
[Clang-Tidy] Skip `misc-unused-parameters` in macro. (#194999)
sstepashka May 2, 2026
482d0f0
[LV] Add test for crash with VPlan-based DCE (NFC) (#195438)
fhahn May 2, 2026
7b026ac
[VPlan] Simplify extract-lane of all single-scalars (#194838)
artagnon May 2, 2026
1ed1761
[NFC][LLVM] Simplify `PruningFunctionCloner::cloneInstruction` (#195389)
jurahul May 2, 2026
82f9618
[libc][math] Refactor lrint_lround family to header-only (#195441)
AnonMiraj May 2, 2026
3823341
Reapply "[VPlan] Run removeDeadRecipes early." (#195325) (#195445)
fhahn May 2, 2026
fd51c78
[clang] fix alias ctad producing function template with no template p…
mizvekov May 2, 2026
7d925b9
[libc++] Make __is_seed_sequence a variable template (#195420)
philnik777 May 2, 2026
f66331e
[llubi] Improve diagnostics and add stacktrace (#195449)
nofe1248 May 2, 2026
0555d59
Revert "[AMDGPU] Update data layout string to use the new pointer spe…
shiltian May 2, 2026
8db17fa
[VPlan] Remove unused inferScalarTypeForRecipe declaration (NFC). (#1…
fhahn May 2, 2026
d20a3c0
[dsymutil] Update module-warnings.test to run with both linkers (#195…
JDevlieghere May 2, 2026
5d98710
[SelectionDAG] Move VSelect sign pattern check from AArch64 to genera…
mike-goutokuji May 2, 2026
8ee61ad
[AMDGPU] Make v2f32 legal for G_FNEG and G_FABS and pattern update (#…
changpeng May 2, 2026
c4fc27c
[VPlan] Strip pred-block check in inLoopReductions (NFC) (#194086)
artagnon May 2, 2026
3b32d6e
[X86][GlobalISel] Support fp80 for G_FPTRUNC and G_FPEXT (#141611)
e-kud May 2, 2026
13371e2
[compiler-rt][UBSan][NFC] Reorder includes in ubsan_diag.cpp (#195435)
kleisauke May 2, 2026
ff94721
[VPlan] Add VPBuilder methods to create (First|Last)ActiveLane (NFC).…
fhahn May 2, 2026
1f34e4b
[VPlan] Set predecessor of DispatchVPBB early (NFC). (#195480)
fhahn May 2, 2026
5bc46b1
[LV] Modernize as_cast.ll test. (NFC) (#195481)
fhahn May 2, 2026
37e0109
[NFC][TableGen] Drop OperandInfo::addField/fields() wrappers and use …
pchaudhuri-nv May 3, 2026
b561bdb
[LifetimeSafety] Detect iterator invalidation through container alias…
zeyi2 May 3, 2026
7501fde
workflows/release-binaries: Remove extra depencies for Arm64 Windows …
tstellar May 3, 2026
d184d9a
[llubi] Fix inconsistent intrinsic argument retrieval (#195499)
nofe1248 May 3, 2026
5d79fb0
[DebugInfo] Fix crash in declare-to-assign when memcpy writes to scal…
Michael-Chen-NJU May 3, 2026
efd429f
[VPlan] Dissolve replicate regions with vector live-outs. (#189022)
fhahn May 3, 2026
9eb57b6
[MLIR][NVVM] Add `NVVM_F32UnaryApproxOp` Base Class (NFC) (#194378)
grypp May 3, 2026
ef2815d
[LV] Add test for cost modeling wide calls with mixed return types (N…
fhahn May 3, 2026
8e92d3b
[JITLink][Docs] Update roadmap and availability sections (#195446)
marcauberer May 3, 2026
120b580
[SLP][NFC]Add sincos test, NFC
alexey-bataev May 3, 2026
a3d8c1c
[LLVM][Intrinsic] Move overload index validation to C++ (#195297)
jurahul May 3, 2026
ad03b7a
[NFC][LLVM][StringRef] Remove function names from header comments (#1…
jurahul May 3, 2026
8901889
[NFC][LLVM][FPEnv] Minor cleanup in convert to string functions (#195…
jurahul May 3, 2026
25d6d33
[NFC][LLVM][ADT] Remove function names from Doxygen comments (#195467)
jurahul May 3, 2026
32f06d8
[NFC][LLVM][ADT] Remove function names from Doxygen comments (#195469)
jurahul May 3, 2026
204f489
[NFC][LLVM] Make `matchIntrinsicSignature` static and rename it (#195…
jurahul May 3, 2026
79ebe71
[NFC][LLVM][Intrinsics] Add `hasStructReturnType` helper (#195457)
jurahul May 3, 2026
8a68898
[NFC][LLVM] Eliminate use of `getIntrinsicInfoTableEntries` from Clon…
jurahul May 3, 2026
4153b05
[PatternMatch] Add m_Ctpop / m_Ctlz / m_Cttz matchers (#195520)
RKSimon May 3, 2026
26b8316
[clang-format][docs] Clarify AllowShortFunctionsOnASingleLine depreca…
nataliakokoromyti May 3, 2026
2a2348e
[clang-format] Honor later negated .clang-format-ignore patterns (#19…
Dudenwatschn May 3, 2026
8cc0907
[X86] subcarry.ll - regenerate to show stack math and missing AVX512 …
RKSimon May 3, 2026
c4aba56
[SLP][REVEC] Replace all uses of direct gather scalar operands
alexey-bataev May 3, 2026
2ae4f5a
[SLP][NFC] Pre-commit tests for build-vector stores in store chains (…
yxsamliu May 3, 2026
6d97082
[clang][bytecode] Fix an assertion for composite array roots (#195530)
tbaederr May 3, 2026
58eadc4
[clang][AST][NFC] Simplify ExplicitSpecifier (#193984)
halbi2 May 3, 2026
2ae0fbb
[Clang][ItaniumMangle] Preserve field-name closure-prefix for instant…
eiytoq May 3, 2026
6f2deab
[SelectionDAG][NFC] Add function for `peekThroughFreeze` (#195324)
mustartt May 3, 2026
35c7191
[MLIR][Presburger] Conversion between Int- and FracMatrix (#192822)
AdUhTkJm May 3, 2026
0af78ee
[IR] Drop parameter attributes (#195516)
dtcxzyw May 3, 2026
aec3ce0
[compiler-rt][UBSan] Add __ubsan_default_suppressions() hook (#194862)
kleisauke May 3, 2026
928b14b
[AVR] Fix selecting inline assembly operands (#195066)
benshi001 May 3, 2026
92a10f4
[ELF] Simplify checkDuplicate; cover SharedSymbol/CommonSymbol resolv…
MaskRay May 3, 2026
268813d
[ELF] maybeWarnUnorderableSymbol: drop redundant `d &&`, assert isSha…
MaskRay May 3, 2026
441a18d
[clang-tidy] Preserve typedef comments in `modernize-use-using` (#180…
unterumarmung May 3, 2026
e8a85b2
[ELF] Remove unused functions. NFC (#195546)
MaskRay May 3, 2026
7608c5f
[clang][NFC] Mark CWG2629 as implemented and add a test (#195490)
localspook May 3, 2026
2dccc37
[test] Cover R_RISCV_ADD/SUB and R_RISCV_RVC_{BRANCH,JUMP} (#195555)
MaskRay May 3, 2026
1f83fdb
Revert "[llvm-profgen] Support [buildid:]0xaddr format in perfscript …
thurstond May 3, 2026
6283dec
[DWARFLinker] Treat NULL DIE references as resolution failures in par…
JDevlieghere May 3, 2026
9da250c
[flang][cuda][openacc] Fix OpenACC use_device host association symbol…
clementval May 3, 2026
8a4f8ba
[CIR][NVPTX][NFC] Add initial NVPTX builtin infrastructure (#195214)
RiverDave May 3, 2026
6e72c62
[ELF] Remove duplicate SHT_CREL writeTo branch and cover discarded se…
MaskRay May 3, 2026
b4e81b9
[DirectX] Add missing test update for #191528 (#195552)
bogner May 3, 2026
94e005d
[DirectX] Update error messages after #194061 (#195553)
bogner May 3, 2026
0b65233
[libc++] Implement `ranges::fold_right` (#193997)
c8ef May 4, 2026
eed3366
[llubi] Add support for poison-generating/UB-implying annotations (#1…
dtcxzyw May 4, 2026
cd6119c
[flang][NFC] Converted more tests from old lowering to new lowering (…
eugeneepshteyn May 4, 2026
5f9b0ad
[libc][math] Refactor rint-nearbyint family to header-only (#195577)
AnonMiraj May 4, 2026
d50631f
MCContext/TargetMachine: Take MCRegisterInfo and MCSubtargetInfo by r…
MaskRay May 4, 2026
4cc98cc
[libc][math] Qualify getpayload functions to constexpr (#195532)
udaykiriti May 4, 2026
ccc3e81
[clang-format] Make ignored files unformatted instead of empty. (#170…
matts1 May 4, 2026
e7b0b35
[clang][bytecode] Create global variables for temporaries... (#195037)
tbaederr May 4, 2026
9708947
[clang-tidy] Skip user headers named like C headers in `modernize-dep…
zeyi2 May 4, 2026
922fb78
[libc][math] Qualify setpayload functions to constexpr (#195582)
udaykiriti May 4, 2026
55114f4
[llvm][RISCV] Add missing RVV mangling tests. NFC (#194227)
4vtomat May 4, 2026
5a91032
[clang][RISCV] Use macro to check if intrinsics are supported (#187197)
4vtomat May 4, 2026
ab8e0f9
[libc] Enable socket entrypoints in overlay mode (#195035)
labath May 4, 2026
17cb210
[OpenMP][mlir] Add Groupprivate op in omp dialect. (#162704)
skc7 May 4, 2026
2c35727
[InstCombine] Fold `A == MIN_INT ? MAX_INT : 0 - A` to `ssub_sat 0, A…
NexMing May 4, 2026
d38d8c6
[libc++] Simplify more <random> engines (#195504)
philnik777 May 4, 2026
be8e084
[libc++] Remove libc++'s own ctype.h (#194615)
philnik777 May 4, 2026
f7329e6
[libc++] Remove libc++'s own fenv.h (#194629)
philnik777 May 4, 2026
8889e8f
[libc][math] Refactor iscanonical-issignaling-nan family to header-on…
AnonMiraj May 4, 2026
9cb00e1
[ELF] Remove dead code related to relocation scanning (#195594)
MaskRay May 4, 2026
d9c7b66
[libc][math][NFC] Remove `-fconstexpr-steps` flag (#195593)
bassiounix May 4, 2026
0d7ad3d
[libc][math] Qualify nextafter functions to constexpr (#195596)
udaykiriti May 4, 2026
cd077ba
[libc][math][NFC] Fix nextafterl build (#195599)
bassiounix May 4, 2026
ec0ee3b
[SystemZ,test] Cover non-preemptible PLTOFF (#195600)
MaskRay May 4, 2026
3a5f8ae
[ELF] Remove dead stable_sort in TargetInfo::scanSectionImpl. NFC (#1…
MaskRay May 4, 2026
52340a4
[libc][math] Refactor round-roundeven-trunc family to header-only (#1…
AnonMiraj May 4, 2026
1561e51
[libc][math] Refactor isnan family to header-only (#195598)
AnonMiraj May 4, 2026
5ef4320
[IR] Remove volatile from nosync (#194391)
nikic May 4, 2026
fe3fd1e
[clang][RISCV] Add REQRUIES to riscv-intrinsic-exts.c (#195605)
4vtomat May 4, 2026
c859a27
[clang-tidy] An option for conditional skipping overloaded functions …
irishrover May 4, 2026
c24fc71
Revert [LICM] Remove unnecessary check during store hoisting (#195606)
nikic May 4, 2026
94ca490
[clang][SYCL] Handle cdecl variadic functions for SYCL device (#194922)
Fznamznon May 4, 2026
dc79e2a
[flang] avoid introducing iteration dependencies in WHERE and FORALL …
jeanPerier May 4, 2026
9fe04e0
[IR] Add require-logical-module module flag (#193502)
Keenuts May 4, 2026
a9a899d
[X86] vector-reduce-* - add 32-bit test coverage to the minmax tests …
RKSimon May 4, 2026
8b25820
[clang][bytecode] Diagnose copying empty mutable unions (#195529)
tbaederr May 4, 2026
2507314
[OpenMP][mlir] Add DynGroupPrivateClause in omp dialect (#153562)
skc7 May 4, 2026
a699b25
[clang][bytecode] Check reference initializers for one-past-the-end p…
tbaederr May 4, 2026
15383dc
[EarlyCSE] Support memset loads (#194268)
nataliakokoromyti May 4, 2026
81518d0
[DebugInfo] Verify DISubprogram has a type (#194556)
JiangNingHX May 4, 2026
37f16ad
[MIPS] Remove InstrItinClass definitions and MipsSchedule.td (#188010)
djtodoro May 4, 2026
d1e84bb
Thread Safety Analysis: Support attributes on function pointers (#191…
melver May 4, 2026
29dfc68
[InstCombine] Fold redundant select guards for ctpop (#195443)
sai18022001 May 4, 2026
e69e7f4
[X86] vector-reduce-* - add 32-bit test coverage to the logic tests (…
RKSimon May 4, 2026
5f60066
Revert "workflows/release-tasks: Use app generated token for publishi…
nikic May 4, 2026
afb0a93
[libc][math] Qualify canonicalize functions to constexpr (#195630)
udaykiriti May 4, 2026
c75e1e6
[SLP] Check for instruction before casting
alexey-bataev May 4, 2026
aeb14f7
[flang][flang-rt] Add support for non-standard TIMEF intrinsic (#185377)
NimishMishra May 4, 2026
8442c9c
[clang][docs] Rename Hexagon HVX option section (#195560)
nataliakokoromyti May 4, 2026
3b9f8f0
[analyzer][NFC] Merge `BlockInvocationContext` class into `StackFrame…
tigbr May 4, 2026
8c77d07
[LangRef] Clarify requirement for non-pow-2 align bundle (#195631)
nikic May 4, 2026
857baf3
[CIR][AMDGPU] Set amdgpu_kernel calling convention on HIP kernels (#1…
RiverDave May 4, 2026
8b8c271
[DAG] computeKnownFPClass - add ISD::EXTRACT_SUBVECTOR/INSERT_SUBVECT…
Xylecrack May 4, 2026
aeb8969
[mlir][vector] Skip redundant affine.apply when unrolling transfer op…
amd-eochoalo May 4, 2026
4d093aa
[llubi] Check undefined bits when !noundef is set (#195642)
dtcxzyw May 4, 2026
2b46fd5
[clang][bytecode] Print array size in `Descriptor::dump()` (#195625)
tbaederr May 4, 2026
305618b
[SimplifyLibCalls] Avoid implicit truncation for char (#195647)
nikic May 4, 2026
471e1bd
[Attributor] Regenerate test checks (NFC) (#195653)
nikic May 4, 2026
da85587
[CodeExtractor] Reset stale FuncRetVal in findInputsOutputs (#195484)
cachemeifyoucan May 4, 2026
8116195
[clang] Expose -f(no-)math-errno as a clang-cl option (#195455)
nico May 4, 2026
3efe6d4
[LV] Remove redundant parameter in IV live-out optimization (#195036)
Mel-Chen May 4, 2026
c252557
[flang-rt] Fix for TIMEF test case hanging on Windows (#195651)
NimishMishra May 4, 2026
665984f
[clang][bytecode] Check primtypes in CopyArray op (#195628)
tbaederr May 4, 2026
0fd3e26
[ARM] Optimize BSwap for ARM once again (#195347)
mike-goutokuji May 4, 2026
4e33a3b
Respect group size limit for kernel (#195655)
hansangbae May 4, 2026
1a35a3f
[AMDGPU] Use two v_xor_b32 instructions in fneg v2f32 selection patte…
changpeng May 4, 2026
f8e13a9
[FLANG] [DOCS] Update current status details of DO CONCURRENT support…
kiranktp May 4, 2026
476bc22
[clang] clang-format functionality related to format string parsing (…
s-barannikov May 4, 2026
e36d515
[NFC][LLVM][IRBuilder] Use `map_to_vector` to build vector of types (…
jurahul May 4, 2026
f48e77d
[NFC][LLVM][ADT] Remove function names from Doxygen comments (#195465)
jurahul May 4, 2026
e6bb3b6
[NFC][LLVM] Use `isIntrinsicVarArg` in `Intrinsic::getType` (#195528)
jurahul May 4, 2026
7bae454
[clang][bytecode] Allow constructor calls on extern RVO pointers (#19…
tbaederr May 4, 2026
ca1f6cb
[flang][NFC] Convert problematic legacy-lowering tests to HLFIR (part…
eugeneepshteyn May 4, 2026
54a1e2d
[mlir] Remove redundant DCE worklist visited set (NFC) (#195662)
joker-eph May 4, 2026
5213037
[SystemZ] Avoid unaligned VL/VST:s with memcpy/memmove/memset. (#187100)
JonPsson1 May 4, 2026
38013ad
[TextAPI] Add option to filter out unsupported/unknown/invalid target…
cyndyishida May 4, 2026
66d4116
[CIR][AArch64] Upstream addition-across-vector (incl. widening) NEON …
iamvickynguyen May 4, 2026
4de1fca
[CIR] Add floating-point type descriptors to decodeFixedType (#194483)
adams381 May 4, 2026
9928db4
[DAGCombiner] Slightly simplify code in visitBSWAP. NFC (#193896)
topperc May 4, 2026
c080a3f
Remove historic comment in DWP about MCStreamer (#195370)
fzakaria May 4, 2026
4e3bac3
[CodeGen] Port mir-debugify to new pass manager (#193201)
juanvazquez May 4, 2026
800eba8
[Attributor] Fix nofree inference for stores (#195656)
nikic May 4, 2026
4a15b84
[LV] Strip an outdated TODO about runPass (NFC) (#195228)
artagnon May 4, 2026
f306525
Fix flaky test xray/basic-filtering.cpp (#186611)
nickitat May 4, 2026
fec54af
[SandboxIR][SandboxVec] Remove score tracking from Region, add Region…
vporpo May 4, 2026
6a8e7e4
[lldb] Make TestBuiltinFormats.py work on arm64e (#195163)
bulbazord May 4, 2026
c19b9cf
[flang][CUDA] Only apply implicit managed attribute when CUDA Fortran…
wangzpgi May 4, 2026
55124c4
[CIR][NVPTX] Implement sync and cluster barrier builtins (#195217)
RiverDave May 4, 2026
8a26ecc
[clang][NFC] Mark CWG2785 as implemented and add a test (#195547)
localspook May 4, 2026
c6bf92e
[flang][semantics] Add a flag to relax some of the semantic constrain…
akuhlens May 4, 2026
d27d0f0
[mlir][SPIRV] Add named-barrier type and OpNamedBarrierInitialize / O…
krzysz00 May 4, 2026
b057c78
[mlir][MathToLLVM] Fix vector type checks in math.absi lowering. (#19…
hanhanW May 4, 2026
bda0016
[MLIR][AMDGPU] Add amdgpu.global_transpose_load op for gfx1200+ globa…
nirvedhmeshram May 4, 2026
b8142ec
[asan] Improve manual poison reporting (#195666)
vitalybuka May 4, 2026
4e32fa9
[GIsel] Add combine (sub a, (mul x, C)) -> (add a, (mul x, -C)) (#194…
AlexMaclean May 4, 2026
c738bfa
[asan] Change error to note when poison record is not found (#195669)
vitalybuka May 4, 2026
a0330b3
[flang] Fix missed access group attribute when converting FIR to LLVM…
valerydmit May 4, 2026
0d1bd85
[NFC][LLVM][ADT] Fix indendation for ArrayRef.h (#195522)
jurahul May 4, 2026
da28d01
[mlir][acc] Introduce privatization operations for codegen (#195273)
razvanlupusoru May 4, 2026
5399086
[SelectionDAG] Look through FREEZE in getCopyToRegs when checking isZ…
mustartt May 4, 2026
75f884b
Revert "[SandboxIR][SandboxVec] Remove score tracking from Region, ad…
vporpo May 4, 2026
e6d1676
[lldb] Use (_d).pyd as Python extension suffix on Windows (#195262)
Nerixyz May 4, 2026
8e34113
[NFC][asan] Cleanup use-after-poison-history-size-partial-granule.cpp…
vitalybuka May 4, 2026
7a7efa2
[lldb-dap] Fix core file stop reason overridden to "entry" (#195352)
kusmour May 4, 2026
7c97178
Revert "[LifetimeSafety] Detect iterator invalidation through contain…
zeyi2 May 4, 2026
d7693e3
[MLIR][LLVM] Add variant part debug info support (#195321)
jiel-nv May 4, 2026
90e17d2
[libc] Add sys/stat syscall wrappers (#195295)
kaladron May 4, 2026
3a02cca
[Darwin][Clang][PGO] Pass CSPGO related flags to ld when using libLTO…
mustartt May 4, 2026
dc51615
[mlir] Fix typo in doc string (indepently => independently) (#195689)
KevinBoyette May 4, 2026
98419d2
[NFC][asan] Extract out RecordPoison helper function (#195672)
vitalybuka May 4, 2026
5b3fb5a
[CodeGen][test][NFC] Quote the llc `-passes` arg (#195707)
rupprecht May 4, 2026
b4321dc
[Bazel] Fixes 90e17d2 (#195718)
forking-google-bazel-bot[bot] May 4, 2026
5bf5c6b
[MLIR][DebugInfo][test] Add missing DISubprogram type (#195720)
rupprecht May 4, 2026
33a4c49
[asan] Print standalone partial granules in poison_history_size (#195…
vitalybuka May 4, 2026
a9810ad
[CIR] Implement devirtualized member function calls (#195106)
AbdallahRashed May 4, 2026
14912cc
[CIR] Introduce cir.construct_catch_param (#195283)
andykaylor May 4, 2026
00ff3df
[libc] Add wchar support to File (#189504)
michaelrj-google May 4, 2026
2b8c117
[MLIR][NVVM] Remove the `nvvm.barrier0` op (#195608)
grypp May 4, 2026
06ecfa1
[libc] add missing pathconf header definitions (#195688)
SchrodingerZhu May 4, 2026
fb3e804
[Bazel] Fixes 00ff3df (#195726)
forking-google-bazel-bot[bot] May 4, 2026
8af8a60
[libc++] Add `__exchange` as a C++11 utility (#187953)
cjdb May 4, 2026
38f153c
[TableGen] Fix null-pointer assert in RecordVal::setValue on failed c…
pchaudhuri-nv May 4, 2026
099245a
clang: Use Triple::isCompatibleWith to match OpenMP arguments (#195724)
arsenm May 4, 2026
5cb2f3c
List psutil as a dependency in pyproject.toml
arichardson May 4, 2026
ae9e4a5
[MLIR][XeVM] Enable SPV_INTEL_bfloat16_arithmetic (#195727)
silee2 May 4, 2026
8593191
[XeGPU][Transform] Add XeGPU array length optimization patterns. (#19…
mshahneo May 4, 2026
9aec705
[bazel][MLIR][NVVM] Port #195608: remove GPUToNVVM (#195731)
rupprecht May 4, 2026
03d600e
[NFC][Darwin] Use add -fuse-ld=ld for Darwin CSPGO use test (#195721)
mustartt May 4, 2026
c3761b6
[clang] Add formal linkage to textual AST dump (#194600)
Endilll May 4, 2026
c8b54a4
[Codegen] Initialize RValue IsVolatile field in constructor (#195556)
shafik May 4, 2026
9376d9b
[docs] Document the usage of operators on RVV sized types (#194979)
preames May 4, 2026
51d52c2
[lldb] IRForTarget::UnfoldConstant should return an llvm::Error (#195…
bulbazord May 4, 2026
d5ef711
[clang] correctly handle +/- features when matching modules
fmayer May 4, 2026
53a1d59
[𝘀𝗽𝗿] changes introduced through rebase
bulbazord May 4, 2026
695cc59
rebase
fmayer May 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 5 additions & 2 deletions .ci/all_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.12
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --generate-hashes --output-file=./.ci/all_requirements.txt ./.ci/requirements.txt ./lldb/test/requirements.txt ./mlir/python/requirements.txt
Expand Down Expand Up @@ -236,7 +236,9 @@ cryptography==46.0.3 \
--hash=sha256:e7aec276d68421f9574040c26e2a7c3771060bc0cff408bae1dcb19d3ab1e63c \
--hash=sha256:ef639cb3372f69ec44915fafcd6698b6cc78fbe0c2ea41be867f6ed612811963 \
--hash=sha256:f260d0d41e9b4da1ed1e0f1ce571f97fe370b152ab18778e9e8f67d6af432018
# via pyjwt
# via
# -r lldb/test/requirements.txt
# pyjwt
google-api-core==2.25.1 \
--hash=sha256:8a2a56c1fef82987a524371f99f3bd0143702fecc670c72e600c1cda6bf8dbb7 \
--hash=sha256:d2aaa0b13c78c61cb3f4282c464c046e45fbd75755683c9c525e6e8f7ed0a5e8
Expand Down Expand Up @@ -578,6 +580,7 @@ typing-extensions==4.15.0 \
--hash=sha256:f0fa19c6845758ab08074a0cfa8b7aecb71c999ca73d62883bc25cc018c4e548
# via
# -r mlir/python/requirements.txt
# cryptography
# pygithub
urllib3==2.5.0 \
--hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \
Expand Down
18 changes: 15 additions & 3 deletions .ci/compute_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"bolt": {"clang", "lld", "llvm"},
"clang-tools-extra": {"clang", "llvm"},
"compiler-rt": {"clang", "lld"},
"cross-project-tests": {"clang", "lldb", "lld"},
"libc": {"clang", "lld"},
"openmp": {"clang", "lld"},
"flang": {"llvm", "clang"},
Expand All @@ -48,6 +49,7 @@
"mlir",
"polly",
"flang",
"cross-project-tests",
},
"lld": {"bolt", "cross-project-tests"},
"clang": {"clang-tools-extra", "cross-project-tests", "lldb"},
Expand Down Expand Up @@ -94,10 +96,15 @@
}

EXCLUDE_LINUX = {
"cross-project-tests", # TODO(issues/132796): Tests are failing.
"openmp", # https://github.com/google/llvm-premerge-checks/issues/410
}

# Runtimes configured for cross-compilation using LLVM_RUNTIME_TARGETS.
# The same build may also use LLVM_ENABLE_RUNTIMES for other runtimes.
CROSS_COMPILATION_RUNTIMES = {
"libclc",
}

EXCLUDE_WINDOWS = {
"cross-project-tests", # TODO(issues/132797): Tests are failing.
"openmp", # TODO(issues/132799): Does not detect perl installation.
Expand Down Expand Up @@ -276,7 +283,9 @@ def _compute_runtimes_to_build(
for modified_project in modified_projects:
if modified_project in DEPENDENT_RUNTIMES_TO_BUILD:
runtimes_to_build.update(DEPENDENT_RUNTIMES_TO_BUILD[modified_project])
return _exclude_projects(runtimes_to_build, platform)
runtimes_to_build = _exclude_projects(runtimes_to_build, platform)
runtimes_to_build -= CROSS_COMPILATION_RUNTIMES
return runtimes_to_build


def _path_matches(matcher: tuple[str], file_path: tuple[str]) -> bool:
Expand Down Expand Up @@ -320,7 +329,10 @@ def get_env_variables(modified_files: list[str], platform: str) -> Set[str]:
runtimes_to_build = _compute_runtimes_to_build(
runtimes_to_test | runtimes_to_test_needs_reconfig, modified_projects, platform
)
projects_to_build = _compute_projects_to_build(projects_to_test, runtimes_to_build)
cross_runtimes_to_test = runtimes_to_test & CROSS_COMPILATION_RUNTIMES
projects_to_build = _compute_projects_to_build(
projects_to_test, runtimes_to_build | cross_runtimes_to_test
)
projects_check_targets = _compute_project_check_targets(projects_to_test)
runtimes_check_targets = _compute_project_check_targets(runtimes_to_test)
runtimes_check_targets_needs_reconfig = _compute_project_check_targets(
Expand Down
44 changes: 30 additions & 14 deletions .ci/compute_projects_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ def test_llvm(self):
)
self.assertEqual(
env_variables["projects_to_build"],
"bolt;clang;clang-tools-extra;flang;lld;lldb;llvm;mlir;polly",
"bolt;clang;clang-tools-extra;cross-project-tests;flang;lld;lldb;llvm;mlir;polly",
)
self.assertEqual(
env_variables["project_check_targets"],
"check-bolt check-clang check-clang-tools check-flang check-lld check-lldb check-llvm check-mlir check-polly",
"check-bolt check-clang check-clang-tools check-cross-project check-flang check-lld check-lldb check-llvm check-mlir check-polly",
)
self.assertEqual(
env_variables["runtimes_to_build"], "libcxx;libcxxabi;libunwind"
Expand Down Expand Up @@ -83,11 +83,11 @@ def test_clang(self):
)
self.assertEqual(
env_variables["projects_to_build"],
"clang;clang-tools-extra;lld;lldb;llvm",
"clang;clang-tools-extra;cross-project-tests;lld;lldb;llvm",
)
self.assertEqual(
env_variables["project_check_targets"],
"check-clang check-clang-tools check-lldb",
"check-clang check-clang-tools check-cross-project check-lldb",
)
self.assertEqual(
env_variables["runtimes_to_build"], "compiler-rt;libcxx;libcxxabi;libunwind"
Expand Down Expand Up @@ -158,11 +158,11 @@ def test_cir(self):
)
self.assertEqual(
env_variables["projects_to_build"],
"clang;clang-tools-extra;lld;lldb;llvm;mlir",
"clang;clang-tools-extra;cross-project-tests;lld;lldb;llvm;mlir",
)
self.assertEqual(
env_variables["project_check_targets"],
"check-clang check-clang-cir check-clang-tools check-lldb",
"check-clang check-clang-cir check-clang-tools check-cross-project check-lldb",
)
self.assertEqual(
env_variables["runtimes_to_build"], "compiler-rt;libcxx;libcxxabi;libunwind"
Expand Down Expand Up @@ -265,8 +265,11 @@ def test_include_libclc_in_runtimes(self):
)
self.assertEqual(env_variables["projects_to_build"], "clang;llvm")
self.assertEqual(env_variables["project_check_targets"], "")
self.assertEqual(env_variables["runtimes_to_build"], "libclc")
self.assertEqual(env_variables["runtimes_check_targets"], "check-libclc")
self.assertEqual(env_variables["runtimes_to_build"], "")
self.assertEqual(
env_variables["runtimes_check_targets"],
"check-libclc",
)
self.assertEqual(env_variables["runtimes_check_targets_needs_reconfig"], "")

def test_exclude_docs(self):
Expand Down Expand Up @@ -303,7 +306,7 @@ def test_ci(self):
)
self.assertEqual(
env_variables["runtimes_to_build"],
"compiler-rt;flang-rt;libc;libclc;libcxx;libcxxabi;libunwind",
"compiler-rt;flang-rt;libc;libcxx;libcxxabi;libunwind",
)
self.assertEqual(
env_variables["runtimes_check_targets"],
Expand All @@ -328,7 +331,7 @@ def test_windows_ci(self):
)
self.assertEqual(
env_variables["runtimes_to_build"],
"compiler-rt;libclc",
"compiler-rt",
)
self.assertEqual(
env_variables["runtimes_check_targets"],
Expand Down Expand Up @@ -377,7 +380,7 @@ def test_premerge_workflow(self):
)
self.assertEqual(
env_variables["runtimes_to_build"],
"compiler-rt;flang-rt;libc;libclc;libcxx;libcxxabi;libunwind",
"compiler-rt;flang-rt;libc;libcxx;libcxxabi;libunwind",
)
self.assertEqual(
env_variables["runtimes_check_targets"],
Expand Down Expand Up @@ -412,7 +415,7 @@ def test_third_party_benchmark(self):
)
self.assertEqual(
env_variables["runtimes_to_build"],
"compiler-rt;flang-rt;libc;libclc;libcxx;libcxxabi;libunwind",
"compiler-rt;flang-rt;libc;libcxx;libcxxabi;libunwind",
)
self.assertEqual(
env_variables["runtimes_check_targets"],
Expand All @@ -429,11 +432,11 @@ def test_lit(self):
)
self.assertEqual(
env_variables["projects_to_build"],
"bolt;clang;clang-tools-extra;flang;lld;lldb;llvm;mlir;polly",
"bolt;clang;clang-tools-extra;cross-project-tests;flang;lld;lldb;llvm;mlir;polly",
)
self.assertEqual(
env_variables["project_check_targets"],
"check-bolt check-clang check-clang-tools check-flang check-lit check-lld check-lldb check-llvm check-mlir check-polly",
"check-bolt check-clang check-clang-tools check-cross-project check-flang check-lit check-lld check-lldb check-llvm check-mlir check-polly",
)
self.assertEqual(
env_variables["runtimes_to_build"], "libcxx;libcxxabi;libunwind"
Expand All @@ -447,6 +450,19 @@ def test_lit(self):
"check-cxx check-cxxabi check-unwind",
)

def test_cross_project_tests(self):
env_variables = compute_projects.get_env_variables(
["cross-project-tests/CMakeLists.txt"], "Linux"
)
self.assertEqual(
env_variables["projects_to_build"],
"clang;cross-project-tests;lld;lldb;llvm",
)
self.assertEqual(env_variables["project_check_targets"], "check-cross-project")
self.assertEqual(env_variables["runtimes_to_build"], "")
self.assertEqual(env_variables["runtimes_check_targets"], "")
self.assertEqual(env_variables["runtimes_check_targets_needs_reconfig"], "")


if __name__ == "__main__":
unittest.main()
13 changes: 12 additions & 1 deletion .ci/green-dragon/lldb-ubuntu.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ pipeline {
checkout scm
}
}
timeout(10) {
dir('llvm-zorg') {
git url: 'https://github.com/llvm/llvm-zorg.git', branch: 'main'
}
}
}
}

Expand All @@ -60,6 +65,8 @@ pipeline {
writeFile file: 'build.sh', text: '''#!/usr/bin/env bash
set -ex

pip3 install --break-system-packages -r /workspace/llvm-zorg/zorg/jenkins/jobs/requirements.txt

/usr/bin/cmake -G Ninja \
-S /workspace/llvm-project/llvm \
-B /workspace/llvm-build \
Expand All @@ -75,7 +82,7 @@ set -ex
-DLLVM_ENABLE_LIBEDIT=FORCE_ON \
-DLLVM_ENABLE_LIBXML2=FORCE_ON \
-DLLVM_BUILD_UTILS=TRUE \
-DLLVM_ENABLE_PROJECTS="clang;lldb" \
-DLLVM_ENABLE_PROJECTS="clang;lldb;lld" \
-DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind;compiler-rt" \
-DLLVM_OPTIMIZED_TABLEGEN:BOOL=TRUE \
-DLLVM_TARGETS_TO_BUILD=Native \
Expand All @@ -94,6 +101,10 @@ ninja -C /workspace/llvm-build check-lldb
--cap-add=SYS_PTRACE \\
--security-opt seccomp=unconfined \\
-e BUILD_TYPE=${params.BUILD_TYPE} \\
-e http_proxy \\
-e https_proxy \\
-e HTTP_PROXY \\
-e HTTPS_PROXY \\
-v "\${WORKSPACE}:/workspace" \\
${env.DOCKER_IMAGE} \\
bash /workspace/build.sh
Expand Down
12 changes: 10 additions & 2 deletions .ci/monolithic-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ enable_cir="${6}"

lit_args="-v --xunit-xml-output ${BUILD_DIR}/test-results.xml --use-unique-output-file-name --timeout=1200 --time-tests --succinct"

runtime_cmake_args=()
if [[ " ${runtime_targets} " == *" check-libclc "* ]]; then
runtime_cmake_args+=(
-D RUNTIMES_amdgcn-amd-amdhsa-llvm_LLVM_ENABLE_RUNTIMES=libclc
-D LLVM_RUNTIME_TARGETS="default;amdgcn-amd-amdhsa-llvm"
)
fi

start-group "CMake"

# Set the system llvm-symbolizer as preferred.
Expand All @@ -56,14 +64,14 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
-D CMAKE_DISABLE_PRECOMPILE_HEADERS=ON \
-D LIBCXX_CXX_ABI=libcxxabi \
-D LIBCLC_TARGETS_TO_BUILD="amdgcn-amd-amdhsa-llvm" \
-D MLIR_ENABLE_BINDINGS_PYTHON=ON \
-D LLDB_ENABLE_PYTHON=ON \
-D LLDB_ENFORCE_STRICT_TEST_REQUIREMENTS=ON \
-D CMAKE_INSTALL_PREFIX="${INSTALL_DIR}" \
-D CMAKE_EXE_LINKER_FLAGS="-no-pie" \
-D LLVM_ENABLE_WERROR=ON \
-D LLVM_BINUTILS_INCDIR=/usr
-D LLVM_BINUTILS_INCDIR=/usr \
"${runtime_cmake_args[@]}"

start-group "ninja"

Expand Down
12 changes: 10 additions & 2 deletions .ci/monolithic-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ targets="${2}"
runtimes="${3}"
runtimes_targets="${4}"

runtime_cmake_args=()
if [[ " ${runtimes_targets} " == *" check-libclc "* ]]; then
runtime_cmake_args+=(
-D RUNTIMES_amdgcn-amd-amdhsa-llvm_LLVM_ENABLE_RUNTIMES=libclc
-D LLVM_RUNTIME_TARGETS="default;amdgcn-amd-amdhsa-llvm"
)
fi

start-group "CMake"
pip install -q -r "${MONOREPO_ROOT}"/.ci/all_requirements.txt

Expand All @@ -45,11 +53,11 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
-D CMAKE_CXX_COMPILER_LAUNCHER=sccache \
-D CMAKE_DISABLE_PRECOMPILE_HEADERS=ON \
-D MLIR_ENABLE_BINDINGS_PYTHON=ON \
-D LIBCLC_TARGETS_TO_BUILD="amdgcn-amd-amdhsa-llvm" \
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
-D LLVM_ENABLE_RUNTIMES="${runtimes}"
-D LLVM_ENABLE_RUNTIMES="${runtimes}" \
"${runtime_cmake_args[@]}"

start-group "ninja"

Expand Down
2 changes: 1 addition & 1 deletion .ci/premerge_advisor_explain.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def main(
# Skip looking for results on AArch64 for now because the premerge advisor
# service is not available on AWS currently.
if platform.machine() == "arm64" or platform.machine() == "aarch64":
sys.exit(0)
sys.exit(args.return_code)

failures_explained = main(
args.commit_sha,
Expand Down
7 changes: 5 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,13 @@
/mlir/lib/Dialect/MemRef/Transforms/EmulateNarrowType.cpp @MaheshRavishankar @nicolasvasilache

# Vector Dialect in MLIR.
/mlir/**/*AMX* @aartbik @dcaballe
/mlir/**/*Neon* @banach-space @dcaballe @nicolasvasilache
/mlir/**/*SME* @banach-space @dcaballe @nicolasvasilache
/mlir/**/*SVE* @banach-space @dcaballe @nicolasvasilache
/mlir/**/*VectorInterfaces* @dcaballe @nicolasvasilache
/mlir/**/*VectorToSCF* @banach-space @dcaballe @matthias-springer @nicolasvasilache
/mlir/**/*VectorToLLVM* @banach-space @dcaballe @nicolasvasilache
/mlir/**/*X86Vector* @aartbik @dcaballe @nicolasvasilache
/mlir/**/*X86* @aartbik @dcaballe @nicolasvasilache @adam-smnk
/mlir/include/mlir/Dialect/Vector @banach-space @dcaballe @nicolasvasilache @Groverkss
/mlir/include/mlir/Dialect/Vector/IR @kuhar
/mlir/lib/Dialect/Vector @banach-space @dcaballe @nicolasvasilache @Groverkss
Expand Down Expand Up @@ -157,6 +156,10 @@
# MLIR Index Dialect
/mlir/**/Index* @mogball

# MLIR Shard Dialect
/mlir/**/*shard* @fschlimb
/mlir/**/*Shard* @fschlimb

# MLIR Python Bindings
/mlir/test/python/ @ftynse @makslevental @stellaraccident @rolfmorel
/mlir/python/ @ftynse @makslevental @stellaraccident @rolfmorel
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/build-container/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ runs:
echo "container-full-name=$container_name" >> $GITHUB_OUTPUT

- name: Create container artifact
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: ${{ inputs.container-name }}-${{ runner.arch }}
path: "*.tar"
Expand Down
7 changes: 7 additions & 0 deletions .github/new-prs-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,12 @@ mlir:llvm:
- mlir/**/LLVM*
- mlir/**/LLVM*/**

mlir:nvvm:
- changed-files:
- any-glob-to-any-file:
- mlir/**/NVVM*
- mlir/**/NVVM*/**

mlir:linalg:
- changed-files:
- any-glob-to-any-file:
Expand Down Expand Up @@ -1425,6 +1431,7 @@ clang:temporal-safety:
- clang/test/Sema/*lifetime-safety*
- clang/test/Sema/*lifetime-analysis*
- clang/test/Analysis/LifetimeSafety/**
- clang/docs/LifetimeSafety.rst

clang:as-a-library:
- changed-files:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bazel-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: github.repository == 'llvm/llvm-project'
steps:
- name: Fetch LLVM sources
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup Buildifier
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
if: github.repository == 'llvm/llvm-project'
steps:
- name: Fetch LLVM sources
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
# TODO(boomanaiden154): We should use a purpose built container for this. Move
Expand Down
Loading
Loading