summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/joker-eph/lv-support-recieps-without-underlying-instr-in-collectpoisongenrecFlorian Hahn2023-11-032-1/+85
* [MLIR][VectorToLLVM] Remove typed pointer support (#71075)Christian Ulmann2023-11-038-208/+9
* [NFC][OpenMP][Clang]Update OpenMP clang testsDominik Adamski2023-11-032-12/+12
* [ConstantFold] Remove unnecessary checks in FoldBitCast() (NFCI)Nikita Popov2023-11-031-10/+0
* [ConstantFold] Remove unnecessary BitCastConstantVector() (NFCI)Nikita Popov2023-11-031-52/+1
* Revert "Reapply [clang-repl] [test] Make an XFAIL more precise (#70991)"Martin Storsjö2023-11-031-1/+1
* [MLIR][MemRefToLLVM] Remove last typed pointer remnants (#71113)Christian Ulmann2023-11-034-21/+9
* Fix MSVC "not all control paths return a value" warnings. NFC.Simon Pilgrim2023-11-032-0/+2
* [IR] Remove zext and sext constant expressions (#71040)Nikita Popov2023-11-0362-502/+347
* Reapply [clang-repl] [test] Make an XFAIL more precise (#70991)Martin Storsjö2023-11-031-1/+1
* Reapply [InstCombine] Simplify and/or of icmp eq with op replacement (#70335)Nikita Popov2023-11-0314-587/+251
* [analyzer][NFC] Add a test case to PR 70792 for Issue 59493 and 54533 (#71073)Ella Ma2023-11-031-0/+86
* [Docs][LTO] Updated HowToSubmitABug.rst for LTO crashes (#68389)Shivam Gupta2023-11-031-0/+56
* Revert D87067 "[llvm-symbolizer] Add back --use-symbol-table=true"Fangrui Song2023-11-032-9/+0
* [MLIR][FuncToLLVM] Remove typed pointers from call conversion test pass (#71107)Christian Ulmann2023-11-032-5/+4
* [clangd] Support `-specs` arguments when querying the driver. (#70285)Chris Carlon2023-11-032-6/+32
* [llvm] Adjust files including llvm/Support/Endian.h (NFC)Kazu Hirata2023-11-022-1/+1
* [TSAN] Add __tsan_check_no_mutexes_held helper (#69372)Kenny Yu2023-11-038-3/+70
* CodeGen: Port ExpandLargeFpConvert to new PM (#71027)Matt Arsenault2023-11-038-0/+45
* [RISCV] Fix stale comments in lowerShift*Parts. NFCCraig Topper2023-11-021-3/+3
* [LLDB][easy] Fix a bug in DummySyntheticFrontEnd (#71143)Walter Erquinigo2023-11-031-1/+1
* [Modules] Fix ModuleDeclState transition when module is used as a regular ide...Fangrui Song2023-11-022-18/+29
* [NFC][RISCV] Fix failed test caused by #71141sunshaoce2023-11-031-4/+4
* [NFC][RISCV] Add `SiFive` prefix for XSfvfnrclipxfqf description (#71141)Shao-Ce SUN2023-11-031-2/+2
* [Support] Remove extraneous "using namespace llvm::support;" (NFC)Kazu Hirata2023-11-021-1/+0
* [clang-format] Skip PP directives when determining brace kind (#69473)Emilia Kond2023-11-032-5/+24
* [OpenMP] Add support for Solaris/x86_64 (#70593)Brad Smith2023-11-028-16/+62
* [RISCV] Support Xsfvfnrclipxfqf extensions (#68297)Brandon Wu2023-11-0334-14/+3047
* [RISCV] Support Xsfvfwmaccqqq extensions (#68296)Brandon Wu2023-11-0319-12/+523
* [CodeGen][MIR] Support parsing of scalable vectors in MIR (#70893)Michael Maitland2023-11-0219-9/+317
* [RISCV] Fix wrong implication for zvknhb. (#66860)Brandon Wu2023-11-0314-28/+80
* Reland [SimplifyCFG] Delete the unnecessary range check for small mask operat...Allen2023-11-032-16/+102
* [GISel] Make RegBank constructor constexpr. NFC (#71109)Craig Topper2023-11-022-3/+3
* [mlir][attrtypedef] Sort by def order in file. (#71083)Jacques Pienaar2023-11-022-23/+28
* [GISel] Remove BitVector from RegBank. Use tablegen CoverageData tables direc...Craig Topper2023-11-022-16/+15
* Improvements to RS4GC BDV Algorithm (#69795)Petr Maj2023-11-025-26/+148
* [AArch64] Only clear kill flags if necessary when merging str (#69680)Zhaoxuan Jiang2023-11-027-11/+19
* [clang][SVE][NFC] Add -fclang-abi-compat=latest to the builtins tests.Amara Emerson2023-11-02276-1217/+1217
* [GISel] Remove remainder of the concept of an invalid RegisterBank. (#71118)Craig Topper2023-11-023-20/+2
* [AMDGPU] Add documentation for scheduler intrinsics (#69854)bcahoon2023-11-021-0/+53
* CodeGen: Port ExpandLargeDivRem to new pass manager (#71022)Matt Arsenault2023-11-038-1/+45
* [mlir][sparse] remove (some) deprecated dim/lvl methods (#71125)Aart Bik2023-11-024-19/+4
* [PowerPC] Change registers used in test due to ABI breakage. NFC. (#70758)Kai Luo2023-11-032-8/+31
* [flang][openmp] Fix `not yet implemented intrinsic` message for omp_lib (#71101)Razvan Lupusoru2023-11-022-1/+4
* [clang][CGExpr] Remove no-op ptr-to-ptr bitcasts (NFC)Youngsuk Kim2023-11-021-21/+2
* [OpenMP] Simplify parallel reductions (#70983)Johannes Doerfert2023-11-022-98/+47
* [OpenMP] Provide a specialized team reduction for the common case (#70766)Johannes Doerfert2023-11-021-0/+98
* Revert "[SLP]Improve tryToGatherExtractElements by using per-register analysis."Martin Storsjö2023-11-038-879/+426
* [clang][deps] Skip slow `UNHASHED_CONTROL_BLOCK` records (#69975)Jan Svoboda2023-11-027-35/+149
* [lldb][windows] Allow exporting plugin symbols in LLDB_EXPORT_ALL_SYMBOLS (#7...River Riddle2023-11-022-3/+10