summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-08[draft] Dialect Conversion without Rollbackusers/matthias-springer/one_shot_dialect_convMatthias Springer
2024-06-08[mlir][Transforms][NFC] `GreedyPatternRewriteDriver`: Use composition instead...Matthias Springer
2024-06-08[SystemZ] Fix handling of triples.Jonas Paulsson
2024-06-08[Support] Do not use `llvm::size` in `getLoopPreheader` (#94540)Ben Barham
2024-06-07[RISCV] Remove unnecessary setting of parameter with same default value. NFCCraig Topper
2024-06-07[RISCV] Replace VPseudoBinaryFV_VV with VPseudoBinaryV_VV. NFCCraig Topper
2024-06-08Revert "[lld][AArch64][ELF][PAC] Support `.relr.auth.dyn` section" (#94843)Daniil Kovalev
2024-06-08[lldb] Remove redundant c_str() calls in stream output (NFC) (#94839)Shivam Gupta
2024-06-07[RISCV] Remove unused defaults for sew paramters in tablegen. NFCCraig Topper
2024-06-07[RISCV] Remove many ImmType parameters from tablegen classes. NFCCraig Topper
2024-06-07[CMake] Update CMake cache file for the ARM/Aarch64 cross toolchain builds. N...Vladimir Vereschaka
2024-06-07[HLSL] Use llvm::Triple::EnvironmentType instead of HLSLShaderAttr::ShaderTyp...Helena Kotas
2024-06-07[dfsan] Fix release_shadow_space.c (#94770)Thurston Dang
2024-06-08[mlir] Handle the newly-added "Reserved" FramePointerKind for 1a5239251ead73e...Jie Fu
2024-06-07[workflows] Add post-commit job that periodically runs the clang static analy...Tom Stellard
2024-06-07[RISCV] Flatten VPatBinaryW_VI_VWSLL and VPatBinaryW_VX_VWSLL into VPatBinary...Craig Topper
2024-06-07[RISCV] Rename VPatBinarySwapped to VPatBinaryMSwapped. NFCCraig Topper
2024-06-07[RISCV] Rename VPseudoBinaryNoMaskTU->VPseudoBinaryNoMaskPolicy. NFCCraig Topper
2024-06-07[RISCV] Refactor VPseudoVROL and VPseudoVROR multiclasses to use inheritance....Craig Topper
2024-06-07[RISCV] Rename VPseudoVWALU_VV_VX_VI to VPseudoVWSLL. NFCCraig Topper
2024-06-08[gn build] Port c4f83a004bf3LLVM GN Syncbot
2024-06-07[memprof] Remove extraneous memprof:: (NFC) (#94825)Kazu Hirata
2024-06-07[gn build] Port 37e309f16354 (AArch64 loopvectorize)Nico Weber
2024-06-07[ProfileData] Use DenseMap::lookup (NFC) (#94818)Kazu Hirata
2024-06-07[ProfileData] Use default member initialization (NFC) (#94817)Kazu Hirata
2024-06-07[lld] Discard SHT_LLVM_LTO sections in relocatable links (#92825)Paul Kirth
2024-06-08[InstCombine] Preserve the nsw/nuw flags for (X | Op01C) + Op1C --> X + (Op01...csstormq
2024-06-07[memprof] Improve deserialization performance in V3 (#94787)Kazu Hirata
2024-06-07Add AllowRepeats to SBCommandInterpreterRunOptions. (#94786)jimingham
2024-06-07[RISCV] Rename VPseudoBinaryCarryIn to VPseudoBinaryCarry. NFCCraig Topper
2024-06-07[RISCV] Remove CarryIn and Constraint parameters from VPseudoTiedBinaryCarryI...Craig Topper
2024-06-07[RISCV] Remove unused tablegen multiclass. NFCCraig Topper
2024-06-07[memprof] Fix a build errorKazu Hirata
2024-06-07[MemProf] Add matching statistics and tracing (#94814)Teresa Johnson
2024-06-07[mlir][loops] Add getters for multi dim loop variables in `LoopLikeOpInterfac...srcarroll
2024-06-07Reland "[python] Bump Python minimum version to 3.8 (#78828)"Aiden Grossman
2024-06-07[RISCV] Remove unused tablegen multiclasses. NFCCraig Topper
2024-06-07[libc][math][c23] Temporarily disable fmodf16 on AArch64 (#94813)OverMighty
2024-06-08[clang-tidy] new check misc-use-internal-linkage (#90830)Congcong Cai
2024-06-07[libc][math][c23] Add fmodf16 C23 math function (#94629)OverMighty
2024-06-07[RISCV] Add TargetConstraintType=2 to vnclip pseudoinstructions. NFCCraig Topper
2024-06-07[ProfileData] Add const to a few places (NFC) (#94803)Kazu Hirata
2024-06-07[BOLT][NFC] Unset UseAssemblerInfoForParsing for emission (#94778)Amir Ayupov
2024-06-07[bazel] Port #94081 (#94805)Keith Smiley
2024-06-07[VectorCombine] Add tests for shuffleToIdentity of concats. NFCDavid Green
2024-06-07[ELF] Implement --force-group-allocationFangrui Song
2024-06-07[AArch64][LoopIdiom] Generalize AArch64LoopIdiomTransform into LoopIdiomVecto...Min-Yih Hsu
2024-06-07[lldb] Encode operands and arity in Dwarf.def and use them in LLDB. (#94679)Jonas Devlieghere
2024-06-07InstCombine: Fix testing of pow libcall in errno case (#94772)Matt Arsenault
2024-06-07[OpenMP][Offload] - Ensure OPENMP_STANDALONE_BUILD is defined (#94801)estewart08