summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [analyzer] Fix core.VLASize checker false positive taint reports (#68140)Daniel Krupp2024-02-234-14/+44
| * [clangd] Make tidy-rename tests conditionalKadir Cetinkaya2024-02-231-1/+7
| * Reland "[clang] Preserve found-decl when constructing VarTemplateIds" (#82612)kadir çetinkaya2024-02-234-19/+24
| * [mlir][Transforms] Encapsulate dialect conversion options in `ConversionConfi...Matthias Springer2024-02-233-105/+118
| * [clang][Interp] Don't diagnose alread invalid function declsTimm Bäder2024-02-232-7/+11
| * [mlir][math] Propagate scalability in `convert-math-to-llvm` (#82635)Benjamin Maxwell2024-02-232-9/+90
| * [mlir][ArmSME] Add test-lower-to-arm-sme pipeline (#81732)Cullen Rhodes2024-02-2323-103/+141
| * [mlir][Transforms] Make `ConversionPatternRewriter` constructor private (#82244)Matthias Springer2024-02-233-9/+21
| * [MLIR][LLVM] Fix debug intrinsic import (#82637)Tobias Gysi2024-02-234-17/+73
| * [AArch64][CostModel] Improve scalar frem cost (#80423)Paschalis Mpeis2024-02-233-45/+52
| * [ARM][GlobalISel] Remove legacy legalizer rules (#82619)Pierre van Houtryve2024-02-231-47/+9
| * Revert "[llvm][AArch64] Autoupgrade function attributes from Module attribute...Daniel Kiss2024-02-238-128/+8
| * [mlir][Transforms][NFC] Turn unresolved materializations into `IRRewrite`s (#...Matthias Springer2024-02-231-193/+176
| * [mlir][Transforms][NFC] Turn op creation into `IRRewrite` (#81759)Matthias Springer2024-02-231-38/+64
| * [clang][Interp][NFC] Improve Program dump()ingTimm Bäder2024-02-233-7/+68
| * [NFC] [doc] Mentioning to include the guard headers from imported modulesChuanqi Xu2024-02-231-0/+3
| * [mlir][Transforms][NFC] Turn op/block arg replacements into `IRRewrite`s (#81...Matthias Springer2024-02-231-140/+157
| * [clang][analyzer] Fix argument invalidations in StreamChecker. (#79470)Balázs Kéri2024-02-232-1/+185
| * [llvm][AArch64] Do not inline a function with different signing scheme. (#80642)Dani2024-02-234-8/+135
| * [llvm][AArch64] Autoupgrade function attributes from Module attributes. (#80640)Dani2024-02-238-8/+128
| * [lldb] Fix GetTerminalWidth after afd469023aadJonas Devlieghere2024-02-221-1/+1
| * [X86] Support APXF to enable __builtin_cpu_supports. (#80636)Freddy Ye2024-02-235-2/+14
| * [RISCV] Add asserts for insert/extract_subvector invariants. NFCLuke Lau2024-02-231-2/+6
| * [RISCV][VP] Introduce vp saturating addition/subtraction and RISC-V support. ...Yeting Kuo2024-02-2318-157/+15521
| * [lldb] Fix term-width setting (#82736)Jonas Devlieghere2024-02-227-15/+52
| * [mlir] Fix FunctionOpInterface extraSharedClassDeclaration to be fully namesp...shkoo2024-02-221-113/+113
| * [RISCV] Use RISCVSubtarget::getRealVLen() in more places. NFCLuke Lau2024-02-231-18/+13
| * [SelectionDAG][RISCV] Use FP type for legality query for LRINT/LLRINT in Lega...Craig Topper2024-02-222-3/+3
| * [Symbolizer][WebAssembly] Use wasm-specific getSymbolSize (#82083)Derek Schuff2024-02-222-9/+51
| * [WebAssembly] Disable multivalue emission temporarily (#82714)Heejin Ahn2024-02-229-24/+43
| * [C++20] [Modules] Allow to compile a pcm with and without -fPICChuanqi Xu2024-02-238-15/+54
| * [llvm][cmake] Performing expensive checks requires enabling assert. (#80821)huaatian2024-02-231-0/+5
| * [Clang][Parser] Have the depth of the abbreviated generic lambdas inside a re...Younan Zhang2024-02-233-1/+41
| * [NVPTX] fixup support for unaligned parameters and returns (#82562)Alex MacLean2024-02-225-39/+730
| * [libc] Search the compiler's path for GPU utility tools (#82712)Joseph Huber2024-02-221-2/+3
| * [libc] Silence warnings when building GPU tests (#82701)Joseph Huber2024-02-222-2/+4
| * [RISCV] Vector sub (zext, zext) -> sext (sub (zext, zext)) (#82455)Philip Reames2024-02-222-17/+40
| * [mlir][Vector] Add missing CHECK rules to vector-transfer-flatten.mlir (#82698)Diego Caballero2024-02-221-0/+2
| * [AMDGPU][NFC] Refactor SIInsertWaitcnts zero waitcnt generation (#82575)vangthao952024-02-222-15/+22
| * [Tosa] Add Tosa Sin and Cos operators (#82510)Jerry-Ge2024-02-224-0/+58
| * [gn build] Port aaf2d078b622LLVM GN Syncbot2024-02-221-0/+1
| * [AArch64] Implement __builtin_cpu_supports, compiler-rt tests. (#82378)Pavel Iliin2024-02-2211-10/+176
| * [Hexagon] Clean up redundant transfer instructions. (#82663)Sumanth Gundapaneni2024-02-227-7/+366
| * [libc] Match the names of BSD sys/queue.h member names (#82696)Petr Hosek2024-02-221-26/+26
| * [Clang] Fix missing architecture on CUDA testJoseph Huber2024-02-221-2/+2
| * [mlir][test] Fix -Wunused-variable in PassBuilderCallbacksTest.cpp (NFC)Jie Fu2024-02-231-1/+1
| * [LinkerWrapper] Fix test after permitting NVPTX linker argumentsJoseph Huber2024-02-221-2/+2
| * [Libomptarget][NFC] Remove concept of optional plugin functions (#82681)Joseph Huber2024-02-223-41/+43
| * [CodeGen][MIR][UnitTests] Fix shared build. NFCMichael Liao2024-02-221-0/+1
| * [Flang] Fix the test ordering of the GPU librariesJoseph Huber2024-02-221-4/+6