aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips
AgeCommit message (Expand)Author
2007-10-14Revert 42908 for now.Evan Cheng
2007-10-12Change the names used for internal labels to use the currentDan Gohman
2007-10-09Position Independent Code (PIC) support [3]Bruno Cardoso Lopes
2007-10-09Position Independent Code (PIC) support [2]Bruno Cardoso Lopes
2007-10-09Position Independent Code (PIC) support [1]Bruno Cardoso Lopes
2007-10-05- Added a few target hooks to generate load / store instructions from / to anyEvan Cheng
2007-09-26Allow copyRegToReg to emit cross register classes copies.Evan Cheng
2007-09-25More explicit keywords.Dan Gohman
2007-09-24Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes
2007-09-11Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng
2007-09-11Fold the adjust_trampoline intrinsic intoDuncan Sands
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-08-30Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng
2007-08-28Added method to get Mips register numbersBruno Cardoso Lopes
2007-08-28Changed stack allocation On LowerFORMAL_ARGUMENTS.Bruno Cardoso Lopes
2007-08-28Mask directive completed with CalleeSave infoBruno Cardoso Lopes
2007-08-28Added methods to record SPOffsets from LowerFORMAL_ARGUMENTSBruno Cardoso Lopes
2007-08-21InlineAsm asm support for integer registers addedBruno Cardoso Lopes
2007-08-21Instruction Itinerary attribution fixedBruno Cardoso Lopes
2007-08-18MipsHi now has ouput flagBruno Cardoso Lopes
2007-08-18Fixed stack frame addressing bugBruno Cardoso Lopes
2007-08-18support for Schedule included on Mips.tdBruno Cardoso Lopes
2007-08-18Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddressBruno Cardoso Lopes
2007-08-18Couple of small changes. Delay Slot handle header declared. Bruno Cardoso Lopes
2007-08-18Added InstrItinClass support for instruction formatsBruno Cardoso Lopes
2007-08-18Branch Analysis and InsertNoop inserted into header filesBruno Cardoso Lopes
2007-08-18createMipsDelaySlotFillerPass added to mips codegen runtime Bruno Cardoso Lopes
2007-08-18Added Branch Analysis support Bruno Cardoso Lopes
2007-08-18LowerRETURNADDR removed since it was wrong and does not have utility yet!Bruno Cardoso Lopes
2007-08-18InstrItineraryData support on added.Bruno Cardoso Lopes
2007-08-18A Pass to insert Nops on intructions with DelaySlotBruno Cardoso Lopes
2007-08-18Mips generic fallback instruction schedule support!Bruno Cardoso Lopes
2007-08-02More explicit keywords.Dan Gohman
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-25Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman
2007-07-21No more noResults.Evan Cheng
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
2007-07-11Added support for Mips specific GAS directivesBruno Cardoso Lopes
2007-07-11Added support for framepointerBruno Cardoso Lopes
2007-07-11Now that stack is represented the right way, LOA starts at 0Bruno Cardoso Lopes
2007-07-11Fixed AddLiveOut issuesBruno Cardoso Lopes
2007-07-11Removed unused immediate PatLeaf, fixed lui instructionBruno Cardoso Lopes
2007-07-11Added MipsMachineFunction class, to hold Mips dinamic stack info when inserti...Bruno Cardoso Lopes
2007-07-11Assert when TLS is not implemented.Lauro Ramos Venancio
2007-07-09The various "getModuleMatchQuality" implementations should returnChris Lattner
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes