Skip to content

[HLSL] [DXIL] Implement the AddUint64 HLSL function and the UAddc DXIL op #125319

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1,959 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1959 commits
Select commit Hold shift + click to select a range
a1ee186
[Clang] Disable failing offload test on darwin
jhuber6 Feb 9, 2025
daa1f12
[mlir][vector] Remove references to non-existing patterns (nfc)
banach-space Feb 9, 2025
06a77df
[NFC][libc++] Fixes minor issues in the synopsis.
mordante Feb 9, 2025
b819c13
[libc++][doc] Updates format status.
mordante Feb 9, 2025
11ff86e
[LV][X86] Regenerate interleaved load/store costs. NFC.
RKSimon Feb 9, 2025
1b12151
[OpenMP] Replace use of target address space with <gpuintrin.h> local…
jhuber6 Feb 9, 2025
3119116
[AST] Avoid repeated hash lookups (NFC) (#126400)
kazutakahirata Feb 9, 2025
ffcbceb
[CodeGen] Avoid repeated hash lookups (NFC) (#126403)
kazutakahirata Feb 9, 2025
fc14861
[Passes] Avoid repeated hash lookups (NFC) (#126404)
kazutakahirata Feb 9, 2025
99b2303
[TableGen] Avoid repeated hash lookups (NFC) (#126405)
kazutakahirata Feb 9, 2025
96119a9
[X86] lowerV4F64Shuffle - prefer lowerShuffleAsDecomposedShuffleMerge…
RKSimon Feb 9, 2025
138fce3
[ValueTracking] Test for not in dominating condition. (NFC)
andjo403 Feb 9, 2025
2bf83e1
[lldb] Merge TestSBCommandReturnObject tests
JDevlieghere Feb 9, 2025
4629505
Reland "[LV]: Teach LV to recursively (de)interleave." (#125094)
hassnaaHamdi Feb 9, 2025
3cb7c29
[CSKY] Default to unsigned char
arichardson Feb 9, 2025
68c434c
[Analysis] Avoid repeated hash lookups (NFC) (#126402)
kazutakahirata Feb 9, 2025
684b1f0
[Sema] Avoid repeated hash lookups (NFC) (#126428)
kazutakahirata Feb 9, 2025
ed3b459
[Serialization] Avoid repeated hash lookups (NFC) (#126429)
kazutakahirata Feb 9, 2025
de6164c
[AMDGPU] Avoid repeated hash lookups (NFC) (#126430)
kazutakahirata Feb 9, 2025
b11c69e
[AsmPrinter] Avoid repeated map lookups (NFC) (#126431)
kazutakahirata Feb 9, 2025
07fe365
[Coroutines] Avoid repeated hash lookups (NFC) (#126432)
kazutakahirata Feb 9, 2025
564a401
[TableGen] Avoid repeated hash lookups (NFC) (#126433)
kazutakahirata Feb 9, 2025
ef61517
[TableGen] Remove recursive walk of linked list from ContractNodes. NFC
topperc Feb 9, 2025
5427cc5
[NFC][AArch64] move AArch64 non auto-generated tests to static file (…
jthackray Feb 10, 2025
4e7205c
[LV] Prevent query the computeCost() when VF=1 in emitInvalidCostRema…
ElvisWang123 Feb 10, 2025
3bd3131
[AMDGPU] Don't unify divergent exit nodes with `musttail` calls (#126…
shiltian Feb 10, 2025
63c24fc
[AVX10.2] Fix wrong intrinsic names after rename (#126390)
mikolaj-pirog Feb 10, 2025
3cdbcb8
[benchmark] Sync a few commits from upstream to help with CPU count (…
brad0 Feb 10, 2025
bbb418d
[GlobalISel] Check whether `G_CTLZ` is legal in `matchUMulHToLShr` (#…
shiltian Feb 10, 2025
f54efa9
[RISCV] Improve Errors for X1/X5/X1X5 Reg Classes (#126184)
lenary Feb 10, 2025
35d2363
[BoundsSafety][doc] Fix a typo (#126247)
pfusik Feb 10, 2025
a19bd2e
[AMDGPU] - Fix non-deterministic compile issue (#126271)
dstutt Feb 10, 2025
09623c1
Revert "[mlir] Python: Parse ModuleOp from file path" (#126482)
joker-eph Feb 10, 2025
5cc672e
[AArch64] Add MATCH loops to LoopIdiomVectorizePass (#101976)
rj-jesus Feb 10, 2025
ea411bc
[Driver][HIP] Do not pass -dependency-file flag for HIP Device offloa…
lalaniket8 Feb 10, 2025
e9409c0
[LoongArch] Pre-commit tests for tls-le merge base offset. NFC (#122998)
zhaoqi5 Feb 10, 2025
32c3da0
[openmp] Fix for 32-bit PowerPC (#126412)
brad0 Feb 10, 2025
fe5259f
[ScalarEvolution] Handle addrec incoming value in isImpliedViaMerge()…
nikic Feb 10, 2025
81499c1
[AArch64] Add SUBHN patterns for xor variant (#126100)
davemgreen Feb 10, 2025
3edfa00
[SDAG] Precommit tests for #126207 (NFC) (#126208)
c-rhodes Feb 10, 2025
ad9b3ad
[DSE] Don't use initializes on byval argument (#126259)
nikic Feb 10, 2025
1d5e5f1
[mlir][scf]: Add value bound for the computed upper bound of for loop…
amirBish Feb 10, 2025
0033cd2
Revert "[LinkerWrapper] Clean up options after proper forwarding" (#1…
jplehr Feb 10, 2025
cc2e0a5
[libclc] Have all targets build all CLC functions (#124779)
frasercrmck Feb 10, 2025
0fd992f
[Clang][Driver][HIP] Do not specify explicit target cpu in host compi…
lalaniket8 Feb 10, 2025
b6f01ad
[llvm][Docs] Explain how to handle excessive formatting changes (#126…
DavidSpickett Feb 10, 2025
8179d64
[X86] LowerSelect - use BLENDV for scalar selection on all SSE41+ tar…
RKSimon Feb 10, 2025
4c3549e
[X86] canonicalizeShuffleWithOp - pull out repeated flag settings to …
RKSimon Feb 10, 2025
862cf2d
[libc][math][c23] Add asinf16() function (#124212)
wldfngrs Feb 10, 2025
03fe9b9
InstSimplify: improve computePointerICmp (NFC) (#126255)
artagnon Feb 10, 2025
2415638
[LoongArch] Merge base and offset for tls-le code sequence (#122999)
zhaoqi5 Feb 10, 2025
796b754
[RISCV][VLOPT] Precommit tests for opt info on passthrus. NFC
lukel97 Feb 10, 2025
eb62d36
[RISCV][VLOPT] Add support for Widening Floating-Point Fused Multiply…
lukel97 Feb 10, 2025
bdabea2
[MLIR][Linalg] Expose linalg.matmul and linalg.contract via Python AP…
rolfmorel Feb 10, 2025
47ecb7a
[analyzer][NFC] Remove "V2" from ArrayBoundCheckerV2.cpp (#126094)
NagyDonat Feb 10, 2025
85c6b03
[RISCV] Add cost model for fma (#126076)
mikhailramalho Feb 10, 2025
d400713
[X86] IsElementEquivalent - pull out repeated getValueType calls. NFC.
RKSimon Feb 10, 2025
8cfcb74
[AMDGPU] Only run `AMDGPUPrintfRuntimeBindingPass` at non-prelink pha…
shiltian Feb 10, 2025
c471e51
[clang][bytecode] Support partial initializers for CXXNewExprs (#126494)
tbaederr Feb 10, 2025
9423ff8
[RISCV][VLOPT] Fix passthru operand info for mixed-width instructions…
lukel97 Feb 10, 2025
67bb421
Revert "SCEV: teach isImpliedViaOperations about samesign" (#126506)
artagnon Feb 10, 2025
53f7dea
[clang] Expose -f(no-)strict-overflow as a clang-cl option (#126512)
nico Feb 10, 2025
aedb2ad
[clang] CTAD alias: Respect explicit deduction guides defined after t…
hokein Feb 10, 2025
58fbcc6
[clang][bytecode][NFC] Discard all CastExprs uniformly (#126511)
tbaederr Feb 10, 2025
2b52e4f
[XCOFF][llvm-readobj] Print symbol value kind when dumping symbols (#…
diggerlin Feb 10, 2025
9489ea4
SCEV: thread samesign in isBasicBlockEntryGuardedByCond (NFC) (#125840)
artagnon Feb 10, 2025
0b96c6b
[RISCV][VLOPT] Add support for Vector Fixed-Point Arithmetic Instruct…
lukel97 Feb 10, 2025
9d9d77c
[AST] Avoid repeated hash lookups (NFC) (#126461)
kazutakahirata Feb 10, 2025
63ab8be
[Lex] Avoid repeated hash lookups (NFC) (#126462)
kazutakahirata Feb 10, 2025
6893320
[TableGen] Avoid repeated hash lookups (NFC) (#126464)
kazutakahirata Feb 10, 2025
91b3b7b
[Analysis] Avoid repeated hash lookups (NFC) (#126465)
kazutakahirata Feb 10, 2025
dfe35d9
[Coroutines] Avoid repeated hash lookups (NFC) (#126466)
kazutakahirata Feb 10, 2025
61d3277
[llvm-profgen] Avoid repeated hash lookups (NFC) (#126467)
kazutakahirata Feb 10, 2025
c533cf9
[clang] Handle f(no-)strict-overflow, f(no-)wrapv, f(no-)wrapv-pointe…
nico Feb 10, 2025
9aa5b6f
[llvm][docs] Tweak backporting instructions a bit (#126519)
nico Feb 10, 2025
a305150
[acc][mlir] Add functionality for categorizing OpenACC variable types…
razvanlupusoru Feb 10, 2025
4acc5f4
[NFC][LoopVectorize] Add more partial reduction tests (#126525)
david-arm Feb 10, 2025
81710a2
[llvm][lit] Update regexes in Xunit test (#126527)
DavidSpickett Feb 10, 2025
99547a2
[Driver][ROCm][OpenMP] Fix default ockl linking for OpenMP. (#126186)
ampandey-1995 Feb 10, 2025
90d1c36
[NFC][StructurizeCFG] Add a test that can crash StructurizeCFG pass (…
shiltian Feb 10, 2025
8f61e7d
[TableGen][InstrInfo] Cull mapping that have not been enabled/not nee…
jurahul Feb 10, 2025
338e786
[OpenMP][OpenMPIRBuilder] Add initial changes for SPIR-V target front…
sarnex Feb 10, 2025
d9d3492
[flang] Correctly handle `!dir$ unroll` with unrolling factors of 0 a…
ashermancinelli Feb 10, 2025
1770d07
[mlir][vector]add extractInsertFoldConstantOp fold function and apply…
linuxlonelyeagle Feb 10, 2025
708065e
[LV] Forget LCSSA phi with new pred before other SCEV invalidation. (…
fhahn Feb 10, 2025
ae9586a
[mlir][tosa] Fix conv op build functions (#126321)
Tai78641 Feb 10, 2025
741b2b0
[libc][docs] Add sys/statvfs to documentation and YAML definitions (#…
StarOne01 Feb 10, 2025
da916af
[libc++] Improves type-safety in generator script. (#101880)
mordante Feb 10, 2025
3287c94
[RISCV] Improve Errors for GPRNoX0X2/SP Reg Classes (#126394)
lenary Feb 10, 2025
83bcb8d
[libc++][CI] Updates Clang HEAD version in Docker. (#126419)
mordante Feb 10, 2025
ce65cee
[NFC][TableGen] Delete `getLogicalOperandType` from InstrInfoEmitter …
jurahul Feb 10, 2025
863f4aa
[RISCV] Match widening fp instructions with same fpext used in multip…
lukel97 Feb 10, 2025
9985834
[ValueTracking] Handle not in dominating condition. (#126423)
andjo403 Feb 10, 2025
6fd2e76
[ELF] --package-metadata: support %[0-9a-fA-F][0-9a-fA-F]
MaskRay Feb 10, 2025
2e079b2
MachineCopyPropagation: Do not remove copies preserved by regmask (#1…
jsji Feb 10, 2025
4cd98d1
[ARM] Move MCStreamer::emitThumbFunc to ARMTargetStreamer
MaskRay Feb 10, 2025
cfcdc10
[MLIR][Math] Add fine-grained populate-patterns functions for math fu…
bjacob Feb 10, 2025
624c312
[clang-tidy] Address false positives in misc-redundant-expression che…
earnol Feb 10, 2025
1b5dc8d
[-Wunsafe-buffer-usage] Fix assert when constexpr size passed to snpr…
tsepez Feb 10, 2025
bc4f49b
[lld] Remove usage of `%T` in `lld/test` (#126133)
DataCorrupted Feb 10, 2025
d36e0df
[compiler-rt][windows] Test fixups for MSVC. (#109887)
barcharcraz Feb 10, 2025
2ce713c
[Clang][NFC] clang-format __has_builtin implementation (#126571)
sarnex Feb 10, 2025
f74c91c
[libc++][Github] Remove workflow-scoped write permissions (#126447)
boomanaiden154 Feb 10, 2025
46dd60d
[OMPIRBuilder][debug] Fix debug info for variables in target region. …
abidh Feb 10, 2025
08d98ee
[ELF] Add support for CREL to getSectionAndRelocations
boomanaiden154 Feb 10, 2025
3cbed80
[ELF] Add support for CREL locations for SHT_LLVM_BB_ADDR_MAP
boomanaiden154 Feb 10, 2025
282e356
[lldb][telemetry] Implement LLDB Telemetry (part 1) (#119716)
oontvoo Feb 10, 2025
6725ebc
Modify dwarfdump verification to allow sub-category counts (#125062)
youngd007 Feb 10, 2025
22beca5
[Offload] Fix the offload cache file triggering libc++ / libstdc++ mi…
jhuber6 Feb 10, 2025
82546b0
[Offload][NFC] Rename `src/` -> `libomptarget/` (#126573)
jhuber6 Feb 10, 2025
4c86e20
[Fuchsia] Disable building runtimes with LTO (#126306)
ilovepi Feb 10, 2025
5f86f9f
[MLIR] Fix LLVMIRTransforms build failure (#125485)
RoboTux Feb 10, 2025
432fc7c
[X86] Use StackArgTokenFactor for all stores when setting up tail cal…
fhahn Feb 10, 2025
3c1b8aa
Revert "Modify dwarfdump verification to allow sub-category counts (…
nico Feb 10, 2025
0b925b9
[libc++] Extract destroy algorithms into separate headers (#126449)
ldionne Feb 10, 2025
460d1b5
[NVPTX] Make ctor/dtor lowering always enabled in NVPTX (#126544)
jhuber6 Feb 10, 2025
eb530f7
[gn build] Port f332455dd9a2
llvmgnsyncbot Feb 10, 2025
46f8146
[LLD][COFF] Add support for -includeoptional on ARM64X (#126300)
cjacek Feb 10, 2025
a7b9026
[flang][acc] Ensure data exit action is generated for present & nocre…
razvanlupusoru Feb 10, 2025
f5fbf54
[HLSL] Desugar type when converting from a ConstantArrayType to an Ar…
spall Feb 10, 2025
67353dc
[llvm][GitHub] Move PR project status to Done once backport PR is mad…
tstellar Feb 10, 2025
6c963c7
[LLD][COFF] Fix a typo in REQUIRES directive (NFC)
cjacek Feb 10, 2025
d055209
Delete erroneously test not updated with dwarf verification JSON chan…
youngd007 Feb 10, 2025
23a961e
[LLD][MinGW] Add support for wrapped symbols on ARM64X (#126296)
cjacek Feb 10, 2025
3f8bc23
Rough attempt to fix lldb bazel BUILD file
dwblaikie Feb 10, 2025
5536cdd
[analyzer] Remove some false negatives in StackAddrEscapeChecker (#12…
Flandini Feb 10, 2025
24a7921
[lldb][sbapi] Namespace CommandReturnObjectCallbackResult in SBDefine…
chelcassanova Feb 10, 2025
1fe820c
[NVPTX] Remove unused static functions following #126544
jhuber6 Feb 10, 2025
b95bd97
Revert "[analyzer] Remove some false negatives in StackAddrEscapeChec…
Xazax-hun Feb 10, 2025
cd799e6
[lldb] Add a test for terminal dimensions (#126598)
JDevlieghere Feb 10, 2025
9dd96df
[lldb] [darwin] Upstream a few DriverKit cases (#126604)
jasonmolenda Feb 10, 2025
43f3479
[NFC][LLVM] Remove unused `TargetIntrinsicInfo` class (#126003)
jurahul Feb 10, 2025
56dbc47
[clang] Disaqble test/Analysis/live-stmts.cpp on aarch64
nico Feb 10, 2025
0d7ea81
[lldb] Fix two old UUID method calls in ObjectFileMachO
jasonmolenda Feb 10, 2025
169ae3a
[lldb] Assert on invalid default {S,U}Int64 (NFC) (#126590)
JDevlieghere Feb 10, 2025
1b2a822
[lldb-dap] Silence Wunused-result warning (#126580)
keith Feb 10, 2025
a6231bc
[flang] Propagate fast-math flags to FIROpBuilder. (#126316)
vzakhari Feb 10, 2025
67334a3
[lldb] Fix a warning
kazutakahirata Feb 10, 2025
755e4d1
[libc++][test] Fixes for `hash<Emplaceable>` and value discarding (#1…
frederick-vs-ja Feb 10, 2025
df03536
[MLIR][Affine] Make affine fusion MDG API const correct (#125994)
bondhugula Feb 10, 2025
4ac3b7f
Revert "[Driver][ROCm][OpenMP] Fix default ockl linking for OpenMP." …
fmayer Feb 11, 2025
2c905f1
[Clang] disallow attributes on void parameters (#124920)
a-tarasyuk Feb 11, 2025
e9cf570
[FIX] Add `REQUIRES: asserts` to `llvm/test/Transforms/StructurizeCFG…
shiltian Feb 11, 2025
2b8ea55
[Mips] Support llvm.readcyclecounter intrinsic (#114953)
yingopq Feb 11, 2025
8623bb8
[clang-tidy] Added support for 3-argument std::string ctor in bugpron…
vbvictor Feb 11, 2025
504f7d9
[RISCV] Improve Errors for GPRNoX0 Reg Class (#126397)
lenary Feb 11, 2025
be0beb1
[compiler-rt][Mips] Fix mips SP register definition (#124493)
Gelbpunkt Feb 11, 2025
f9294d1
[WebKit checkers] Treat an implicit value initialization as trivial (…
rniwa Feb 11, 2025
64c2536
[AVX10.2] Fix wrong mask casting in some convert intrinsics (#126627)
mikolaj-pirog Feb 11, 2025
aa1bb43
[X86] Generate cvtpd2dq for (v2i32 lrint(v2f64)) (#126508)
phoebewang Feb 11, 2025
af76105
[libc++][NFC] Run the container tests through clang-format (#126499)
ldionne Feb 11, 2025
aabc8f6
[HLSL] Constant buffer layout struct update (#124840)
hekota Feb 11, 2025
ce9917b
[AMDGPU][NewPM] Port "GCNPreRAOptimizations" pass to NPM (#126040)
vikramRH Feb 11, 2025
3555b1a
[LLVM][CMake][MSVC] Install PDBs alongside executables (#120683)
mayanez Feb 11, 2025
4dd0923
[Hexagon] Fix typos discovered by codespell (NFC) (#126233)
svs-quic Feb 11, 2025
9fc81c4
[clang][Sema] Emit warnings about incorrect AVR interrupt/signal hand…
benshi001 Feb 11, 2025
fb54089
[C++20] [Modules] Don't diagnose duplicated declarations in different…
ChuanqiXu9 Feb 11, 2025
93c0c41
[mlir]linalg][NFC]-Add lit test for tile and fuse transformation (#12…
amirBish Feb 11, 2025
b241f1f
Revert "[Mips] Support llvm.readcyclecounter intrinsic (#114953)"
wzssyqa Feb 11, 2025
f023dd7
[mlir][transforms] Process RegionBranchOp with empty region (#123895)
CoTinker Feb 11, 2025
c8006b3
Fix false positive of [[clang::require_explicit_initialization]] on c…
higher-performance Feb 11, 2025
6bcaf3a
[RISCV][compiler-rt] drop __riscv_vendor_feature_bits (#126460)
BeMg Feb 11, 2025
8e9f5c5
[clang][bytecode][NFC] Add failing memmove testcase (#126682)
tbaederr Feb 11, 2025
5f9038e
[libc] Don't manually override the optimization level for math (#126322)
petrhosek Feb 11, 2025
38eade4
[sanitizer_common][test] Remove second SanitizerCommon.ReportFile tem…
rorth Feb 11, 2025
253a950
[clang][HeuristicResolver] Additional hardening against an infinite l…
HighCommander4 Feb 11, 2025
c6808c1
[mlir][LLVM] handle argument and result attributes in llvm.call and l…
jeanPerier Feb 11, 2025
f7a2bdf
[NVPTX] Add intrinsics for prefetch.* (#125887)
abhilash1910 Feb 11, 2025
1abbb1d
[IR] Add llvm.sincospi intrinsic (#125873)
MacDue Feb 11, 2025
d324e38
[mlir][xegpu] Improve scatter attribute definition (#126540)
adam-smnk Feb 11, 2025
4770a65
[compiler-rt] Fix tests of __aeabi_(idivmod|uidivmod|uldivmod) to sup…
vhscampos Feb 11, 2025
f13ee84
[GitHub] Correct word in commit access request greeting
DavidSpickett Feb 11, 2025
ddc1394
[clang][analyzer][NFC] Fix typos in comments (#126676)
benshi001 Feb 11, 2025
04554c6
[flang][NFC] fix rewrite-out_of_range.F90 tests (#126699)
jeanPerier Feb 11, 2025
2b40642
[mlir][tosa] Use generic QuantizedType in Conv verifiers (#126275)
Tai78641 Feb 11, 2025
c25e4e7
[libclc] Move sign to the CLC builtins library (#115699)
frasercrmck Feb 11, 2025
bbef9c7
[SPIRV] Add support for `cl_khr_extended_bit_ops` (#120571)
maarquitos14 Feb 11, 2025
3a39d6b
[RTLIB] Rename getFSINCOS() to getSINCOS (NFC) (#126705)
MacDue Feb 11, 2025
88d78c6
[mlir][bufferization] Canonicalize to_memref(to_tensor(x)) to a CopyO…
amrami Feb 11, 2025
cd9ade0
[mlir][target][nvvm] Perf by stage and store into properties (#126178)
MikaOvO Feb 11, 2025
4a583f2
[VPlan] Only skip expansion for SCEVUnknown if it isn't an instructio…
fhahn Feb 11, 2025
2516012
[analyzer] Reapply recent stack addr escape checker changes + buildbo…
Flandini Feb 11, 2025
f096256
[NFC][analyzer] OOB test consolidation I: no-outofbounds.c (#126539)
NagyDonat Feb 11, 2025
a40b0c4
[mlir][cmake] Do not export MLIR_MAIN_SRC_DIR and MLIR_INCLUDE_DIR (#…
nikic Feb 11, 2025
c328c5d
[clang] Force AttributedStmtClass to not be scope parents (#125370)
YutongZhuu Feb 11, 2025
e639ffa
[NFC][AMDGPU] Rename test (#126725)
jmmartinez Feb 11, 2025
61b708e
[lldb] Use preprocessor guard for `LLVM_BUILD_TELEMETRY` (#126715)
mgorny Feb 11, 2025
f830a19
[gn build] Port bf2d4eb7030b
llvmgnsyncbot Feb 11, 2025
168164e
[NFC][TableGen] Code cleanup in InstrInfoEmitter.cpp (#126578)
jurahul Feb 11, 2025
37a1156
[AArch64] Improve getPartialReductionCost for fixed-width VFs (#126538)
david-arm Feb 11, 2025
a3384b5
[SPIR-V] Add SPIR-V Linker (#126319)
sarnex Feb 11, 2025
ae2c603
[Offload] Treat an empty packager architecture as 'generic' (#126655)
jhuber6 Feb 11, 2025
45e24db
AMDGPU: Handle gfx950 XDL-write-VGPR-Overlap-Src-AB wait state (#126732)
VigneshwarJ Feb 11, 2025
c6246c0
[clang][bytecode] Fix diagnosing replaceable global allocator functio…
tbaederr Feb 11, 2025
4efac9b
[mlir][tosa] Change ClampOp's min/max attributes (#125197)
Hsiangkai Feb 11, 2025
a6eb9e4
[lldb] Fix ubsan violation with plugin loading (#126652)
keith Feb 11, 2025
975d42c
[AMDGPU][NFC] Remove an unneeded return value. (#126739)
kosarev Feb 11, 2025
65ebe3a
[llvm] [cmake] Expose `LLVM_BUILD_TELEMETRY` in `LLVMConfig.cmake` (#…
mgorny Feb 11, 2025
fabf269
[AMDGPU] Create new directive .amdhsa_inst_pref_size (#126622)
rampitec Feb 11, 2025
b690a76
[Docs] Fix typo in TypeSanitizer.rst "tale" -> "table" (NFC) (#126721)
sitrin Feb 11, 2025
1c1bc96
[NFC] [clang] simplify isDesignatorAtObjectEnd (#126658)
fmayer Feb 11, 2025
8a7a66d
[CodeGen] Avoid repeated hash lookups (NFC) (#126672)
kazutakahirata Feb 11, 2025
203992f
[Sema] Avoid repeated hash lookups (NFC) (#126674)
kazutakahirata Feb 11, 2025
4e5f70b
[clang-installapi] Avoid repeated hash lookups (NFC) (#126677)
kazutakahirata Feb 11, 2025
5cd3a55
[Analysis] Avoid repeated hash lookups (NFC) (#126678)
kazutakahirata Feb 11, 2025
461c4c9
[SystemZ] Avoid repeated hash lookups (NFC) (#126679)
kazutakahirata Feb 11, 2025
ffa5907
[Vectorize] Avoid repeated hash lookups (NFC) (#126681)
kazutakahirata Feb 11, 2025
df2fe27
[ValueTracking] Handle trunc to i1 as condition in dominating conditi…
andjo403 Feb 11, 2025
37c4aaf
[Clang][Driver][HIP] Fix test for HIP as it was failing (#126585)
Sharjeel-Khan Feb 11, 2025
1dcb996
[flang][acc] Fill-in name for privatized loop iv (#126601)
razvanlupusoru Feb 11, 2025
e3304f6
[clang][Sema] Move computing enum bits into a separate function (#126…
kuilpd Feb 11, 2025
2360295
[GitHub] Add aaronmondal to Bazel codeowners (#126760)
aaronmondal Feb 11, 2025
fd5cd01
[HLSL] Appropriately set function attribute optnone (#125937)
bharadwajy Feb 11, 2025
18d6cd3
[libc][test][stdbit] fix -Wimplicit-int-conversion (#126616)
nickdesaulniers Feb 11, 2025
4c3a9ae
[Release Notes] Mention -fprofile-continuous in release notes
Feb 11, 2025
66de8d7
[analyzer][docs] Document how to use perf and uftrace to debug perfor…
steakhal Feb 11, 2025
7de9daa
[GitHub] Skip undefcheck if no relevant files changed (#126749)
aaronmondal Feb 11, 2025
1e12d17
[lldb] Devirtualize GetValueProperties (NFC) (#126583)
JDevlieghere Feb 11, 2025
1f0b48d
[WebKit Checkers] Treat const Objective-C ivar as a safe origin (#126…
rniwa Feb 11, 2025
11bf20b
AMDGPU: Handle gfx950 XDL-write-VGPR-VALU-Mem-Exp wait state change (…
VigneshwarJ Feb 11, 2025
1c7600c
AMDGPU: Handle gfx950 XDL Write-VGPR-VALU-WAW wait state change (#126…
VigneshwarJ Feb 11, 2025
4948689
[llvm] Avoid out-of-order evaluation in DebugInfo (#125116)
elvinw-intel Feb 11, 2025
9ad5843
[flang][NFCI] Stop tracking memory source after a load in a more expl…
Renaud-K Feb 11, 2025
a49ce92
[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#119891)
zahiraam Feb 11, 2025
060f864
[mlir][tosa] Change the shift of mul to be required (#125297)
Tai78641 Feb 11, 2025
8605608
[WebKit Checkers] Allow operator T&() in a const member function (#12…
rniwa Feb 11, 2025
2155741
[libc++] Fixes building with Python 3.8.
mordante Feb 11, 2025
a0d916d
[Hexagon][Disassembler] Set CommentStream of Disassembler (#126766)
quic-areg Feb 11, 2025
283df81
[flang][rt] Add decimal files to device runtime (#126778)
clementval Feb 11, 2025
f05d2d1
[clang-linker-wrapper][lit] Fix SPIR-V ELF test when spirv-tools feat…
sarnex Feb 11, 2025
7127d8a
[MLIR] Make generated markdown doc more consistent (#119926)
GleasonK Feb 11, 2025
81fe251
Revert "[Clang] [OpenMP] Add support for '#pragma omp stripe'. (#1198…
kazutakahirata Feb 11, 2025
e9113ce
[DAG] Use ArrayRef to simplify ShuffleVectorSDNode::isSplatMask
preames Feb 11, 2025
8e640c8
[Offload] Properly guard modifications to the RPC device array (#126790)
jhuber6 Feb 11, 2025
eb6ebf2
[AArch64] Add a phase-order test for dot patterns. NFC
davemgreen Feb 11, 2025
b4edecc
[NFC] [clang] fix unused variable warning (#126796)
fmayer Feb 11, 2025
255f225
[DependenceAnalysis][NFC] Removing PossiblyLoopIndependent parameter …
1997alireza Feb 11, 2025
82e7289
[RISCV] Add coverage for vmerge.vim shuffle lowering
preames Feb 11, 2025
d60c797
[clang] Assert the enum FPOpts and LangOpts fit into the storage (#12…
fmayer Feb 11, 2025
f65eb70
[mlir][vector][nfc] Add clarification on "dim-1" bcast (#125425)
banach-space Feb 11, 2025
2d2fb2b
[SLP]Fix attempt to build the reorder mask for non-adjusted reuse mask
alexey-bataev Feb 11, 2025
166c42f
[NFC] [clang] Use isa instead of dyn_cast
fmayer Feb 11, 2025
5d0ca9d
[SandboxVec][Scheduler] Update ready list comparator (#126160)
vporpo Feb 11, 2025
f0d3036
[mlir] Silence -Wdangling-assignment-gsl in OperationSupport.h (#126140)
smeenai Feb 11, 2025
eb49b1a
[libc][docgen] make note of sys/time.h interfaces removed in POSIX.1-…
nickdesaulniers Feb 11, 2025
d7c0f83
[clang][HeuristicResolver] Track the expression whose type is being s…
HighCommander4 Feb 11, 2025
17c7833
[libc][math] Add float-only option for atan2f. (#122979)
lntue Feb 11, 2025
98aaff0
[AMDGPU][True16][CodeGen] true16 codegen for MadFmaMixPat (#124892)
broxigarchen Feb 11, 2025
e784664
[libc] create TimeReader to look at a struct tm (#126138)
michaelrj-google Feb 11, 2025
7475996
Make AddUint64 use llvm.uadd.with.overflow.v2i32 for uint4 args
Icohedron Feb 11, 2025
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.
5 changes: 2 additions & 3 deletions .ci/generate-buildkite-pipeline-premerge
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ if [[ "${windows_projects}" != "" ]]; then
limit: 2
timeout_in_minutes: 150
env:
CC: 'cl'
CXX: 'cl'
LD: 'link'
MAX_PARALLEL_COMPILE_JOBS: '16'
MAX_PARALLEL_LINK_JOBS: '4'
commands:
- 'C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64'
- 'bash .ci/monolithic-windows.sh "$(echo ${windows_projects} | tr ' ' ';')" "$(echo ${windows_check_targets})"'
Expand Down
79 changes: 38 additions & 41 deletions .ci/metrics/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,34 +130,6 @@ def get_per_workflow_metrics(
workflow_jobs = workflow_run.jobs()
if workflow_jobs.totalCount == 0:
continue
if workflow_jobs.totalCount > 1:
raise ValueError(
f"Encountered an unexpected number of jobs: {workflow_jobs.totalCount}"
)

created_at = workflow_jobs[0].created_at
started_at = workflow_jobs[0].started_at
completed_at = workflow_jobs[0].completed_at

job_result = int(workflow_jobs[0].conclusion == "success")
if job_result:
# We still might want to mark the job as a failure if one of the steps
# failed. This is required due to use setting continue-on-error in
# the premerge pipeline to prevent sending emails while we are
# testing the infrastructure.
# TODO(boomanaiden154): Remove this once the premerge pipeline is no
# longer in a testing state and we can directly assert the workflow
# result.
for step in workflow_jobs[0].steps:
if step.conclusion != "success":
job_result = 0
break

queue_time = started_at - created_at
run_time = completed_at - started_at

if run_time.seconds == 0:
continue

if (
workflows_to_track[workflow_run.name] is None
Expand All @@ -170,20 +142,45 @@ def get_per_workflow_metrics(
):
break

# The timestamp associated with the event is expected by Grafana to be
# in nanoseconds.
created_at_ns = int(created_at.timestamp()) * 10**9

workflow_metrics.append(
JobMetrics(
workflow_run.name,
queue_time.seconds,
run_time.seconds,
job_result,
created_at_ns,
workflow_run.id,
for workflow_job in workflow_jobs:
created_at = workflow_job.created_at
started_at = workflow_job.started_at
completed_at = workflow_job.completed_at

job_result = int(workflow_job.conclusion == "success")
if job_result:
# We still might want to mark the job as a failure if one of the steps
# failed. This is required due to use setting continue-on-error in
# the premerge pipeline to prevent sending emails while we are
# testing the infrastructure.
# TODO(boomanaiden154): Remove this once the premerge pipeline is no
# longer in a testing state and we can directly assert the workflow
# result.
for step in workflow_job.steps:
if step.conclusion != "success":
job_result = 0
break

queue_time = started_at - created_at
run_time = completed_at - started_at

if run_time.seconds == 0:
continue

# The timestamp associated with the event is expected by Grafana to be
# in nanoseconds.
created_at_ns = int(created_at.timestamp()) * 10**9

workflow_metrics.append(
JobMetrics(
workflow_run.name + "-" + workflow_job.name,
queue_time.seconds,
run_time.seconds,
job_result,
created_at_ns,
workflow_run.id,
)
)
)

return workflow_metrics

Expand Down
8 changes: 6 additions & 2 deletions .ci/monolithic-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ echo "--- cmake"
pip install -q -r "${MONOREPO_ROOT}"/mlir/python/requirements.txt
pip install -q -r "${MONOREPO_ROOT}"/.ci/requirements.txt

export CC=cl
export CXX=cl
export LD=link

# The CMAKE_*_LINKER_FLAGS to disable the manifest come from research
# on fixing a build reliability issue on the build server, please
# see https://github.com/llvm/llvm-project/pull/82393 and
Expand All @@ -72,8 +76,8 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
-D CMAKE_EXE_LINKER_FLAGS="/MANIFEST:NO" \
-D CMAKE_MODULE_LINKER_FLAGS="/MANIFEST:NO" \
-D CMAKE_SHARED_LINKER_FLAGS="/MANIFEST:NO" \
-D LLVM_PARALLEL_COMPILE_JOBS=16 \
-D LLVM_PARALLEL_LINK_JOBS=4
-D LLVM_PARALLEL_COMPILE_JOBS=${MAX_PARALLEL_COMPILE_JOBS} \
-D LLVM_PARALLEL_LINK_JOBS=${MAX_PARALLEL_LINK_JOBS}

echo "--- ninja"
# Targets are not escaped as they are passed as separate arguments.
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
/bolt/ @aaupov @maksfb @rafaelauler @ayermolo @dcci @yota9

# Bazel build system.
/utils/bazel/ @rupprecht @keith
/utils/bazel/ @rupprecht @keith @aaronmondal

# InstallAPI and TextAPI
/llvm/**/TextAPI/ @cyndyishida
Expand Down
3 changes: 3 additions & 0 deletions .github/new-prs-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,9 @@ llvm:regalloc:
lldb:
- lldb/**

lldb-dap:
- lldb/tools/lldb-dap/**

backend:AMDGPU:
- '**/*amdgpu*'
- '**/*AMDGPU*'
Expand Down
60 changes: 39 additions & 21 deletions .github/workflows/build-ci-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,31 @@ on:
jobs:
build-ci-container:
if: github.repository_owner == 'llvm'
runs-on: depot-ubuntu-22.04-16
outputs:
container-name: ${{ steps.vars.outputs.container-name }}
container-name-agent: ${{ steps.vars.outputs.container-name-agent }}
container-name-tag: ${{ steps.vars.outputs.container-name-tag }}
container-name-agent-tag: ${{ steps.vars.outputs.container-name-agent-tag }}
container-filename: ${{ steps.vars.outputs.container-filename }}
container-agent-filename: ${{ steps.vars.outputs.container-agent-filename }}
runs-on: ${{ matrix.runs-on }}
strategy:
matrix:
include:
# The arch names should match the names used on dockerhub.
# See https://github.com/docker-library/official-images#architectures-other-than-amd64
- arch: amd64
runs-on: depot-ubuntu-22.04-16
- arch: arm64v8
runs-on: depot-ubuntu-22.04-arm-16
steps:
- name: Checkout LLVM
uses: actions/checkout@v4
with:
sparse-checkout: .github/workflows/containers/github-action-ci/
# podman is not installed by default on the ARM64 images.
- name: Install Podman
if: runner.arch == 'ARM64'
run: |
sudo apt-get install podman
- name: Write Variables
id: vars
run: |
tag=`date +%s`
container_name="ghcr.io/$GITHUB_REPOSITORY_OWNER/ci-ubuntu-22.04"
tag=$(git rev-parse --short=12 HEAD)
container_name="ghcr.io/$GITHUB_REPOSITORY_OWNER/${{ matrix.arch }}/ci-ubuntu-22.04"
echo "container-name=$container_name" >> $GITHUB_OUTPUT
echo "container-name-agent=$container_name-agent" >> $GITHUB_OUTPUT
echo "container-name-tag=$container_name:$tag" >> $GITHUB_OUTPUT
Expand All @@ -61,7 +68,7 @@ jobs:
- name: Upload container image
uses: actions/upload-artifact@v4
with:
name: container
name: container-${{ matrix.arch }}
path: "*.tar"
retention-days: 14

Expand All @@ -84,18 +91,29 @@ jobs:
steps:
- name: Download container
uses: actions/download-artifact@v4
with:
name: container

- name: Push Container
run: |
podman load -i ${{ needs.build-ci-container.outputs.container-filename }}
podman tag ${{ needs.build-ci-container.outputs.container-name-tag }} ${{ needs.build-ci-container.outputs.container-name }}:latest
function push_container {
image_name=$1
latest_name=$(echo $image_name | sed 's/:[a-f0-9]\+$/:latest/g')
podman tag $image_name $latest_name
echo "Pushing $image_name ..."
podman push $image_name
echo "Pushing $latest_name ..."
podman push $latest_name
}

podman login -u ${{ github.actor }} -p $GITHUB_TOKEN ghcr.io
podman push ${{ needs.build-ci-container.outputs.container-name-tag }}
podman push ${{ needs.build-ci-container.outputs.container-name }}:latest
for f in $(find . -iname *.tar); do
image_name=$(podman load -q -i $f | sed 's/Loaded image: //g')
push_container $image_name

podman load -i ${{ needs.build-ci-container.outputs.container-agent-filename }}
podman tag ${{ needs.build-ci-container.outputs.container-name-agent-tag }} ${{ needs.build-ci-container.outputs.container-name-agent }}:latest
podman push ${{ needs.build-ci-container.outputs.container-name-agent-tag }}
podman push ${{ needs.build-ci-container.outputs.container-name-agent }}:latest
if echo $image_name | grep '/amd64/'; then
# For amd64, create an alias with the arch component removed.
# This matches the convention used on dockerhub.
default_image_name=$(echo $(dirname $(dirname $image_name))/$(basename $image_name))
podman tag $image_name $default_image_name
push_container $default_image_name
fi
done
38 changes: 0 additions & 38 deletions .github/workflows/clang-tests.yml

This file was deleted.

39 changes: 39 additions & 0 deletions .github/workflows/commit-access-greeter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Commit Access Greeter

on:
issues:
types:
- labeled

permissions:
contents: read

jobs:
commit-access-greeter:
permissions:
issues: write
if: >-
github.repository_owner == 'llvm' &&
github.event.label.name == 'infra:commit-access-request'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
sparse-checkout: llvm/utils/git/

- name: Setup Automation Script
working-directory: ./llvm/utils/git/
run: |
pip install --require-hashes -r requirements.txt

- name: Add comments to issue
working-directory: ./llvm/utils/git/
env:
LABEL_NAME: ${{ github.event.label.name }}
GITHUB_TOKEN: ${{ github.token }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
run: |
python3 ./github-automation.py \
--token $GITHUB_TOKEN \
commit-request-greeter \
--issue-number $ISSUE_NUMBER
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN choco install -y handle

RUN pip3 install pywin32 buildbot-worker==2.8.4

ARG RUNNER_VERSION=2.321.0
ARG RUNNER_VERSION=2.322.0
ENV RUNNER_VERSION=$RUNNER_VERSION

RUN powershell -Command \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containers/github-action-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ WORKDIR /home/gha

FROM ci-container as ci-container-agent

ENV GITHUB_RUNNER_VERSION=2.321.0
ENV GITHUB_RUNNER_VERSION=2.322.0

RUN mkdir actions-runner && \
cd actions-runner && \
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/libc-fullbuild-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: [Debug, Release, MinSizeRel]
include:
- os: ubuntu-24.04
ccache-variant: sccache
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_BUILD_TYPE=MinSizeRel
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_C_COMPILER_LAUNCHER=${{ matrix.ccache-variant }}
-DCMAKE_CXX_COMPILER_LAUNCHER=${{ matrix.ccache-variant }}
-DCMAKE_INSTALL_PREFIX=${{ steps.strings.outputs.build-install-dir }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/libc-overlay-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations.
fail-fast: false
matrix:
build_type: [Debug, Release, MinSizeRel]
include:
# TODO: add linux gcc when it is fixed
- os: ubuntu-24.04
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_CXX_COMPILER=${{ matrix.compiler.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.compiler.c_compiler }}
-DCMAKE_BUILD_TYPE=MinSizeRel
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_C_COMPILER_LAUNCHER=${{ matrix.ccache-variant }}
-DCMAKE_CXX_COMPILER_LAUNCHER=${{ matrix.ccache-variant }}
-DCMAKE_POLICY_DEFAULT_CMP0141=NEW
Expand Down
Loading