index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86RegisterInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix naming inconsistency.
Evan Cheng
2007-01-02
1
-5
/
+5
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-1
/
+3
*
Committing X86-64 support.
Evan Cheng
2006-09-08
1
-1
/
+17
*
Fix a long-standing wart in the code generator: two-address instruction lowering
Chris Lattner
2006-09-05
1
-4
/
+4
*
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
Evan Cheng
2006-05-18
1
-4
/
+12
*
Better implementation of truncate. ISel matches it to a pseudo instruction
Evan Cheng
2006-05-05
1
-0
/
+5
*
Foundation for call frame information.
Jim Laskey
2006-04-07
1
-0
/
+1
*
Expose base register for DwarfWriter. Refactor code accordingly.
Jim Laskey
2006-03-28
1
-2
/
+2
*
Add support to locate local variables in frames (early version.)
Jim Laskey
2006-03-23
1
-0
/
+3
*
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...
Chris Lattner
2006-02-02
1
-4
/
+0
*
add a method
Chris Lattner
2006-02-02
1
-0
/
+1
*
Pass extra regclasses into spilling code
Chris Lattner
2005-09-30
1
-2
/
+4
*
Implement the isLoadFromStackSlot interface
Chris Lattner
2005-09-19
1
-0
/
+3
*
The simple isel being gone makes this dead!
Chris Lattner
2005-08-19
1
-1
/
+0
[next]