summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Mips.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MIPS GlobalISel] Add pre legalizer combiner passPetar Avramovic2019-01-141-0/+2
* [mips] Fix atomic operations at O0, v3Aleksandar Beserminji2018-07-051-0/+1
* [mips][microMIPS] Extending size reduction pass with LWP and SWPZoran Jovanovic2018-06-131-1/+3
* [mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji2018-05-221-3/+2
* [mips] Revert Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji2018-05-211-2/+3
* [mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji2018-05-211-3/+2
* [mips] Initialize the long branch pass for testing purposesSimon Dardis2018-05-121-0/+1
* [mips] Rename Filler to MipsDelaySlotFiller and initialize the passSimon Dardis2018-05-111-0/+2
* [MIPS GlobalISel] Adding GlobalISelPetar Jovanovic2018-02-231-0/+8
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-6/+6
* [mips][microMIPS] Adding code size reduction pass for MicroMIPSZoran Jovanovic2017-04-271-0/+1
* [mips] Revert fixes for PR32020.Simon Dardis2017-03-091-1/+0
* Recommit "[mips] Fix atomic compare and swap at O0."Simon Dardis2017-02-241-0/+1
* Revert "[mips] Fix atomic compare and swap at O0."Simon Dardis2017-02-241-1/+0
* [mips] Fix atomic compare and swap at O0.Simon Dardis2017-02-241-0/+1
* Delete dead code. NFC.Rafael Espindola2016-06-281-1/+1
* [Mips] Fix -Wunused-private-field warning after r263444.Chad Rosier2016-03-141-1/+1
* [mips] MIPS32R6 compact branch supportDaniel Sanders2016-03-141-0/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [mips] Remove trivial header for the MipsModuleISelDAGToDAG pass. NFC.Vasileios Kalintiris2015-03-141-0/+1
* [mips] Remove trivial header for the Mips16HardFloat pass. NFC.Vasileios Kalintiris2015-03-141-0/+1
* [mips] Remove trivial header for the MipsOs16 pass. NFC.Vasileios Kalintiris2015-03-141-0/+3
* Remove most of the TargetMachine::getSubtarget/getSubtargetImplEric Christopher2015-01-291-1/+0
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-2/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+2
* Nuke the old JIT.Rafael Espindola2014-08-071-2/+0
* [mips] Revert test commit r195922.Daniel Sanders2013-11-281-1/+0
* [mips] A test commit to test my Herald and Audit workflowDaniel Sanders2013-11-281-0/+1
* [mips] Implement the following optimizations using dominance information toAkira Hatanaka2013-11-271-0/+1
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-1/+0
* [mips] Add an IR transformation pass that optimizes calls to sqrt.Akira Hatanaka2013-06-111-1/+1
* Add the skeleton for the Mips constant island pass.Reed Kotler2013-02-271-0/+1
* Add long branch expansion pass for MIPS.Akira Hatanaka2012-06-141-0/+1
* Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.Akira Hatanaka2012-05-251-2/+0
* Remove MipsEmitGPRestore.cpp.Akira Hatanaka2012-05-121-1/+0
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-2/+0
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-211-0/+3
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-141-12/+1
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-281-1/+2
* Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng2011-06-271-1/+2
* Prevent instructions using $gp from being placed between a jalr and the instr...Akira Hatanaka2011-05-041-0/+1
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-3/+3
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-3/+3
* Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka2011-04-151-0/+1
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-041-1/+1
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-3/+0
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-0/+4
OpenPOWER on IntegriCloud