aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/SparcV9RegClassInfo.cpp
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-06-12When compiled with GCC 4.0, a latent bug was exposed where both SparcV9Nate Begeman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-07-29Get rid of calls to void llvm::printSet(const ValueSet &).Brian Gaeke
2004-07-29Remove mustSaveAcrossCalls flag, which isn't ever read, and its mutator,Brian Gaeke
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-04-25Fix file header comments and include guards -- many files have been moved orBrian Gaeke
2004-02-25Great renaming: Sparc --> SparcV9Brian Gaeke
2004-01-09Fix more incestuous #includage.Chris Lattner
2003-12-17Reorganized the Sparc backend to be more modular -- each differentMisha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-09-23Fixed spelling.Misha Brukman
2003-09-21Fix assertion so it doesn't not trip incorrectly.Vikram S. Adve
2003-09-01IGNode got moved to lib/CodeGen/RegAllocChris Lattner
2003-09-01No longer include IGNode.h in the Sparc global headerChris Lattner
2003-07-25(1) Major fix to the way unused regs. are marked and found for the FPVikram S. Adve
2003-07-10Several fixes to handling of int CC register:Vikram S. Adve
2003-07-06Correction to last fix: Pointer types do not return true in Type::IsIntegral().Vikram S. Adve
2003-07-06Major bug fix though it happened rarely (only on a compare after anVikram S. Adve
2003-05-21Fixed `volatile' typo.Misha Brukman
2003-05-21Cleaned up code layout, spacing, etc. for readability purposes and to be moreMisha Brukman
2003-05-21Namespacified `vector' and `cerr' to always use the `std::' namespace.Misha Brukman
2003-01-15Move private header to private directoryChris Lattner
2002-10-29Remove unneccesary #includesChris Lattner
2002-08-12 - Clean up interface to Sparc register handling a bit:Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-05-23Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner
2002-05-19Numerous bug fixes:Vikram S. Adve
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-02-05* Code CleanupsChris Lattner
2002-02-05* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner
2002-02-04* Minor cleanupsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2002-01-07Added comments and correct logic for finding register sizes.Ruchira Sasanka
2001-10-19Added code so that colorIGNode does not unnecessarily reserve unusableRuchira Sasanka
2001-10-19Corrected call interference bug - suggested color not allocated ifRuchira Sasanka
2001-10-18Added support for condition code loading/stroing in methods cpReg2Reg etc.Ruchira Sasanka
2001-10-15Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner
2001-09-30added support for suggesting colorsRuchira Sasanka
2001-09-18-- ruchiraRuchira Sasanka