summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/SparcV9RegClassInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-201-397/+0
| | | | llvm-svn: 27885
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-12/+12
| | | | llvm-svn: 22520
* When compiled with GCC 4.0, a latent bug was exposed where both SparcV9Nate Begeman2005-06-121-6/+6
| | | | | | | | | and the target independant register allocator were both using a class named 'LiveRange'. This lead to the target independant code calling code in the SparcV9 backend, which crashed. Fixed by renaming SparcV9's LiveRange to V9LiveRange. llvm-svn: 22208
* Remove trailing whitespaceMisha Brukman2005-04-211-45/+45
| | | | llvm-svn: 21425
* Get rid of calls to void llvm::printSet(const ValueSet &).Brian Gaeke2004-07-291-9/+8
| | | | | | Use LiveRange's iterator types and operations instead of ValueSet's. llvm-svn: 15321
* Remove mustSaveAcrossCalls flag, which isn't ever read, and its mutator,Brian Gaeke2004-07-291-2/+0
| | | | | | markForSaveAcrossCalls. llvm-svn: 15317
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
| | | | llvm-svn: 14622
* Fix file header comments and include guards -- many files have been moved orBrian Gaeke2004-04-251-2/+4
| | | | | | | renamed since they were last spiffed up, or they just never had proper comments in the first place. llvm-svn: 13148
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-0/+397
llvm-svn: 11826
OpenPOWER on IntegriCloud