summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha/AlphaMachineFunctionInfo.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Alpha backend.Dan Gohman2011-10-271-62/+0
| | | | llvm-svn: 143164
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-2/+16
| | | | | | MachineFunctionInfo subclasses. llvm-svn: 101634
* Add explicit keywords.Dan Gohman2009-06-051-2/+2
| | | | llvm-svn: 72969
* Convert Alpha and Mips to use a MachineFunctionInfo subclass toDan Gohman2009-06-031-0/+48
carry GlobalBaseReg, and GlobalRetAddr too in Alpha's case. This eliminates the need for them to search through the MachineRegisterInfo livein list in order to identify these virtual registers. EmitLiveInCopies is now the only user of the virtual register portion of MachineRegisterInfo's livein data. llvm-svn: 72802
OpenPOWER on IntegriCloud