summaryrefslogtreecommitdiff
path: root/llvm
AgeCommit message (Expand)Author
2025-11-06[ConstantTime][LLVM] Add llvm.ct.select intrinsic with generic SelectionDAG l...users/wizardengineer/ct-select-corewizardengineer
2025-11-04[AArch64][SME] Support `aarch64-split-sve-objects` with VLAs/realignment (#16...Benjamin Maxwell
2025-11-04[X86] bittest-big-integer.ll - add test showing multiple uses of the RMW stor...Simon Pilgrim
2025-11-04[llvm-dwarfdump][CMake] Link against BinaryFormat (#166364)Michael Buch
2025-11-04[SimplifyCFG] Eliminate dead edges of switches according to the domain of con...Yingwei Zheng
2025-11-04[NFC][SPIRV] Add AMDGCN SPIR-V specific defaults to the BE (#165815)Alex Voicu
2025-11-04[VectorCombine] Avoid inserting freeze when scalarizing extend-extract if all...Julian Nagele
2025-11-04[AMDGPU] Skip debug instructions when eliminating S_SET_GPR_IDX_ON/OFF (#160715)Jay Foad
2025-11-04[VPlan] Fix first-lane comment in sinkScalarOperands (NFC) (#166347)Ramkumar Ramachandra
2025-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad
2025-11-04[X86] bittest-big-integer.ll - add test showing dependent BTC/BT/BTS sequence...Simon Pilgrim
2025-11-04[UTC] Update AMDGPU asm regexp for private functions (#166169)Jay Foad
2025-11-04[llvm][dwarfdump] Add --child-tags option to filter by DWARF tags (#165720)Michael Buch
2025-11-04[X86] narrowBitOpRMW - use reachesChainWithoutSideEffects instead of direct c...Simon Pilgrim
2025-11-04[SimplifyCFG]: Switch on umin replaces default (#164097)kper
2025-11-04[BitcodeReader][NFC] Tidy getEnableSplitLTOUnitAndUnifiedFlag (#165732)Andrew Ng
2025-11-04[VPlan] Shorten insert-idiom in sinkScalarOperands (NFC) (#166343)Ramkumar Ramachandra
2025-11-04[LIT][Cygwin] Mark `ulimit -f` unsupported for Cygwin (#165849)Tomohiro Kashiwada
2025-11-04[LIT] replace `lit.util.mkdir` with `pathlib.Path.mkdir` (#163948)Tomohiro Kashiwada
2025-11-04[X86] narrowBitOpRMW - add handling for single bit insertion patterns (REAPPL...Simon Pilgrim
2025-11-04[AMDGPU] Fix handling of FP in cs.chain functions (#161194)Robert Imschweiler
2025-11-04[AArch64] Improve the cost model for extending mull (#125651)David Green
2025-11-04[RISCV] Add short forward branch support for `mul` instruction (#166300)quic_hchandel
2025-11-04[Attributor] Fix sanitizer for getAssumedMinTrailingZeros()shore
2025-11-04[RISCV][NFC] Match `3/5/9 * 3/5/9 * 2^N` without a loop (#165547)Piotr Fusik
2025-11-04[DFAJumpThreading] Enable DFAJumpThread by default. (#157646)Yingying Wang
2025-11-04IR: Remove null UseList checks in hasNUses methods (#165929)Matt Arsenault
2025-11-04[Attributor] Propagate alignment through ptrmask (#150158)Shoreshen
2025-11-03[AMDGPU] NFC, move testcase, only test output of promote-alloca with vector-c...choikwa
2025-11-04[RISCV][GISel] Support select indexed vector load store intrinsics (#165876)Jianjian Guan
2025-11-03[doc][RISCV] Add XSfvfexp* and XSfvfexpa* into RISCVUsage.rst (#166198)Min-Yih Hsu
2025-11-03ARM: Add watchos run line to llvm.sincos test (#166271)Matt Arsenault
2025-11-03update_llc_test_checks: Recognize thumbv7k triples (#166270)Matt Arsenault
2025-11-03ARM: Add more ABIs to llvm.sincos test (#166264)Matt Arsenault
2025-11-03Revert "ARM: Remove unnecessary manual ABI lowering for sincos_stret (#166040...Matt Arsenault
2025-11-04[CodeGen][ARM64EC] Don't treat guest exit thunks as indirect calls (#165885)Jacek Caban
2025-11-03[SLU][profcheck] Use the original branch weigths in `buildPartialInvariantUns...Mircea Trofin
2025-11-03Exclude another StructurizeCFG test from profcheck (#166248)Mircea Trofin
2025-11-03[NVPTX] Add more clear error message for using invalid syncscope (#165737)Stefan Mada
2025-11-03X86: Correct IR type used for sincos_stret return value (#166240)Matt Arsenault
2025-11-03DAG: Cleanup string bool attribute check for disable-tail-calls (#166237)Matt Arsenault
2025-11-03ARM: Remove unnecessary manual ABI lowering for sincos_stret (#166040)Matt Arsenault
2025-11-03[profcheck] Exclude more tools tests (#166239)Mircea Trofin
2025-11-03[gn build] Port 1621486d676fLLVM GN Syncbot
2025-11-03[RISCV] Use reportFatalUsageError in a few places (#166218)Craig Topper
2025-11-03[llvm][DebugInfo] Emit 0/1 for constant boolean values (#151225)Laxman Sole
2025-11-03[NFC] [DirectX] Fix warning about parentheses for assertion in DXContainerGlo...Deric C.
2025-11-03[dsymutil] Add option to copy swiftmodules built from interface (#165293)Roy Shi
2025-11-03[RISCV] Correct comments in rv64-stackmap.ll to not use X86 register name. NF...Craig Topper
2025-11-03[RISCV] Mark FLH as canFoldAsLoad. (#165974)Craig Topper