| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mips] bnec/beqc register constraint fix | Simon Dardis | 2016-05-31 | 1 | -4/+6 |
| * | [PATCH] [mips] Restrict the creation of compact branches | Simon Dardis | 2016-05-18 | 1 | -1/+19 |
| * | Revert "[mips] Restrict the creation of compact branches" | Simon Dardis | 2016-05-18 | 1 | -19/+1 |
| * | [mips] Restrict the creation of compact branches | Simon Dardis | 2016-05-18 | 1 | -1/+19 |
| * | [mips][mips16] Use isUnconditionalBranch() in AnalyzeBranch() and constant is... | Daniel Sanders | 2016-05-06 | 1 | -3/+3 |
| * | Fix an assertion that can never fire because the condition ANDed with the str... | Craig Topper | 2016-04-24 | 1 | -1/+1 |
| * | [mips] MIPSR6 Compact jump support | Simon Dardis | 2016-04-05 | 1 | -25/+81 |
| * | [mips] Test commit: Mark insertNoop as dead code (NFC) | Simon Dardis | 2016-03-29 | 1 | -0/+1 |
| * | [mips] MIPS32R6 compact branch support | Daniel Sanders | 2016-03-14 | 1 | -1/+102 |
| * | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 2016-02-23 | 1 | -3/+3 |
| * | [mips] Remove redundant inclusions of MipsAnalyzeImmediate.h | Daniel Sanders | 2016-02-03 | 1 | -1/+0 |
| * | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 2015-08-11 | 1 | -2/+2 |
| * | [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC. | Ahmed Bougacha | 2015-06-11 | 1 | -3/+2 |
| * | Update include - this class doesn't use the target machine, but | Eric Christopher | 2015-01-08 | 1 | -1/+1 |
| * | Make InstrInfo depend only upon the Subtarget getting passed in | Eric Christopher | 2014-07-18 | 1 | -8/+8 |
| * | Fix a couple of formatting and style issues. | Eric Christopher | 2014-07-18 | 1 | -20/+14 |
| * | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -2/+2 |
| * | [cleanup] Lift using directives, DEBUG_TYPE definitions, and even some | Chandler Carruth | 2014-04-22 | 1 | -2/+2 |
| * | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-19 | 1 | -1/+4 |
| * | Revert r194865 and r194874. | Alexey Samsonov | 2013-11-18 | 1 | -4/+1 |
| * | [weak vtables] Remove a bunch of weak vtables | Juergen Ributzka | 2013-11-15 | 1 | -1/+4 |
| * | Make first substantial checkin of my port of ARM constant islands code to Mips. | Reed Kotler | 2013-10-27 | 1 | -0/+4 |
| * | Test commit. Updated comment. | Matheus Almeida | 2013-10-01 | 1 | -1/+1 |
| * | DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI... | David Blaikie | 2013-06-16 | 1 | -9/+0 |
| * | [mips] Define a helper function which creates an instruction with the same | Akira Hatanaka | 2013-05-13 | 1 | -0/+13 |
| * | [mips] Rename functions. No functionality changes. | Akira Hatanaka | 2013-05-13 | 1 | -5/+5 |
| * | [mips] Do not add SecondLastInst to list BranchInstrs if there is only one | Akira Hatanaka | 2013-03-01 | 1 | -2/+2 |
| * | [mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd. | Akira Hatanaka | 2013-03-01 | 1 | -74/+88 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
| * | mips16: When copying operands in a conditional branch instruction, allow for | Akira Hatanaka | 2012-09-13 | 1 | -3/+9 |
| * | Make function loadImmediate a member of MipsSEInstrInfo and change it to return | Akira Hatanaka | 2012-08-23 | 1 | -43/+0 |
| * | Move the code that creates instances of MipsInstrInfo and MipsFrameLowering out | Akira Hatanaka | 2012-08-02 | 1 | -0/+7 |
| * | Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and | Akira Hatanaka | 2012-07-31 | 1 | -5/+1 |
| * | Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16), | Akira Hatanaka | 2012-07-31 | 1 | -293/+9 |
| * | Add basic ability to setup call frame, and make procedure calls. | Akira Hatanaka | 2012-07-23 | 1 | -3/+15 |
| * | Revert accidental commit. | Akira Hatanaka | 2012-07-21 | 1 | -15/+3 |
| * | Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind. | Akira Hatanaka | 2012-07-21 | 1 | -3/+15 |
| * | Make register Mips::RA allocatable if not in mips16 mode. | Akira Hatanaka | 2012-07-10 | 1 | -0/+13 |
| * | Fix coding style violations. Remove white spaces and tabs. | Akira Hatanaka | 2012-06-14 | 1 | -2/+2 |
| * | Define function MipsInstrInfo::GetInstSizeInBytes, which will be called to | Akira Hatanaka | 2012-06-14 | 1 | -0/+56 |
| * | Fix some uses of getSubRegisters() to use getSubReg() instead. | Jakob Stoklund Olesen | 2012-05-30 | 1 | -6/+10 |
| * | Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo. | Akira Hatanaka | 2012-05-25 | 1 | -0/+47 |
| * | This patch adds the register class for MIPS16 as well as the ability for | Akira Hatanaka | 2012-05-16 | 1 | -10/+10 |
| * | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper | 2012-04-20 | 1 | -10/+10 |
| * | remove blanks, and some code format | Jia Liu | 2012-02-28 | 1 | -6/+6 |
| * | Add an option to use a virtual register as the global base register instead of | Akira Hatanaka | 2012-02-24 | 1 | -27/+0 |
| * | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu | 2012-02-17 | 1 | -1/+1 |
| * | Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is | Akira Hatanaka | 2012-02-03 | 1 | -3/+6 |
| * | Add MachineMemOperands to instructions generated in storeRegToStackSlot or | Akira Hatanaka | 2011-12-24 | 1 | -2/+16 |
| * | Tidy up. Simplify logic. No functional change intended. | Akira Hatanaka | 2011-12-19 | 1 | -15/+15 |