aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/SparcV9RegInfo.h
AgeCommit message (Expand)Author
2004-04-23Fix a typo.Brian Gaeke
2004-04-23Merge TargetRegInfo.h into SparcV9RegInfo.h, which is its only subclass.Brian Gaeke
2004-04-19Regularize include guards and remove some excess whitespace.Brian Gaeke
2004-02-25Great renaming: Sparc --> SparcV9Brian Gaeke
2004-02-13Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos
2004-01-15Include TargetRegInfo.h and declare SparcTargetMachine forward, to make thisBrian Gaeke
2003-12-17Reorganized the Sparc backend to be more modular -- each differentMisha Brukman
2001-10-22UNUSED.Vikram S. Adve
2001-09-18Renamed a header file.Vikram S. Adve
2001-09-15added register allocation codeRuchira Sasanka
2001-09-14Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner
2001-09-14Make a new llvm/Target #include directory.Chris Lattner
2001-09-14Move files to new sparc directoryChris Lattner