summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[llvm][AArch64] Autoupgrade function attributes from Module attribute...upstream/revert-80640-autoupgradeVedant Paranjape2024-02-238-128/+8
* [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
* [Clang][NVPTX] Allow passing arguments to the linker while standalone (#73030)Joseph Huber2024-02-223-24/+32
* [clang][driver] Allow unaligned access on ARMv7 and higher by default (#82400)Paul Kirth2024-02-223-12/+38
* [MLIR] Fix LLVM dialect specification to use AnySignlessInteger instead of An...Mehdi Amini2024-02-221-23/+23
* Fix test/Dialect/Vector/vector-transfer-flatten.mlirDiego Caballero2024-02-221-0/+4
* [clang][CodeGen] Keep processing the rest of AST after encountering unsupport...Wentao Zhang2024-02-221-4/+7
* [LSR] Clear SCEVExpander before calling DeleteDeadPHIsNikita Popov2024-02-222-3/+44
* [Flang] Fix test not updated after 'clang' case changeJoseph Huber2024-02-221-6/+18
* [libc] Rework the GPU build to be a regular target (#81921)Joseph Huber2024-02-2252-664/+585
* Fix build on musl by including stdint.h (#81434)Daniel Martinez2024-02-221-0/+1
* [gn build] Port df6f756a1927LLVM GN Syncbot2024-02-221-0/+1
* Re-land [lldb-dap] Add support for data breakpoint. (#81909)Zequan Wu2024-02-229-34/+590
* Extend GCC workaround to GCC < 8.4 for llvm::iterator_range ctor (#82643)Thomas Preud'homme2024-02-221-2/+2
* [NewPM/CodeGen] Rewrite pass manager nesting (#81068)Arthur Eubanks2024-02-2213-628/+681
* [mlir][Vector] Fix bug in vector xfer op flattening transformation (#81964)Diego Caballero2024-02-224-22/+65
* [HLSL][Doc] Add doc about expected differences (#82395)Chris B2024-02-222-0/+111
* [TOSA] TosaToLinalg: fix int64_t min/max lowering of clamp (#82641)Matthias Gehre2024-02-222-12/+27
* LoopVectorize/test: guard pr72969 with asserts (#82653)Ramkumar Ramachandra2024-02-221-0/+1
* [bazel] add missing dep after 5b079af169cd04b457465fd7ca31714efeefe6d9Jorge Gorbe Moya2024-02-221-1/+2