summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsRegisterInfo.cpp
Commit message (Expand)AuthorAge
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-12
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* This patch has two main functions:Reed Kotler2014-02-14
* [mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.Sasa Stankovic2014-02-07
* Next step in Mips16 prologue/epilogue cleanup.Reed Kotler2013-12-10
* Remove getEHExceptionRegister and getEHHandlerRegister.Rafael Espindola2013-10-07
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-28
* [mips] Add support for calling convention CC_MipsO32_FP64, which is used when...Akira Hatanaka2013-08-20
* [mips] Resolve register classes dynamically using ptr_rc to reduce the number ofAkira Hatanaka2013-08-20
* [mips] Rename DSPRegs.Akira Hatanaka2013-08-14
* [mips] Delete register class HWRegs64.Akira Hatanaka2013-08-08
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* Clean up code for Mips16 large frame handling.Reed Kotler2013-08-04
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-10
* [mips] Split the DSP control register and define one register for each field ofAkira Hatanaka2013-05-03
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-22
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* [mips] Do not reserve all 64-bit registers, but only the ones which need to beAkira Hatanaka2012-11-02
* This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler2012-10-28
* Add MIPS accumulator and DSP control registers.Akira Hatanaka2012-09-21
* Add a member of type Mips16InstrInfo/MipsSEInstrInfo to classAkira Hatanaka2012-08-22
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka2012-08-22
* Implement MipsSERegisterInfo::eliminateCallFramePseudoInstr. The function emitsAkira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo andAkira Hatanaka2012-07-31
* Expand DYNAMIC_STACKALLOC nodes rather than doing custom-lowering.Akira Hatanaka2012-07-31
* Eliminate the stack slot used to save the global base register.Akira Hatanaka2012-07-25
* Make register Mips::RA allocatable if not in mips16 mode.Akira Hatanaka2012-07-10
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediateAkira Hatanaka2012-06-14
* Stop reserving register $gp. Do not call isGPFI to check whether a frame objectAkira Hatanaka2012-05-12
* Fix a misleading comment.Akira Hatanaka2012-05-11
* Make register FP allocatable if the compiled function does not have dynamicAkira Hatanaka2012-05-09
* This patch fixes a problem which arose when using the Post-RA schedulerPreston Gurd2012-04-23
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Turn on post register allocation scheduler.Akira Hatanaka2012-03-28
* Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka2012-03-28
* Remove trailing white space.Akira Hatanaka2012-03-27
* Reserve hardware registers.Akira Hatanaka2012-03-27
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* Use uint16_t to store registers and opcode in static tables in the target spe...Craig Topper2012-03-11
* Use uint16_t to store registers in callee saved register tables to reduce siz...Craig Topper2012-03-04
* Changes for migrating to using register mask operands.Akira Hatanaka2012-03-01