aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/IGNode.h
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* Use C++ style comments instead of C-styleMisha Brukman
2003-10-21Added LLVM copyright notice.John Criswell
2003-10-15#include vector which we will need here soonChris Lattner
2003-09-24Remove some unused methods of class IGNode.Brian Gaeke
2003-09-21Standardize the names of include guards.Brian Gaeke
2003-09-01LiveRange.h is now in lib/CodeGen/RegAllocChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2002-10-29Remove forward declChris Lattner
2002-09-20Add method IGNode::getCombinedDegree to count the sum of the degreesVikram S. Adve
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-02-05Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner
2002-02-05* Code Cleanups of IGNode.hChris Lattner
2002-02-04* Minor cleanupsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2002-01-07Added comments, destructors where necessary.Ruchira Sasanka
2001-10-19Changed Call interference infoRuchira Sasanka
2001-09-07Add tags so emacs knows these are C++ filesChris Lattner
2001-08-31*** empty log message ***Ruchira Sasanka