summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/Mips.h
AgeCommit message (Expand)Author
2025-05-06Register assembly printer passes (#138348)Matthias Braun
2024-09-23[Mips] Fix mfhi/mflo hazard miscompilation about div and mult (#91449)yingopq
2024-07-10[GISel] Make create.*InstructionSelector arguments const (#98243)Michael Maitland
2024-06-04Reland "[NewPM][CodeGen] Port selection dag isel to new pass manager" (#94149)paperchalice
2024-06-02Revert "[NewPM][CodeGen] Port selection dag isel to new pass manager" (#94146)paperchalice
2024-06-02[NewPM][CodeGen] Port selection dag isel to new pass manager (#83567)paperchalice
2022-12-21[llvm][SelectionDAGISel] support -{start|stop}-{before|after}= for remaining ...Nick Desaulniers
2022-04-14Mips/GlobalISel: Add stub post-legalizer combinerMatt Arsenault
2021-12-31[MIPS] Add -mfix4300 flag to enable vr4300 mulmul bugfix passRandom
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-14[MIPS GlobalISel] Add pre legalizer combiner passPetar Avramovic
2018-07-05[mips] Fix atomic operations at O0, v3Aleksandar Beserminji
2018-06-13[mips][microMIPS] Extending size reduction pass with LWP and SWPZoran Jovanovic
2018-05-22[mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji
2018-05-21[mips] Revert Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji
2018-05-21[mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji
2018-05-12[mips] Initialize the long branch pass for testing purposesSimon Dardis
2018-05-11[mips] Rename Filler to MipsDelaySlotFiller and initialize the passSimon Dardis
2018-02-23[MIPS GlobalISel] Adding GlobalISelPetar Jovanovic
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih
2017-04-27[mips][microMIPS] Adding code size reduction pass for MicroMIPSZoran Jovanovic
2017-03-09[mips] Revert fixes for PR32020.Simon Dardis
2017-02-24Recommit "[mips] Fix atomic compare and swap at O0."Simon Dardis
2017-02-24Revert "[mips] Fix atomic compare and swap at O0."Simon Dardis
2017-02-24[mips] Fix atomic compare and swap at O0.Simon Dardis
2016-06-28Delete dead code. NFC.Rafael Espindola
2016-03-14[Mips] Fix -Wunused-private-field warning after r263444.Chad Rosier
2016-03-14[mips] MIPS32R6 compact branch supportDaniel Sanders
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-03-14[mips] Remove trivial header for the MipsModuleISelDAGToDAG pass. NFC.Vasileios Kalintiris
2015-03-14[mips] Remove trivial header for the Mips16HardFloat pass. NFC.Vasileios Kalintiris
2015-03-14[mips] Remove trivial header for the MipsOs16 pass. NFC.Vasileios Kalintiris
2015-01-29Remove most of the TargetMachine::getSubtarget/getSubtargetImplEric Christopher
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher
2014-08-07Nuke the old JIT.Rafael Espindola
2013-11-28[mips] Revert test commit r195922.Daniel Sanders
2013-11-28[mips] A test commit to test my Herald and Audit workflowDaniel Sanders
2013-11-27[mips] Implement the following optimizations using dominance information toAkira Hatanaka
2013-08-23Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford
2013-06-11[mips] Add an IR transformation pass that optimizes calls to sqrt.Akira Hatanaka
2013-02-27Add the skeleton for the Mips constant island pass.Reed Kotler
2012-06-14Add long branch expansion pass for MIPS.Akira Hatanaka
2012-05-25Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.Akira Hatanaka
2012-05-12Remove MipsEmitGPRestore.cpp.Akira Hatanaka
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper
2011-07-21Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng