Age | Commit message (Expand) | Author |
2013-03-29 | [mips] Define overloaded versions of storeRegToStack and loadRegFromStack. | Akira Hatanaka |
2013-03-01 | [mips] Define an overloaded version of function MipsInstrInfo::AnalyzeBranchAdd. | 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 |
2012-06-14 | Define function MipsInstrInfo::GetInstSizeInBytes, which will be called to | Akira Hatanaka |
2012-05-25 | Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo. | Akira Hatanaka |
2012-03-17 | Reorder includes in Target backends to following coding standards. Remove som... | Craig Topper |
2012-02-28 | remove blanks, and some code format | Jia Liu |
2012-02-24 | Add an option to use a virtual register as the global base register instead of | Akira Hatanaka |
2011-12-12 | Emit B (unconditional branch) when -relocation-model=pic and J (jump) when | Akira Hatanaka |
2011-11-11 | Mips MC object code emission improvements: | Bruno Cardoso Lopes |
2011-10-11 | Simplify and update functions storeRegToStackSlot and loadRegFromStackSlot. | Akira Hatanaka |
2011-09-22 | Add enums and functions for symbols Mips64 uses. | Akira Hatanaka |
2011-09-14 | One more patch towards JIT support for Mips. | Bruno Cardoso Lopes |
2011-07-07 | Lower MachineInstr to MC Inst and print to .s files. | Akira Hatanaka |
2011-07-01 | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng |
2011-07-01 | Improve Mips back-end's handling of DBG_VALUE. | Akira Hatanaka |
2011-05-31 | This patch implements the thread local storage. Implemented are General | Bruno Cardoso Lopes |
2011-04-15 | Reverse unnecessary changes made in r129606 and r129608. There is no change i... | Akira Hatanaka |
2011-04-15 | Fix lines that have incorrect indentation or exceed 80 columns. There is no c... | Akira Hatanaka |
2011-04-01 | Simplifies logic for printing target flags. | Akira Hatanaka |
2011-04-01 | Add code for analyzing FP branches. Clean up branch Analysis functions. | Akira Hatanaka |
2011-03-31 | Added support for FP conditional move instructions and fixed bugs in handling... | Akira Hatanaka |
2011-03-04 | Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H... | Bruno Cardoso Lopes |
2010-07-16 | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen |
2010-07-11 | RISC architectures get their memory operand folding for free. | Jakob Stoklund Olesen |
2010-07-11 | Replace copyRegToReg with copyPhysReg for Mips. | Jakob Stoklund Olesen |
2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings |
2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
2010-05-06 | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng |
2009-12-05 | Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of | Dan Gohman |
2009-10-05 | Remove explicit enum integer values. They don't appear to be needed, and | Dan Gohman |
2009-09-01 | Reapply 80278 | Bruno Cardoso Lopes |
2009-08-27 | Revert 80278 for now, it caused a lot of MIPS tests to fail | Bruno Cardoso Lopes |
2009-08-27 | Revamp our friend Mips :) | Bruno Cardoso Lopes |
2009-07-24 | Remove unused member functions. | Eli Friedman |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-06-03 | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman |
2009-02-09 | Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty | Evan Cheng |
2009-01-20 | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng |
2008-12-03 | Split foldMemoryOperand into public non-virtual and protected virtual | Dan Gohman |
2008-11-18 | Add more const qualifiers. This fixes build breakage from r59540. | Dan Gohman |
2008-10-16 | Const-ify several TargetInstrInfo methods. | Dan Gohman |