aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-23[include-cleaner] Use FoundDecl only for using-shadow-decls (#82615)kadir çetinkaya2-15/+24
2024-02-23[analyzer] Fix core.VLASize checker false positive taint reports (#68140)Daniel Krupp4-14/+44
2024-02-23[clangd] Make tidy-rename tests conditionalKadir Cetinkaya1-1/+7
2024-02-23Reland "[clang] Preserve found-decl when constructing VarTemplateIds" (#82612)kadir çetinkaya4-19/+24
2024-02-23[mlir][Transforms] Encapsulate dialect conversion options in `ConversionConfi...Matthias Springer3-105/+118
2024-02-23[clang][Interp] Don't diagnose alread invalid function declsTimm Bäder2-7/+11
2024-02-23[mlir][math] Propagate scalability in `convert-math-to-llvm` (#82635)Benjamin Maxwell2-9/+90
2024-02-23[mlir][ArmSME] Add test-lower-to-arm-sme pipeline (#81732)Cullen Rhodes23-103/+141
2024-02-23[mlir][Transforms] Make `ConversionPatternRewriter` constructor private (#82244)Matthias Springer3-9/+21
2024-02-23[MLIR][LLVM] Fix debug intrinsic import (#82637)Tobias Gysi4-17/+73
2024-02-23[AArch64][CostModel] Improve scalar frem cost (#80423)Paschalis Mpeis3-45/+52
2024-02-23[ARM][GlobalISel] Remove legacy legalizer rules (#82619)Pierre van Houtryve1-47/+9
2024-02-23Revert "[llvm][AArch64] Autoupgrade function attributes from Module attribute...Daniel Kiss8-128/+8
2024-02-23[mlir][Transforms][NFC] Turn unresolved materializations into `IRRewrite`s (#...Matthias Springer1-193/+176
2024-02-23[mlir][Transforms][NFC] Turn op creation into `IRRewrite` (#81759)Matthias Springer1-38/+64
2024-02-23[clang][Interp][NFC] Improve Program dump()ingTimm Bäder3-7/+68
2024-02-23[NFC] [doc] Mentioning to include the guard headers from imported modulesChuanqi Xu1-0/+3
2024-02-23[mlir][Transforms][NFC] Turn op/block arg replacements into `IRRewrite`s (#81...Matthias Springer1-140/+157
2024-02-23[clang][analyzer] Fix argument invalidations in StreamChecker. (#79470)Balázs Kéri2-1/+185
2024-02-23[llvm][AArch64] Do not inline a function with different signing scheme. (#80642)Dani4-8/+135
2024-02-23[llvm][AArch64] Autoupgrade function attributes from Module attributes. (#80640)Dani8-8/+128
2024-02-22[lldb] Fix GetTerminalWidth after afd469023aadJonas Devlieghere1-1/+1
2024-02-23[X86] Support APXF to enable __builtin_cpu_supports. (#80636)Freddy Ye5-2/+14
2024-02-23[RISCV] Add asserts for insert/extract_subvector invariants. NFCLuke Lau1-2/+6
2024-02-23[RISCV][VP] Introduce vp saturating addition/subtraction and RISC-V support. ...Yeting Kuo18-157/+15521
2024-02-22[lldb] Fix term-width setting (#82736)Jonas Devlieghere7-15/+52
2024-02-22[mlir] Fix FunctionOpInterface extraSharedClassDeclaration to be fully namesp...shkoo1-113/+113
2024-02-23[RISCV] Use RISCVSubtarget::getRealVLen() in more places. NFCLuke Lau1-18/+13
2024-02-22[SelectionDAG][RISCV] Use FP type for legality query for LRINT/LLRINT in Lega...Craig Topper2-3/+3
2024-02-22[Symbolizer][WebAssembly] Use wasm-specific getSymbolSize (#82083)Derek Schuff2-9/+51
2024-02-22[WebAssembly] Disable multivalue emission temporarily (#82714)Heejin Ahn9-24/+43
2024-02-23[C++20] [Modules] Allow to compile a pcm with and without -fPICChuanqi Xu8-15/+54
2024-02-23[llvm][cmake] Performing expensive checks requires enabling assert. (#80821)huaatian1-0/+5
2024-02-23[Clang][Parser] Have the depth of the abbreviated generic lambdas inside a re...Younan Zhang3-1/+41
2024-02-22[NVPTX] fixup support for unaligned parameters and returns (#82562)Alex MacLean5-39/+730
2024-02-22[libc] Search the compiler's path for GPU utility tools (#82712)Joseph Huber1-2/+3
2024-02-22[libc] Silence warnings when building GPU tests (#82701)Joseph Huber2-2/+4
2024-02-22[RISCV] Vector sub (zext, zext) -> sext (sub (zext, zext)) (#82455)Philip Reames2-17/+40
2024-02-22[mlir][Vector] Add missing CHECK rules to vector-transfer-flatten.mlir (#82698)Diego Caballero1-0/+2
2024-02-22[AMDGPU][NFC] Refactor SIInsertWaitcnts zero waitcnt generation (#82575)vangthao952-15/+22
2024-02-22[Tosa] Add Tosa Sin and Cos operators (#82510)Jerry-Ge4-0/+58
2024-02-22[gn build] Port aaf2d078b622LLVM GN Syncbot1-0/+1
2024-02-22[AArch64] Implement __builtin_cpu_supports, compiler-rt tests. (#82378)Pavel Iliin11-10/+176
2024-02-22[Hexagon] Clean up redundant transfer instructions. (#82663)Sumanth Gundapaneni7-7/+366
2024-02-22[libc] Match the names of BSD sys/queue.h member names (#82696)Petr Hosek1-26/+26
2024-02-22[Clang] Fix missing architecture on CUDA testJoseph Huber1-2/+2
2024-02-23[mlir][test] Fix -Wunused-variable in PassBuilderCallbacksTest.cpp (NFC)Jie Fu1-1/+1
2024-02-22[LinkerWrapper] Fix test after permitting NVPTX linker argumentsJoseph Huber1-2/+2
2024-02-22[Libomptarget][NFC] Remove concept of optional plugin functions (#82681)Joseph Huber3-41/+43
2024-02-22[CodeGen][MIR][UnitTests] Fix shared build. NFCMichael Liao1-0/+1