| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove redundant foldMemoryOperand variants and other code clean up. | Evan Cheng | 2007-12-02 | 2 | -16/+9 |
* | Allow some reloads to be folded in multi-use cases. Specifically testl r, r -... | Evan Cheng | 2007-12-01 | 2 | -7/+15 |
* | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen | 2007-11-13 | 2 | -2/+2 |
* | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling | 2007-11-13 | 1 | -5/+5 |
* | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 2 | -13/+14 |
* | Added JumpTable support | Bruno Cardoso Lopes | 2007-11-12 | 6 | -34/+142 |
* | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov | 2007-11-11 | 3 | -32/+40 |
* | Better processor definition | Bruno Cardoso Lopes | 2007-11-06 | 2 | -3/+5 |
* | Added support for PIC code with "explicit relocations" *only*. | Bruno Cardoso Lopes | 2007-11-05 | 9 | -104/+215 |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 1 | -2/+2 |
* | clo/clz aren't supported on mips I. Keep them around for when we'll | Eric Christopher | 2007-10-26 | 1 | -105/+107 |
* | - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o... | Evan Cheng | 2007-10-18 | 2 | -4/+4 |
* | Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p... | Evan Cheng | 2007-10-18 | 2 | -8/+8 |
* | Revert 42908 for now. | Evan Cheng | 2007-10-14 | 1 | -1/+1 |
* | Change the names used for internal labels to use the current | Dan Gohman | 2007-10-12 | 1 | -1/+1 |
* | Position Independent Code (PIC) support [3] | Bruno Cardoso Lopes | 2007-10-09 | 3 | -20/+51 |
* | Position Independent Code (PIC) support [2] | Bruno Cardoso Lopes | 2007-10-09 | 3 | -10/+32 |
* | Position Independent Code (PIC) support [1] | Bruno Cardoso Lopes | 2007-10-09 | 2 | -18/+44 |
* | - Added a few target hooks to generate load / store instructions from / to any | Evan Cheng | 2007-10-05 | 2 | -0/+51 |
* | 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 |