aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Mips
AgeCommit message (Expand)AuthorFilesLines
2025-12-09Revert "[Mips] Support "$sp" named register (#136821)"YunQiang Su3-832/+31
2025-12-09[Mips] Support "$sp" named register (#136821)yingopq3-31/+832
2025-12-09[SDAG] Don't handle non-canonical libcalls in SDAG lowering (#171114)Nikita Popov1-3/+1
2025-12-08[MCAsmStreamer] Print register names in --show-inst modeAlexander Richardson5-1590/+1590
2025-12-04expandFMINIMUMNUM_FMAXIMUMNUM: Improve compare between zeros (#140193)YunQiang Su1-39/+724
2025-11-25[Mips] Set custom lowering for STRICT_FSETCC/STRICT_FSETCCS ops. (#168303)Erik Enikeev1-0/+586
2025-11-24[Mips] Add instruction selection for strict FP (#168870)Erik Enikeev1-0/+734
2025-10-28[GlobalISel] Combine away G_UNMERGE(G_IMPLICITDEF). (#119183)David Green2-24/+23
2025-10-25[test][MIPS] Remove unsafe-fp-math uses (NFC) (#164790)paperchalice52-88/+88
2025-10-02PeepholeOpt: Fix losing subregister indexes on full copies (#161310)Matt Arsenault1-1/+0
2025-09-28[MIPS][float] Fixed SingleFloat codegen on N32/N64 targets (#140575)Davide Mor8-18/+694
2025-09-25[Mips] Fix atomic min/max generate mips4 instructions when compiling for mips...yingopq1-0/+521
2025-09-18Revert "[Mips] Fix atomic min/max generate mips4 instructions when compiling ...yingopq1-521/+0
2025-09-17[Mips] Fix atomic min/max generate mips4 instructions when compiling for mips...yingopq1-0/+521
2025-08-25Reland "[NVPTX] Legalize aext-load to zext-load to expose more DAG combines" ...Alex MacLean2-16/+8
2025-08-22Revert "[NVPTX] Legalize aext-load to zext-load to expose more DAG combines (...Joseph Huber2-8/+16
2025-08-21[NVPTX] Legalize aext-load to zext-load to expose more DAG combines (#154251)Alex MacLean2-16/+8
2025-08-19[Mips] Remove custom "original type" handling (#154082)Nikita Popov2-17/+6
2025-08-18[CodeGen][Mips] Remove fp128 libcall list (#153798)Nikita Popov1-131/+143
2025-08-15[Mips] Add frexpl and sincosl to f128 libcall listNikita Popov2-30/+29
2025-08-12[MIR] Remove std::variant from multiple save/restore point handling [nfc] (#1...Philip Reames50-242/+242
2025-08-12[Test] Add and update tests for `lrint`/`llrint` (NFC) (#152662)Trevor Gross2-9/+39
2025-07-30[llvm] Extract and propagate callee_type metadataPrabhu Rajasekaran3-0/+71
2025-07-30[GISel] Introduce MIFlags::InBounds (#150900)Fabian Ritter8-30/+30
2025-07-29[GISel] Introduce MachineIRBuilder::(build|materialize)ObjectPtrOffset (#150392)Fabian Ritter5-826/+1029
2025-07-28Revert "[MIPS]Fix QNaNs in the MIPS legacy NaN encodings" (#150773)Nikita Popov2-14/+25
2025-07-28[Mips] Fix wrong ELF FP ABI info when inline asm was empty (#146457)yingopq1-0/+12
2025-07-26Mips: Add frexp intrinsic test (#148677)Matt Arsenault1-0/+651
2025-07-26Mips: Add some llvm.sincos tests (#147465)Matt Arsenault1-0/+1044
2025-07-15Remove Native Client support (#133661)Brad Smith7-283/+0
2025-07-15[test] Add missing tests for Arm frexpf128 and Mips ldexpf128 (#148793)Trevor Gross1-0/+15
2025-07-15Mips: Remove test for ldexp with x86_fp80 (#148641)Matt Arsenault1-18/+0
2025-07-12[Test] Mark a number of libcall tests `nounwind` (#148329)Trevor Gross1-26/+6
2025-07-07[MIPS] ins.ll - regenerate test checksSimon Pilgrim1-4/+33
2025-07-07[MIPS] cconv/vector.ll - regenerate test checksSimon Pilgrim1-197/+171
2025-07-07[MIPS] setcc-se.ll - regenerate test checksSimon Pilgrim1-55/+408
2025-07-04MCFixup: Remove FK_PCRel_Fangrui Song2-342/+342
2025-07-02[DAG] Refactor X86 combineVSelectWithAllOnesOrZeros fold into a generic DAG C...woruyu1-43/+18
2025-06-25[MIPS][MSA] compare_float.ll - regenerate checksSimon Pilgrim1-320/+304
2025-06-15MC: Adjust -show-inst output for MCExprFangrui Song3-2060/+2060
2025-06-11Introduce MCAsmInfo::UsesSetToEquateSymbol and prefer = to .setFangrui Song2-13/+13
2025-06-06[Mips] When emit instruction, ignore JUMP_TABLE_DEBUG_INFO (#139830)yingopq1-0/+58
2025-06-04expandFMINIMUMNUM_FMAXIMUMNUM: Quiet is not needed for NaN vs NaN (#139237)YunQiang Su1-30/+6
2025-05-30[MIPS] Reland Add FeatureMSA to i6400 and i6500 cores (#134985) (#141730)Mallikarjuna Gouda1-0/+2
2025-05-30CodeGen: Convert some assorted errors to use reportFatalUsageError (#142031)Matt Arsenault2-6/+7
2025-05-30Mips/X86: Use reportFatalUsageError for subtarget construction errors (#142028)Matt Arsenault1-7/+7
2025-05-24MIPS: Add 64r2 test to CodeGen/fp-maximumnum-minimumnum.ll (#141218)YunQiang Su1-0/+219
2025-05-16[COFF][Mips] Set PrivateGlobalPrefix to .L (#140033)yingopq1-0/+24
2025-05-15CodeGen: Add ISD::AssertNoFPClass (#138839)YunQiang Su1-0/+224
2025-05-14[Mips] Add support of MipsInstrInfo::getNop() (#139863)yingopq1-0/+13