| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 1 | -1/+1 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 1 | -28/+22 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -4/+4 |
* | [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 |
* | Emit B (unconditional branch) when -relocation-model=pic and J (jump) when | Akira Hatanaka | 2011-12-12 | 1 | -8/+9 |
* | Use branches instead of jumps + variable cleanup. Testcase coming next. Patch... | Bruno Cardoso Lopes | 2011-12-06 | 1 | -6/+6 |
* | Add code needed for copying between 64-bit integer and floating pointer | Akira Hatanaka | 2011-11-07 | 1 | -0/+6 |
* | Add support for conditional branch instructions with 64-bit register operands. | Akira Hatanaka | 2011-10-11 | 1 | -11/+20 |
* | Make changes necessary for supporting floating point load and store instructions | Akira Hatanaka | 2011-10-11 | 1 | -6/+18 |
* | Simplify and update functions storeRegToStackSlot and loadRegFromStackSlot. | Akira Hatanaka | 2011-10-11 | 1 | -17/+23 |
* | Simplify definition of FP move instructions. | Akira Hatanaka | 2011-10-08 | 1 | -1/+1 |
* | Clean up MipsInstrInfo::copyPhysReg and handle copies from and to 64-bit integer | Akira Hatanaka | 2011-10-03 | 1 | -51/+44 |
* | Revert r140731, "Define classes for unary and binary FP instructions and use ... | Jakob Stoklund Olesen | 2011-09-28 | 1 | -1/+1 |
* | Define classes for unary and binary FP instructions and use them to define | Akira Hatanaka | 2011-09-28 | 1 | -1/+1 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -1/+1 |
* | Fix handling of double precision loads and stores when Mips1 is targeted. | Akira Hatanaka | 2011-08-16 | 1 | -26/+4 |
* | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -11/+0 |
* | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng | 2011-07-11 | 1 | -1/+12 |
* | Lower MachineInstr to MC Inst and print to .s files. | Akira Hatanaka | 2011-07-07 | 1 | -0/+6 |