| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | For now, don't split live intervals around x87 stack register barriers. FpGET... | Evan Cheng | 2008-10-27 | 1 | -0/+4 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -1/+1 |
* | Eastimate required stack alignment early, so we can decide, whether we will n... | Anton Korobeynikov | 2008-04-23 | 1 | -0/+2 |
* | Provide convenient helpers for some operations | Anton Korobeynikov | 2008-04-23 | 1 | -0/+5 |
* | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray | 2008-04-16 | 1 | -1/+1 |
* | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 1 | -3/+0 |
* | Add information about callee-saved registers on Win64 | Anton Korobeynikov | 2008-03-22 | 1 | -0/+4 |
* | Recommitting parts of r48130. These do not appear to cause the observed failu... | Christopher Lamb | 2008-03-11 | 1 | -0/+9 |
* | Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests. | Evan Cheng | 2008-03-10 | 1 | -9/+0 |
* | Allow insert_subreg into implicit, target-specific values. | Christopher Lamb | 2008-03-10 | 1 | -0/+9 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 |
* | Avoid needlessly casting away const qualifiers. | Dan Gohman | 2008-02-08 | 1 | -1/+1 |
* | Frame index can be negative. | Evan Cheng | 2008-02-02 | 1 | -1/+1 |
* | Add x86 specific getFrameIndexOffset(). This fixes local variable debugging i... | Evan Cheng | 2008-01-31 | 1 | -0/+1 |
* | Provide correct DWARF register numbering for debug information emission on x8... | Anton Korobeynikov | 2008-01-25 | 1 | -1/+1 |
* | Move even more functionality from MRegisterInfo into TargetInstrInfo. | Owen Anderson | 2008-01-07 | 1 | -55/+0 |
* | Move some more functionality from MRegisterInfo to TargetInstrInfo. | Owen Anderson | 2008-01-04 | 1 | -9/+1 |
* | Move some more instruction creation methods from RegisterInfo into InstrInfo. | Owen Anderson | 2008-01-01 | 1 | -26/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether | Evan Cheng | 2007-12-05 | 1 | -7/+5 |
* | Remove redundant foldMemoryOperand variants and other code clean up. | Evan Cheng | 2007-12-02 | 1 | -16/+3 |
* | Allow some reloads to be folded in multi-use cases. Specifically testl r, r -... | Evan Cheng | 2007-12-01 | 1 | -0/+13 |
* | Add parameter to getDwarfRegNum to permit targets | Dale Johannesen | 2007-11-13 | 1 | -1/+1 |
* | Use TableGen to emit information for dwarf register numbers. | Anton Korobeynikov | 2007-11-11 | 1 | -0/+8 |
* | Interchange Dwarf numbers of ESP and EBP on x86 Darwin. | Dale Johannesen | 2007-11-07 | 1 | -0/+4 |
* | Use movups to spill / restore SSE registers on targets where stacks alignment is | Evan Cheng | 2007-11-05 | 1 | -0/+4 |
* | Local spiller optimization: | Evan Cheng | 2007-10-19 | 1 | -2/+9 |
* | - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o... | Evan Cheng | 2007-10-18 | 1 | -2/+8 |
* | Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p... | Evan Cheng | 2007-10-18 | 1 | -6/+6 |
* | Fix a typo | Christopher Lamb | 2007-10-18 | 1 | -1/+1 |
* | Change unfoldMemoryOperand(). User is now responsible for passing in the | Evan Cheng | 2007-10-13 | 1 | -1/+1 |
* | Added storeRegToAddr, loadRegFromAddr, and unfoldMemoryOperand's. | Evan Cheng | 2007-10-05 | 1 | -1/+21 |
* | Refactor code to add load / store folded instructions -> register only | Evan Cheng | 2007-10-01 | 1 | -0/+18 |
* | - Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher... | Evan Cheng | 2007-09-26 | 1 | -0/+3 |
* | Allow copyRegToReg to emit cross register classes copies. | Evan Cheng | 2007-09-26 | 1 | -1/+2 |
* | Added support to fold X86 load / store instructions. This allow rematerialize... | Evan Cheng | 2007-08-30 | 1 | -0/+13 |
* | Move getX86RegNum into X86RegisterInfo and use it | Duncan Sands | 2007-08-29 | 1 | -0/+12 |
* | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 1 | -2/+2 |
* | Only adjust esp around calls in presence of alloca. | Evan Cheng | 2007-07-19 | 1 | -0/+2 |
* | Use push / pop for prologues and epilogues. | Evan Cheng | 2007-07-17 | 1 | -0/+8 |
* | Long live the exception handling! | Anton Korobeynikov | 2007-07-14 | 1 | -2/+3 |
* | eliminateFrameIndex() change. | Evan Cheng | 2007-05-01 | 1 | -1/+1 |
* | Added MRegisterInfo hook to re-materialize an instruction. | Evan Cheng | 2007-03-20 | 1 | -0/+3 |
* | PEI now passes a RegScavenger ptr to eliminateFrameIndex. | Evan Cheng | 2007-02-28 | 1 | -1/+2 |
* | Support to provide exception and selector registers. | Jim Laskey | 2007-02-21 | 1 | -0/+4 |
* | Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. | Evan Cheng | 2007-02-19 | 1 | -0/+6 |
* | For PR1207: | Reid Spencer | 2007-02-19 | 1 | -6/+0 |
* | Added getReservedRegs(). | Evan Cheng | 2007-02-17 | 1 | -0/+6 |
* | Call frames for intel. | Jim Laskey | 2007-01-24 | 1 | -0/+1 |
* | hasFP() is now a virtual method of MRegisterInfo. | Evan Cheng | 2007-01-23 | 1 | -0/+2 |