| Age | Commit message (Expand) | Author |
| 2016-08-16 | [mips] Enforce compact branch restrictions | Simon Dardis |
| 2016-08-04 | [mips] Enable tail calls by default | Simon Dardis |
| 2016-07-28 | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun |
| 2016-07-28 | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer |
| 2016-07-26 | [mips] MIPS64R6 compact branch support | Simon Dardis |
| 2016-07-22 | [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructions | Hrvoje Varga |
| 2016-07-15 | Reapply "Mips: Avoid implicit iterator conversions, NFC" | Duncan P. N. Exon Smith |
| 2016-07-15 | [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp... | Justin Lebar |
| 2016-07-15 | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar |
| 2016-07-15 | Revert r275141 - Mips: Avoid implicit iterator conversions, NFC | Daniel Sanders |
| 2016-07-12 | Mips: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith |
| 2016-06-12 | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer |
| 2016-05-31 | [mips] bnec/beqc register constraint fix | Simon Dardis |
| 2016-05-18 | [PATCH] [mips] Restrict the creation of compact branches | Simon Dardis |
| 2016-05-18 | Revert "[mips] Restrict the creation of compact branches" | Simon Dardis |
| 2016-05-18 | [mips] Restrict the creation of compact branches | Simon Dardis |
| 2016-05-06 | [mips][mips16] Use isUnconditionalBranch() in AnalyzeBranch() and constant is... | Daniel Sanders |
| 2016-04-24 | Fix an assertion that can never fire because the condition ANDed with the str... | Craig Topper |
| 2016-04-05 | [mips] MIPSR6 Compact jump support | Simon Dardis |
| 2016-03-29 | [mips] Test commit: Mark insertNoop as dead code (NFC) | Simon Dardis |
| 2016-03-14 | [mips] MIPS32R6 compact branch support | Daniel Sanders |
| 2016-02-23 | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith |
| 2016-02-03 | [mips] Remove redundant inclusions of MipsAnalyzeImmediate.h | Daniel Sanders |
| 2015-08-11 | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz |
| 2015-06-11 | [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC. | Ahmed Bougacha |
| 2015-01-08 | Update include - this class doesn't use the target machine, but | Eric Christopher |
| 2014-07-18 | Make InstrInfo depend only upon the Subtarget getting passed in | Eric Christopher |
| 2014-07-18 | Fix a couple of formatting and style issues. | Eric Christopher |
| 2014-04-25 | [C++] Use 'nullptr'. Target edition. | Craig Topper |
| 2014-04-22 | [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some | Chandler Carruth |
| 2013-11-19 | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka |
| 2013-11-18 | Revert r194865 and r194874. | Alexey Samsonov |
| 2013-11-15 | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka |
| 2013-10-27 | Make first substantial checkin of my port of ARM constant islands code to Mips. | Reed Kotler |
| 2013-10-01 | Test commit. Updated comment. | Matheus Almeida |
| 2013-06-16 | DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI... | David Blaikie |
| 2013-05-13 | [mips] Define a helper function which creates an instruction with the same | Akira Hatanaka |
| 2013-05-13 | [mips] Rename functions. No functionality changes. | Akira Hatanaka |
| 2013-03-01 | [mips] Do not add SecondLastInst to list BranchInstrs if there is only one | Akira Hatanaka |
| 2013-03-01 | [mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd. | Akira Hatanaka |
| 2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
| 2012-09-13 | mips16: When copying operands in a conditional branch instruction, allow for | Akira Hatanaka |
| 2012-08-23 | Make function loadImmediate a member of MipsSEInstrInfo and change it to return | Akira Hatanaka |
| 2012-08-02 | Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out | Akira Hatanaka |
| 2012-07-31 | Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and | Akira Hatanaka |
| 2012-07-31 | Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16), | Akira Hatanaka |
| 2012-07-23 | Add basic ability to setup call frame, and make procedure calls. | Akira Hatanaka |
| 2012-07-21 | Revert accidental commit. | Akira Hatanaka |
| 2012-07-21 | Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind. | Akira Hatanaka |
| 2012-07-10 | Make register Mips::RA allocatable if not in mips16 mode. | Akira Hatanaka |