summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-15[AMDGPU] Dynamically set load latency in the schedulerusers/kerbowa/amdgpu-load-lat-scaleAustin Kerbow
2025-09-15[TargetInstrInfo] Add target hook for InstrSchedModel latency. [NFCI]users/kerbowa/sched-dynamic-latenciesAustin Kerbow
2025-09-16[TableGen][DecoderEmitter] Add a few DecoderTableInfo helpers (NFC) (#158776)Sergei Barannikov
2025-09-16[X86][APX] Compress non-redundant NDD ADD to LEA (#158254)Phoebe Wang
2025-09-16[clang-tidy][NFC] Fix a couple of suspicious StringRef::data() usages (#158480)capitan-davide
2025-09-15[NFC][DecoderEmitter] Remove unused `emitPredicateMatchAux` (#158771)Rahul Joshi
2025-09-15[RISCV][GISel] Remove shouldBeInFConstantPool. Always convert G_FCONSTANT to ...Craig Topper
2025-09-15[RISCV] Use X_X0 instead of literal 0. NFC (#158753)Craig Topper
2025-09-16[LoongArch][NFC] Add tests for vector type `nor`Qi Zhao
2025-09-16PPC: Split 64bit target feature into 64bit and 64bit-support (#157206)Matt Arsenault
2025-09-15[MemProf] Add NodeId field to ContextNode for debugging (#158736)Teresa Johnson
2025-09-16[AMDGPU] Refactor out common exec mask opcode patterns (NFCI) (#154718)Carl Ritson
2025-09-16[MLIR][Python] Add docstring for generated python op classes (#158198)Twice
2025-09-16[clang][bytecode][NFC] Remove BlockScope (#158656)Timm Baeder
2025-09-16[clang][sema][NFC] Clean up builtin arg checking functions (#158615)Timm Baeder
2025-09-15[NFC] Rename FixedLenDecoderEmitter to just DecoderEmitter (#158766)Rahul Joshi
2025-09-16[LoongArch] Pre-commit tests for saturation sadd/ssub/uadd/usub intrinsics (#...Zhaoxin Yang
2025-09-16[LoongArch] Add generation support for `[x]{vandn/vorn}.v` (#158526)ZhaoQi
2025-09-16Revert "Introduce -fexperimental-loop-fuse to clang and flang (#142686)" (#15...Vitaly Buka
2025-09-16[Mips] Fix inst `sc` disassemble assert when configured -mattr=+ptr64 (#158253)yingopq
2025-09-15[NFC][DecoderEmitter] Predicate generation code cleanup (#158140)Rahul Joshi
2025-09-16[LoongArch][NFC] Add tests for vector type `orn/andn` (#158525)ZhaoQi
2025-09-16PPC: Move definitions of predicates with features (#157058)Matt Arsenault
2025-09-15[NFC][DecoderEmitter] Code cleanup in `DecoderEmitter::emitTable` (#158014)Rahul Joshi
2025-09-15[sanitizer-common] Improve diagnostic when ASAN fails to allocate shadow (#15...Andrew Haberlandt
2025-09-16[LLDB] [Tests] Downgrade -Wincompatible-pointer-types to a warning in some te...Sirraide
2025-09-15[llvm-profgen] Extend llvm-profgen to generate vtable profiles with data acce...Mingming Liu
2025-09-15[cmake] Add LLVM_TARGET_TRIPLE_ENV to LLVMConfig.cmake.in (#158303)parabola94
2025-09-15[WebAssembly] Fix typo in Tag value assertion. NFC (#158752)Sam Clegg
2025-09-15[clang][cmake] Add CLANG_DEFAULT_LINKER to ClangConfig.cmake.in (#158416)parabola94
2025-09-16[mlir][scf] Remove unnecessary IRMapping in outlineSingleBlockRegion (NFC) (#...lonely eagle
2025-09-15[OpenMP] [Tests] Update test broken by #157364 (#158751)Sirraide
2025-09-15[LegalizeTypes] Use correct type for constant in PromoteIntRes_FunnelShift.Craig Topper
2025-09-15[libc] Move ASSERT_ERRNO_* macro to ErrnoCheckingTest.h (#158727)Alexey Samsonov
2025-09-15[clang] Don't fail `ExecuteCompilerInvocation()` due to caller errors (#158695)Jan Svoboda
2025-09-15[Dwarf] Support heterogeneous DW_{OP,AT}s needed for AMDGPU CFI (#153883)Scott Linder
2025-09-15[CAS] Default to only build OnDiskCAS on 64 bit machine (#158737)Steven Wu
2025-09-15[mlir] Fix possible null dereference during error logging in EmitC (#157456)Daniel Kuts
2025-09-15[VPlan] Handle predicated UDiv in VPReplicateRecipe::computeCost.Florian Hahn
2025-09-15[libc++] Escape spaces in GoogleBenchmark microbenchmarksLouis Dionne
2025-09-15[mlir][vector] Use `source` as the source argument name (#158258)Andrzej WarzyƄski
2025-09-15[AMDGPU] Add the support for `.cluster_dims` code object metadata (#158721)Shilei Tian
2025-09-15[InstCombine] Preserve profile data with select instructions and binary opera...Alan Zhao
2025-09-15[libc++] Fix broken unique and unique_copy benchmarks (#158287)Louis Dionne
2025-09-15[OpenMP] Fix table indentation in clang documentation (#158724)CatherineMoore
2025-09-15[VPlan] Track VPValues instead of VPRecipes in calculateRegisterUsage. (#155301)Florian Hahn
2025-09-15[HLSL][DirectX] Fix resource lowering when using structs with `select` (#158361)Kaitlin Peng
2025-09-15[RISCV] Add Predicates to fcanonicalize patterns. NFC (#158709)Craig Topper
2025-09-15[SLP]Add a check if the user itself is commutableAlexey Bataev
2025-09-15[libc] Migrate dirent/fcntl/sched/signal tests to ErrnoCheckingTest. (#158700)Alexey Samsonov