summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcRegClassInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix more incestuous #includage.Chris Lattner2004-01-091-2/+2
* Reorganized the Sparc backend to be more modular -- each differentMisha Brukman2003-12-171-4/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix spelling.Misha Brukman2003-10-101-2/+2
* Fixed spelling.Misha Brukman2003-09-231-1/+1
* Fix assertion so it doesn't not trip incorrectly.Vikram S. Adve2003-09-211-4/+4
* IGNode got moved to lib/CodeGen/RegAllocChris Lattner2003-09-011-1/+1
* No longer include IGNode.h in the Sparc global headerChris Lattner2003-09-011-0/+14
* (1) Major fix to the way unused regs. are marked and found for the FPVikram S. Adve2003-07-251-17/+82
* Several fixes to handling of int CC register:Vikram S. Adve2003-07-101-20/+24
* Correction to last fix: Pointer types do not return true in Type::IsIntegral().Vikram S. Adve2003-07-061-6/+9
* Major bug fix though it happened rarely (only on a compare after anVikram S. Adve2003-07-061-0/+41
* Fixed `volatile' typo.Misha Brukman2003-05-211-1/+1
* Cleaned up code layout, spacing, etc. for readability purposes and to be moreMisha Brukman2003-05-211-59/+44
* Namespacified `vector' and `cerr' to always use the `std::' namespace.Misha Brukman2003-05-211-17/+21
* Move private header to private directoryChris Lattner2003-01-151-1/+1
* Remove unneccesary #includesChris Lattner2002-10-291-1/+0
* - Clean up interface to Sparc register handling a bit:Chris Lattner2002-08-121-10/+15
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-0/+1
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-231-6/+7
* Numerous bug fixes:Vikram S. Adve2002-05-191-38/+17
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+1
* * Code CleanupsChris Lattner2002-02-051-9/+8
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-5/+4
* * Minor cleanupsChris Lattner2002-02-041-63/+27
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-9/+10
* Added comments and correct logic for finding register sizes.Ruchira Sasanka2002-01-071-78/+73
* Added code so that colorIGNode does not unnecessarily reserve unusableRuchira Sasanka2001-10-191-7/+18
* Corrected call interference bug - suggested color not allocated ifRuchira Sasanka2001-10-191-14/+45
* Added support for condition code loading/stroing in methods cpReg2Reg etc.Ruchira Sasanka2001-10-181-2/+2
* Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner2001-10-151-4/+4
* added support for suggesting colorsRuchira Sasanka2001-09-301-36/+82
* -- ruchiraRuchira Sasanka2001-09-181-0/+238
OpenPOWER on IntegriCloud