Correction to last fix: Pointer types do not return true in Type::IsIntegral().
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9RegClassInfo.cpp
2003-07-06 Vikram S. AdveCorrection to last fix: Pointer types do not return...
2003-07-06 Vikram S. AdveMajor bug fix though it happened rarely (only on a...
2003-05-21 Misha BrukmanFixed `volatile' typo.
2003-05-21 Misha BrukmanCleaned up code layout, spacing, etc. for readability...
2003-05-21 Misha BrukmanNamespacified `vector' and `cerr' to always use the...
2003-01-15 Chris LattnerMove private header to private directory
2002-10-29 Chris LattnerRemove unneccesary #includes
2002-08-12 Chris Lattner - Clean up interface to Sparc register handling a...
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-05-23 Chris LattnerConvert RegClass::IsColorUsedArr from a dynamically...
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-04 Chris Lattner* Minor cleanups
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded comments and correct logic for finding register...
2001-10-19 Ruchira SasankaAdded code so that colorIGNode does not unnecessarily...
2001-10-19 Ruchira SasankaCorrected call interference bug - suggested color not...
2001-10-18 Ruchira SasankaAdded support for condition code loading/stroing in...
2001-10-15 Chris LattnerOutput to cerr rather than cout so that debug info...
2001-09-30 Ruchira Sasankaadded support for suggesting colors
2001-09-18 Ruchira Sasanka-- ruchira