summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mlir][Interfaces][NFC] `ValueBoundsConstraintSet`: Add columns for constant ...upstream/users/matthias-springer/value_bounds_const_columnsMatthias Springer2024-04-042-17/+56
* [mlir][Interfaces][NFC] `ValueBoundsConstraintSet`: Pass stop condition in th...Matthias Springer2024-04-049-63/+90
* [clangd][NFC] Delete dead codeKadir Cetinkaya2024-04-041-9/+0
* [clang] Remove an unintended statement, NFCHaojian Wu2024-04-041-1/+0
* [mlir][Interfaces][NFC] `ValueBoundsConstraintSet`: Delete dead code (#86098)Matthias Springer2024-04-041-12/+0
* [Flang] Make SLES 15 build tests (#87498)Jan Patrick Lehr2024-04-041-20/+15
* [MLIR][LLVM][Mem2Reg] Relax type equality requirement for load and store (#87...Christian Ulmann2024-04-042-4/+231
* [LVI] Handle range attributes (#86413)Andreas Jonson2024-04-042-15/+84
* [PAC][llvm-readobj][AArch64][ELF] Support `GNU_PROPERTY_AARCH64_FEATURE_PAUTH...Daniil Kovalev2024-04-044-157/+296
* [memprof] Add Version2 of IndexedMemProfRecord serialization (#87455)Kazu Hirata2024-04-035-54/+226
* [DAGCombiner][RISCV] Handle truncating splats in isNeutralConstant (#87338)Luke Lau2024-04-044-127/+181
* Revert "[libc] Added transitive bindings for OffsetType (#87397)"Gulfem Savrun Yeniceri2024-04-047-30/+12
* [flang][OpenMP] Fix for #86393 (#87452)Sourabh Singh Tomar2024-04-046-5/+134
* [RISCV] Add patterns for fixed vector vwsll (#87316)Luke Lau2024-04-044-126/+130
* [libc++] P2867R1: Remove Deprecated `strstream`s From C++26 (#87107)Hristo Hristov2024-04-0449-46/+66
* [mlir][linalg] Fix builder API usage in `RegionBuilderHelper` (#87451)Matthias Springer2024-04-044-20/+32
* [RISCV][GISel] Don't check for FP uses of of IMPLICIT_DEF if the type is vect...Craig Topper2024-04-031-4/+3
* [GlobalISel] Fix the infinite loop issue in `commute_int_constant_to_rhs`darkbuck2024-04-032-8/+37
* [clang] Init fields added by #87357Vitaly Buka2024-04-031-1/+3
* [RISCV][TTI] Scale the cost of intrinsic stepvector with LMUL (#87301)Shih-Po Hung2024-04-042-91/+61
* [RISCV] Remove G_TRUNC/ZEXT/SEXT/ANYEXT from the first switch in RISCVRegiste...Craig Topper2024-04-031-10/+0
* [mlir][vector] Skip 0D vectors in vector linearization. (#87577)Han-Chung Wang2024-04-032-0/+13
* [lldb] Set static Module's load addresses via ObjectFile (#87439)Jason Molenda2024-04-031-24/+16
* [BoundsSafety] Minor fixes on counted_by (#87559)Yeoul Na2024-04-032-3/+3
* Revert "DebugInfoD issues, take 2" (#87583)Chelsea Cassanova2024-04-0310-506/+17
* [Bounds-Safety][NFC] Clean up leading space emission for CountAttributedType ...Dan Liew2024-04-031-4/+5
* [mlir][vector] Update `castAwayContractionLeadingOneDim` to omit transposes s...Kojo Acquah2024-04-032-3/+30
* [mlir][ArmNeon] Updates LowerContractionToSMMLAPattern with vecmat unroll pat...Kojo Acquah2024-04-032-31/+191
* Revert "dsymutil: Re-add missing -latomic (#85380)"Gulfem Savrun Yeniceri2024-04-031-1/+1
* [RISCV][GISEL] Instruction selection for G_ZEXT, G_SEXT, and G_ANYEXT with sc...Michael Maitland2024-04-033-0/+2702
* [RISCV][GISEL] Regbankselect for G_ZEXT, G_SEXT, and G_ANYEXT with scalable v...Michael Maitland2024-04-034-3/+2469
* [RISCV][GISEL] Instruction selection for G_ICMPMichael Maitland2024-04-031-0/+534
* [RISCV][GISEL] Regbank select for scalable vector G_ICMPMichael Maitland2024-04-032-1/+679
* [RISCV][GISEL] Legalize G_ZEXT, G_SEXT, and G_ANYEXT, G_SPLAT_VECTOR, and G_I...Michael Maitland2024-04-0314-16/+7436
* Revert "Revert "Revert "[clang][UBSan] Add implicit conversion check for bitf...Vitaly Buka2024-04-0311-493/+73
* [libc++] Fix copy/pasta error in atomic tests for `atomic_compare_exchange_{w...Damien L-G2024-04-032-4/+4
* [flang][runtime] Enable I/O APIs in F18 runtime offload builds. (#87543)Slava Zakharin2024-04-038-213/+235
* [VectorCombine][X86] shuffle-of-casts.ll - adjust zext nneg tests to improve ...Simon Pilgrim2024-04-031-16/+16
* [SLP]Improve minbitwidth analysis for operands of IToFP and ICmp instructions.Alexey Bataev2024-04-033-16/+50
* [libc] Added transitive bindings for OffsetType (#87397)Shourya Goel2024-04-037-12/+30
* fully qualifies use of `detail` namespace (#87536)Christopher Di Bella2024-04-031-4/+6
* Revert "[SLP]Improve minbitwidth analysis for operands of IToFP and ICmp inst...Alexey Bataev2024-04-033-48/+16
* [SLP]Improve minbitwidth analysis for operands of IToFP and ICmp instructions.Alexey Bataev2024-04-033-16/+48
* [AMDGPU] Add a missing COV6 case to getAMDHSACodeObjectVersion() (#87492)Emma Pilkington2024-04-032-0/+9
* DebugInfoD issues, take 2 (#86812)Kevin Frei2024-04-0310-17/+506
* [AMDGPU][MC] Allow VOP3C dpp src1 to be imm or SGPR (#87418)Joe Nash2024-04-0314-86/+3218
* AMDGPU: Use PseudoInstr to name SIMCInstr for DSDIR and SOPs, NFC (#87537)Changpeng Fang2024-04-032-40/+40
* [AArch64] Add a test for non-temporal masked loads / stores. NFCDavid Green2024-04-031-0/+75
* [VectorCombine][X86] Add additional tests for #87510Simon Pilgrim2024-04-031-0/+42
* [SLP]Add support for commutative intrinsics.Alexey Bataev2024-04-036-27/+54