aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-18[𝘀𝗽𝗿] changes introduced through rebaseusers/boomanaiden154/main.github-drop-llvm-project-testsAiden Grossman0-0/+0
2025-08-18[Github] Remove call to llvm-project-tests from libclang testsAiden Grossman1-11/+27
2025-08-18[𝘀𝗽𝗿] changes introduced through rebaseAiden Grossman1201-7740/+15826
2025-08-18[Github] Remove call to llvm-project-tests.yml from mlir-spirv-tests.ymlAiden Grossman1-6/+25
2025-08-18[clang] Proofread SourceBasedCodeCoverage.rst (#154050)Kazu Hirata1-16/+16
2025-08-18[llvm] Replace SmallSet with SmallPtrSet (NFC) (#154068)Kazu Hirata55-123/+120
2025-08-18[AArch64] Adjust comparison constant if adjusting it means less instructions ...AZero136-544/+277
2025-08-18[DAG] visitTRUNCATE - early out from computeKnownBits/ComputeNumSignBits fail...Simon Pilgrim1-9/+6
2025-08-18Reland "[AArch64][SME] Port all SME routines to RuntimeLibcalls" (#153417)Benjamin Maxwell10-89/+182
2025-08-18[clang] [Sema] Simplify Expr::isUnusedResultAWarning for CXXConstructExpr (#1...halbi23-26/+14
2025-08-18[MCA][X86] Pretend To Have a Stack Engine (#153348)Aiden Grossman4-2/+211
2025-08-18[AMDGPU] Add an option to completely disable kernel argument preload (#153975)Shilei Tian2-0/+37
2025-08-18[AArch64][llvm] Disassemble instructions in `SYS` alias encoding space more c...Jonathan Thackray2-4/+26
2025-08-18[clang][bytecode][NFC] Use UnsignedOrNone for Block::DeclID (#154104)Timm Baeder3-9/+8
2025-08-18[OpenACC] Implement firstprivate lowering except init. (#153847)Erich Keane5-20/+1226
2025-08-18[X86] Remove TuningPOPCNTFalseDeps from AlderLake (#154004)Aiden Grossman2-1/+12
2025-08-18[mlir][Transforms] Dialect conversion: Add flag to dump materialization kind ...Matthias Springer4-15/+41
2025-08-18[CAS] Temporarily disable broken testNikita Popov1-1/+2
2025-08-18[OpenMP] Introduce omp.target_allocmem and omp.target_freemem omp dialect ops...Chaitanya10-84/+804
2025-08-18[LiveVariables] Mark use without implicit if defined at instr (#119446)jofrn5-38/+123
2025-08-18Fix test added in 1fd1d634630754cc9b9c4b5526961d5856f64ff9Akash Banerjee1-0/+1
2025-08-18[LoongArch] Always emit symbol-based relocations regardless of relaxation (#1...ZhaoQi12-114/+79
2025-08-18[AArch64][MachineCombiner] Combine sequences of gather patterns (#152979)Jonathan Cohen12-346/+1179
2025-08-18[LifetimeSafety] Implement a basic use-after-free diagnostic (#149731)Utkarsh Saxena7-61/+592
2025-08-18[flang][OpenMP] Only privaize pre-determined symbols when defined the evaluat...Kareem Ergawy2-1/+37
2025-08-18[MLIR] Fix SCF verifier crash (#153974)Mehdi Amini1-4/+5
2025-08-18[DAG] visitTRUNCATE - test abd legality early to avoid unnecessary computeKno...Simon Pilgrim1-3/+4
2025-08-18[RISCV] Add SpacemiT XSMTVDot (SpacemiT Vector Dot Product) extension. (#151706)林克12-0/+326
2025-08-18[SimplifyCFG] Avoid threading for loop headers (#151142)Arne Stenkrona7-14/+80
2025-08-18Remove unused variable introduced in #152705Simon Pilgrim1-1/+0
2025-08-18[LoongArch] Reduce number of reserved relocations when relax enabled (#153769)ZhaoQi3-23/+13
2025-08-18[MLIR] Add Egress dialects maintainers (#151721)Andrzej Warzyński1-0/+34
2025-08-18[X86] avx512vlbw-builtins.c - add C/C++ test coverageSimon Pilgrim1-461/+464
2025-08-18[X86] avx512vlbw-reduceIntrin.c - add C/C++ and -fno-signed-char test coverageSimon Pilgrim1-98/+104
2025-08-18[clang][bytecode] Improve __builtin_{,dynamic_}object_size implementation (#1...Timm Baeder8-47/+268
2025-08-18[clang] return type not correctly deduced for discarded lambdas (#153921)Oliver Hunt2-1/+17
2025-08-18[MLIR] Refactor the walkAndApplyPatterns driver to remove the recursion (#154...Mehdi Amini2-12/+91
2025-08-18[clang-tidy] Added check 'misc-override-with-different-visibility' (#140086)Balázs Kéri11-0/+729
2025-08-18[MLIR] Erase unreachable blocks before applying patterns in the greedy rewrit...Mehdi Amini3-10/+34
2025-08-18[LV] Fix incorrect cost kind in VPReplicateRecipe::computeCost (#153216)David Sherwood1-2/+1
2025-08-18[llvm] Fix typo for CGProfile (NFC) (#153370)hstk30-hw1-4/+4
2025-08-18[OpenMP][Test][NFC] output tool data as hex to improve readibility (#152757)Joachim111-1659/+1865
2025-08-18[Clang][X86] Add avx512 __builtin_ia32_select* constexpr handling (#152705)Simon Pilgrim14-206/+231
2025-08-18[mlir][builtin] Make `unrealized_conversion_cast` inlineable (#139722)Matthias Springer2-3/+13
2025-08-18DAG: Remove unnecessary getPointerTy call (#154055)Matt Arsenault1-5/+2
2025-08-18[AArch64] Remove SIMDLongThreeVectorTiedBHSabal tablegen class.David Green2-58/+15
2025-08-18[LoongArch][NFC] More tests to ensure branch relocs reserved when relax enabl...ZhaoQi1-8/+23
2025-08-18Reorder checks to speed up getAppleRuntimeUnrollPreferences() (#154010)Ahmad Yasin1-21/+24
2025-08-18[mlir][LLVM] `ArithToLLVM`: Add 1:N support for `arith.select` lowering (#153...Matthias Springer3-0/+54
2025-08-18[RISCV] Remove ST->hasVInstructions() from getIntrinsicInstrCost for cttz/ctl...Jim Lin1-1/+1