summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/IGNode.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove forward declChris Lattner2002-10-291-1/+0
| | | | llvm-svn: 4376
* Add method IGNode::getCombinedDegree to count the sum of the degreesVikram S. Adve2002-09-201-0/+3
| | | | | | of two nodes, excluding duplicates. llvm-svn: 3848
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
| | | | llvm-svn: 2397
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-051-9/+9
| | | | | | return references instead of pointers. llvm-svn: 1719
* * Code Cleanups of IGNode.hChris Lattner2002-02-051-48/+22
| | | | | | * Removal of getTypeID() methods, and dependence on llvm/Type.h, from IGNode & LiveRange llvm-svn: 1717
* * Minor cleanupsChris Lattner2002-02-041-7/+7
| | | | | | | | * Reduce number of #includes, sometimes drastically (LiveRangeInfo.h lost _7_) * Move instrIsFeasible() from InstrScheduling.h to SchedPriorities.h * Delete blank lines at end of files llvm-svn: 1672
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-12/+1
| | | | llvm-svn: 1503
* Added comments, destructors where necessary.Ruchira Sasanka2002-01-071-19/+28
| | | | llvm-svn: 1491
* Changed Call interference infoRuchira Sasanka2001-10-191-2/+2
| | | | llvm-svn: 917
* Add tags so emacs knows these are C++ filesChris Lattner2001-09-071-1/+1
| | | | llvm-svn: 483
* *** empty log message ***Ruchira Sasanka2001-08-311-0/+152
llvm-svn: 412
OpenPOWER on IntegriCloud