summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-05Prototype: APFloat CPU runnerusers/matthias-springer/apfloat_runnerMatthias Springer
2025-11-05[mlir][LLVM] Fix unsupported FP lowering in `VectorConvertToLLVMPattern` (#16...Matthias Springer
2025-11-05[mlir] Dialect Conversion: Add support for post-order legalization order (#16...Matthias Springer
2025-11-05[CIR] Add support for storing into _Atomic variables (#165872)Sirui Mu
2025-11-05[clang-tidy][doc] add more information in twine-local's document (#166266)Congcong Cai
2025-11-05[clang][bytecode] Remove dummy variables once they are proper globals (#166174)Timm Baeder
2025-11-05[libc][math] Disable `FEnvSafeTest.cpp` if AArch64 target has no FP support (...Victor Campos
2025-11-05[clang][bytecode] Print primitive arrays in Descriptor::dumpFull() (#166393)Timm Baeder
2025-11-05[BOLT][AArch64] Fix search to proceed upwards from memcpy call (#166182)Elvina Yakubova
2025-11-05[clang] Delete duplicate code in sourcemanager (#166236)SKill
2025-11-05[X86] narrowBitOpRMW - allow additional uses of the BTC/R/S result (#166376)Simon Pilgrim
2025-11-05[AMDGPU] Another test for missing S_WAIT_XCNT (#166154)Jay Foad
2025-11-05Revert "CodeGen: Record MMOs in finalizeBundle" (#166520)Jan Patrick Lehr
2025-11-05[MLIR][NVVM] Update mbarrier Ops to use AnyTypeOf[] (2/n) (#165993)Durgadoss R
2025-11-05[Clang] Add constexpr support for AVX512 permutex2 intrinsics (#165085)NagaChaitanya Vellanki
2025-11-05[Headers][X86] avx ifma - move constexpr to the end of the function attribute...Simon Pilgrim
2025-11-05[LV][NFC] Remove undef values in some test cases (#164401)David Sherwood
2025-11-05[MLIR][ODS] Re-enable direct implementation of type interfaces with method bo...Andi Drebes
2025-11-05[InstCombine] Enable FoldOpIntoSelect and foldOpIntoPhi when the Op's other p...Gábor Spaits
2025-11-05[libc++][NFC] Make __type_info_implementations a namespace (#166339)Nikolas Klauser
2025-11-05[clang-tidy] Rename `cert-dcl58-cpp` to `bugprone-std-namespace-modification`...mitchell
2025-11-05[libc++] Remove <cstdlib> include from <exception> (#166340)Nikolas Klauser
2025-11-05Fix bazel build issue caused by #166259 (#166519)Karlo Basioli
2025-11-05[clang] Call ActOnCaseExpr even if the 'case' is missing (#166326)Timm Baeder
2025-11-05test: correct typo in RUN line (#166511)Saleem Abdulrasool
2025-11-05CodeGen: Record MMOs in finalizeBundle (#166210)Nicolai Hähnle
2025-11-05[clang] Accept empty enum in MSVC compatible C (#159981)yicuixi
2025-11-04[msan][test] Add some avx512bf16 tests (#166219)Thurston Dang
2025-11-04[AMDGPU][NFC] Avoid copying MachineOperands (#166293)LU-JOHN
2025-11-05Revert "IR: Remove null UseList checks in hasNUses methods (#165929)" (#166500)Matt Arsenault
2025-11-05AMDGPU: Do not infer implicit inputs for !nocallback intrinsicsMatt Arsenault
2025-11-05[RISCV] Implement shouldFoldMaskToVariableShiftPair (#166159)Sudharsan Veeravalli
2025-11-04[CodeGen] Register-coalescer remat fix subreg liveness (#165662)Vigneshwar Jayakumar
2025-11-04[msan][NFCI] Generalize handleVectorPmaddIntrinsic() (#166282)Thurston Dang
2025-11-04Revert commit d8e5698 and 15b19c7 (#166498)Kewen Meng
2025-11-04[MLIR][XeGPU] Support order attribute and add pattern for vector.transpose in...Nishant Patel
2025-11-05[CIR] Fix assignment ignore in ScalarExprEmitter (#166118)Morris Hafner
2025-11-05[WebAssembly] TableGen-erate SDNode descriptions (#166259)Sergei Barannikov
2025-11-04[HLSL] Layout Initalizer list in Column order via index conversion (#166277)Farzon Lotfi
2025-11-05[libc++][NFC] Removed unsupported compilers from tests (#166403)Hristo Hristov
2025-11-04[MLIR] Fix generate-test-checks.py to not remove every blank lines (#166493)Mehdi Amini
2025-11-04[flang][cuda][NFC] Move CUDA intrinsics lowering to a separate file (#166461)Valentin Clement (バレンタイン クレメン)
2025-11-04[CodeGen] MachineVerifier to check early-clobber constraint (#151421)Abhay Kanhere
2025-11-05CodeGen: Record tied virtual register operands in finalizeBundle (#166209)Nicolai Hähnle
2025-11-05AMDGPU: Add and clarify reserved address spaces (#166486)Nicolai Hähnle
2025-11-05[WebAssembly] Use IRBuilder in FixFunctionBitcasts (NFC) (#164268)Kleis Auke Wolthuizen
2025-11-04[SLU][profcheck] Propagate profile for branches on injected conditions. (#164...Mircea Trofin
2025-11-05AMDGPU: Pre-commit a test (#166414)Nicolai Hähnle
2025-11-04[BOLT] Fix impute-fall-throughs (#166305)Amir Ayupov
2025-11-05[libc] Fix fprintf_test assuming specific errnos. (#166479)Michael Jones