aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/RegClass.cpp
AgeCommit message (Expand)Author
2004-01-09Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specificChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-23* Eliminate `using' directiveMisha Brukman
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-09-01Move IGNode from public include directory to here. Minor cleanups like addin...Chris Lattner
2003-07-25(1) Change the way unused regs. are marked and found to consider regTypeVikram S. Adve
2003-01-15Move headers aroundChris Lattner
2003-01-15#include RegClass.h explicitlyChris Lattner
2002-12-29More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner
2002-10-29Add #includes that were eliminated from headersChris Lattner
2002-10-22Ensure definate initializationChris Lattner
2002-09-14Break RA_DEBUG option into several levels to get better control overVikram S. Adve
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-04-15Only emit message if DEBUG_RA is onChris Lattner
2002-04-08s/method/functionChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2002-01-08Fixed a bug in spill cost estimationRuchira Sasanka
2002-01-07PhyRegAlloc.cpp: Added temp area resetting before every callRuchira Sasanka
2002-01-07Added destructors and comments.Ruchira Sasanka
2001-11-10Changed code to ignore Phi Nodes in PhyRegAllocRuchira Sasanka
2001-11-06Fixed bug - added code in pushUnconstrainedIGNodes() to check whether a nodeRuchira Sasanka
2001-11-06Bug fix: uninitialized variable.Vikram S. Adve
2001-10-16Added support for caller savingRuchira Sasanka
2001-10-15Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner
2001-09-15fixed printing messagesRuchira Sasanka
2001-09-14*** empty log message ***Ruchira Sasanka