summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Mips/cconv
AgeCommit message (Expand)Author
2025-09-28[MIPS][float] Fixed SingleFloat codegen on N32/N64 targets (#140575)Davide Mor
2025-07-07[MIPS] cconv/vector.ll - regenerate test checksSimon Pilgrim
2025-01-24[MIPS] [MSA] Widen v2i8, v216 and v2i32 vectors (#123040)Cinhi Young
2024-12-20[MC][Mips] Add MipsWinCOFFObjectWriter/MipsWinCOFFStreamer (#114611)Hervé Poussineau
2024-12-10[test] Change llc -march=mips* to -mtriple=mips*Fangrui Song
2024-09-24[MIPS] Fix failing to legalize load+call with vector of non-p2 integer (#109625)yingopq
2023-09-11[test] Change llc -march= to -mtriple=Fangrui Song
2023-07-24[Mips] Fix argument lowering for illegal vector types (PR63608)Nikita Popov
2023-07-18[DAG] More aggressively (extract_vector_elt (build_vector x, y), c) iff eleme...Simon Pilgrim
2023-02-09[SelectionDAG] Do not second-guess alignment for allocaAndrew Savonichev
2023-01-13[Mips] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-19[Mips] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-12-15Revert "[SelectionDAG] Do not second-guess alignment for alloca"Ron Lieberman
2022-12-15[SelectionDAG] Do not second-guess alignment for allocaAndrew Savonichev
2022-10-29[DAG] Enable combineShiftOfShiftedLogic folds after type legalizationSimon Pilgrim
2022-10-15[Mips] Regenerate return-struct.llSimon Pilgrim
2022-09-14[DAGCombiner] More load-store forwarding for big-endianRoland Froese
2022-04-06Revert "[CodeGen] Place SDNode debug ID declaration under appropriate #if"Daniil Kovalev
2022-04-06[CodeGen] Place SDNode debug ID declaration under appropriate #ifDaniil Kovalev
2021-09-27Fix tests defaulting to incorrect triples on AIXJake Egan
2021-09-14RegAllocGreedy: Account for reserved registers in num regs heuristicMatt Arsenault
2021-07-23[llvm][sve] Lowering for VLS truncating storesDavid Truby
2021-07-19Revert "[llvm][sve] Lowering for VLS truncating stores" because itAmy Huang
2021-07-12[llvm][sve] Lowering for VLS truncating storesDavid Truby
2021-03-11[SelectionDAG] Improve scalarization of irregular vector typesLemonBoy
2021-03-11[MIPS] Fix lowering of irregular vector argumentsLemonBoy
2020-11-20OpaquePtr: Bulk update tests to use typed sretMatt Arsenault
2020-11-20OpaquePtr: Bulk update tests to use typed byvalMatt Arsenault
2020-11-13[MC][mips] Remove unused check prefixes. NFCSimon Atanasyan
2020-06-12[DAGCombine] Generalize the case (add (or x, c1), c2) -> (add x, (c1 + c2))Michael Liao
2020-05-22Revert "[llvm][test] Add COM: directives before colon-less non-CHECKs in comm...Jon Roelofs
2020-05-21[llvm][test] Add COM: directives before colon-less non-CHECKs in comments. NFCJon Roelofs
2020-05-20[LegalizeDAG] Modify ExpandLegalINT_TO_FP to swap data for little/big endian ...Craig Topper
2020-03-15[test] llvm/test/: change llvm-objdump single-dash long options to double-das...Fangrui Song
2020-02-07[AsmPrinter] Print FP constant in hexadecimal form insteadJinsong Ji
2019-10-07[Mips] Always save RA when disabling frame pointer eliminationSimon Atanasyan
2019-09-11[mips][msa] Fix infinite loop for mips.nori.b intrinsicSimon Atanasyan
2019-07-09[mips] Explicitly select `mips32r2` CPU for test cases require 64-bit FPU. NFCSimon Atanasyan
2019-01-17[mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25Vladimir Stefanovic
2018-11-09[DAGCombiner][X86][Mips] Enable combineShuffleOfScalars to run between vector...Craig Topper
2018-11-02[DAGCombiner] Remove reduceBuildVecConvertToConvertBuildVec and rely on the v...Simon Pilgrim
2018-10-12[LegalizeVectorTypes] When widening the result of a bitcast from a scalar typ...Craig Topper
2018-10-12[mips] Mark fmaxl as a long double emulation routineStefan Maksimovic
2018-10-11[DAG] Fix Big Endian in Load-Store forwardingNirav Dave
2018-10-10[DAGCombine] Improve Load-Store ForwardingNirav Dave
2018-10-03[mips] Remove -allow-deprecated-dag-overlap flag from tests. NFCSimon Atanasyan
2018-08-28[DAGCombiner][AMDGPU][Mips] Fold bitcast with volatile loads if the resulting...Craig Topper
2018-08-24[DAGCombiner][Mips] Don't combine bitcast+store after LegalOperations when th...Craig Topper
2018-07-17[DAGCombiner] Call SimplifyDemandedVectorElts from EXTRACT_VECTOR_ELTSimon Pilgrim
2018-07-11[FileCheck] Add -allow-deprecated-dag-overlap to failing llvm testsJoel E. Denny