aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc/RegClass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-031-1/+1
* Include SparcV9RegInfo.h instead of TargetRegInfo.h.Brian Gaeke2004-04-231-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+3
* * Eliminate `using' directiveMisha Brukman2003-10-231-49/+24
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fixed spelling and grammar.Misha Brukman2003-09-111-4/+4
* Move IGNode from public include directory to here. Minor cleanups like addin...Chris Lattner2003-09-011-14/+13
* (1) Change the way unused regs. are marked and found to consider regTypeVikram S. Adve2003-07-251-24/+24
* Move headers aroundChris Lattner2003-01-151-1/+1
* #include RegClass.h explicitlyChris Lattner2003-01-151-1/+1
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-291-1/+1
* Add #includes that were eliminated from headersChris Lattner2002-10-291-0/+10
* Ensure definate initializationChris Lattner2002-10-221-1/+1
* Break RA_DEBUG option into several levels to get better control overVikram S. Adve2002-09-141-7/+14
* Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner2002-05-231-5/+4
* Numerous bug fixes:Vikram S. Adve2002-05-191-0/+16
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+1
* Only emit message if DEBUG_RA is onChris Lattner2002-04-151-6/+6
* s/method/functionChris Lattner2002-04-081-3/+3
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-12/+13
* Fixed a bug in spill cost estimationRuchira Sasanka2002-01-081-4/+6
* PhyRegAlloc.cpp: Added temp area resetting before every callRuchira Sasanka2002-01-071-1/+1
* Added destructors and comments.Ruchira Sasanka2002-01-071-22/+54
* Changed code to ignore Phi Nodes in PhyRegAllocRuchira Sasanka2001-11-101-0/+2
* Fixed bug - added code in pushUnconstrainedIGNodes() to check whether a nodeRuchira Sasanka2001-11-061-8/+17
* Bug fix: uninitialized variable.Vikram S. Adve2001-11-061-5/+5
* Added support for caller savingRuchira Sasanka2001-10-161-11/+11
* Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner2001-10-151-11/+11
* fixed printing messagesRuchira Sasanka2001-09-151-21/+8
* *** empty log message ***Ruchira Sasanka2001-09-141-0/+202