| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 2 | -3/+10 |
| * | More explicit keywords. | Dan Gohman | 2007-09-25 | 1 | -1/+1 |
| * | Added "LoadEffective" pattern to handle stack locations. | Bruno Cardoso Lopes | 2007-09-24 | 3 | -6/+25 |
| * | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng | 2007-09-11 | 1 | -2/+4 |
| * | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -2/+0 |
| * | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 1 | -1/+2 |
| * | Add a variant of foldMemoryOperand to fold any load / store, not just load / ... | Evan Cheng | 2007-08-30 | 1 | -0/+5 |
| * | Added method to get Mips register numbers | Bruno Cardoso Lopes | 2007-08-28 | 3 | -61/+113 |
| * | Changed stack allocation On LowerFORMAL_ARGUMENTS. | Bruno Cardoso Lopes | 2007-08-28 | 1 | -20/+29 |
| * | Mask directive completed with CalleeSave info | Bruno Cardoso Lopes | 2007-08-28 | 2 | -73/+111 |
| * | Added methods to record SPOffsets from LowerFORMAL_ARGUMENTS | Bruno Cardoso Lopes | 2007-08-28 | 1 | -3/+53 |
| * | InlineAsm asm support for integer registers added | Bruno Cardoso Lopes | 2007-08-21 | 2 | -0/+81 |
| * | Instruction Itinerary attribution fixed | Bruno Cardoso Lopes | 2007-08-21 | 1 | -0/+1 |
| * | MipsHi now has ouput flag | Bruno Cardoso Lopes | 2007-08-18 | 1 | -91/+185 |
| * | Fixed stack frame addressing bug | Bruno Cardoso Lopes | 2007-08-18 | 1 | -8/+8 |
| * | support for Schedule included on Mips.td | Bruno Cardoso Lopes | 2007-08-18 | 2 | -28/+15 |
| * | Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddress | Bruno Cardoso Lopes | 2007-08-18 | 2 | -17/+11 |
| * | Couple of small changes. Delay Slot handle header declared. | Bruno Cardoso Lopes | 2007-08-18 | 2 | -2/+3 |
| * | Added InstrItinClass support for instruction formats | Bruno Cardoso Lopes | 2007-08-18 | 1 | -9/+10 |
| * | Branch Analysis and InsertNoop inserted into header files | Bruno Cardoso Lopes | 2007-08-18 | 1 | -2/+36 |
| * | createMipsDelaySlotFillerPass added to mips codegen runtime | Bruno Cardoso Lopes | 2007-08-18 | 1 | -2/+2 |
| * | Added Branch Analysis support | Bruno Cardoso Lopes | 2007-08-18 | 1 | -5/+234 |
| * | LowerRETURNADDR removed since it was wrong and does not have utility yet! | Bruno Cardoso Lopes | 2007-08-18 | 1 | -2/+3 |
| * | InstrItineraryData support on added. | Bruno Cardoso Lopes | 2007-08-18 | 1 | -2/+8 |
| * | A Pass to insert Nops on intructions with DelaySlot | Bruno Cardoso Lopes | 2007-08-18 | 1 | -0/+77 |
| * | Mips generic fallback instruction schedule support! | Bruno Cardoso Lopes | 2007-08-18 | 1 | -0/+63 |
| * | More explicit keywords. | Dan Gohman | 2007-08-02 | 1 | -1/+1 |
| * | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+2 |
| * | Don't ignore the return value of AsmPrinter::doInitialization and | Dan Gohman | 2007-07-25 | 1 | -2/+1 |
| * | No more noResults. | Evan Cheng | 2007-07-21 | 1 | -4/+4 |
| * | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 4 | -41/+66 |
| * | Added support for Mips specific GAS directives | Bruno Cardoso Lopes | 2007-07-11 | 2 | -20/+159 |
| * | Added support for framepointer | Bruno Cardoso Lopes | 2007-07-11 | 1 | -28/+162 |
| * | Now that stack is represented the right way, LOA starts at 0 | Bruno Cardoso Lopes | 2007-07-11 | 1 | -6/+7 |
| * | Fixed AddLiveOut issues | Bruno Cardoso Lopes | 2007-07-11 | 1 | -42/+72 |
| * | Removed unused immediate PatLeaf, fixed lui instruction | Bruno Cardoso Lopes | 2007-07-11 | 1 | -12/+13 |
| * | Added MipsMachineFunction class, to hold Mips dinamic stack info when inserti... | Bruno Cardoso Lopes | 2007-07-11 | 1 | -0/+54 |
| * | Assert when TLS is not implemented. | Lauro Ramos Venancio | 2007-07-11 | 2 | -0/+9 |
| * | The various "getModuleMatchQuality" implementations should return | Chris Lattner | 2007-07-09 | 1 | -3/+4 |
| * | Initial Mips support, here we go! =) | Bruno Cardoso Lopes | 2007-06-06 | 21 | -0/+2788 |