aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-1/+1
* Position Independent Code (PIC) support [3]Bruno Cardoso Lopes2007-10-093-20/+51
* Position Independent Code (PIC) support [2]Bruno Cardoso Lopes2007-10-093-10/+32
* Position Independent Code (PIC) support [1]Bruno Cardoso Lopes2007-10-092-18/+44
* - Added a few target hooks to generate load / store instructions from / to anyEvan Cheng2007-10-052-0/+51
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-262-3/+10
* More explicit keywords.Dan Gohman2007-09-251-1/+1
* Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes2007-09-243-6/+25
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-111-2/+4
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-2/+0
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-1/+2
* Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng2007-08-301-0/+5
* Added method to get Mips register numbersBruno Cardoso Lopes2007-08-283-61/+113
* Changed stack allocation On LowerFORMAL_ARGUMENTS.Bruno Cardoso Lopes2007-08-281-20/+29
* Mask directive completed with CalleeSave infoBruno Cardoso Lopes2007-08-282-73/+111
* Added methods to record SPOffsets from LowerFORMAL_ARGUMENTSBruno Cardoso Lopes2007-08-281-3/+53
* InlineAsm asm support for integer registers addedBruno Cardoso Lopes2007-08-212-0/+81
* Instruction Itinerary attribution fixedBruno Cardoso Lopes2007-08-211-0/+1
* MipsHi now has ouput flagBruno Cardoso Lopes2007-08-181-91/+185
* Fixed stack frame addressing bugBruno Cardoso Lopes2007-08-181-8/+8
* support for Schedule included on Mips.tdBruno Cardoso Lopes2007-08-182-28/+15
* Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddressBruno Cardoso Lopes2007-08-182-17/+11
* Couple of small changes. Delay Slot handle header declared. Bruno Cardoso Lopes2007-08-182-2/+3
* Added InstrItinClass support for instruction formatsBruno Cardoso Lopes2007-08-181-9/+10
* Branch Analysis and InsertNoop inserted into header filesBruno Cardoso Lopes2007-08-181-2/+36
* createMipsDelaySlotFillerPass added to mips codegen runtime Bruno Cardoso Lopes2007-08-181-2/+2
* Added Branch Analysis support Bruno Cardoso Lopes2007-08-181-5/+234
* LowerRETURNADDR removed since it was wrong and does not have utility yet!Bruno Cardoso Lopes2007-08-181-2/+3
* InstrItineraryData support on added.Bruno Cardoso Lopes2007-08-181-2/+8
* A Pass to insert Nops on intructions with DelaySlotBruno Cardoso Lopes2007-08-181-0/+77
* Mips generic fallback instruction schedule support!Bruno Cardoso Lopes2007-08-181-0/+63
* More explicit keywords.Dan Gohman2007-08-021-1/+1
* Support for trampolines, except for X86 codegen which isDuncan Sands2007-07-271-0/+2
* Don't ignore the return value of AsmPrinter::doInitialization andDan Gohman2007-07-251-2/+1
* No more noResults.Evan Cheng2007-07-211-4/+4
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-194-41/+66
* Added support for Mips specific GAS directivesBruno Cardoso Lopes2007-07-112-20/+159
* Added support for framepointerBruno Cardoso Lopes2007-07-111-28/+162
* Now that stack is represented the right way, LOA starts at 0Bruno Cardoso Lopes2007-07-111-6/+7
* Fixed AddLiveOut issuesBruno Cardoso Lopes2007-07-111-42/+72
* Removed unused immediate PatLeaf, fixed lui instructionBruno Cardoso Lopes2007-07-111-12/+13
* Added MipsMachineFunction class, to hold Mips dinamic stack info when inserti...Bruno Cardoso Lopes2007-07-111-0/+54
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-112-0/+9
* The various "getModuleMatchQuality" implementations should returnChris Lattner2007-07-091-3/+4
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-0621-0/+2788