aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/RegClass.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-21Added LLVM copyright notice.John Criswell
2003-09-21Standardize the names of include guards.Brian Gaeke
2003-08-21The word `dependent' has no `a'.Misha Brukman
2003-07-25(1) Change the way unused regs. are marked and found to consider regTypeVikram S. Adve
2003-01-15Move headers aroundChris Lattner
2002-12-29More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner
2002-10-29De-inline methodsChris Lattner
2002-05-23Convert RegClass::IsColorUsedArr from a dynamically allocated array toChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-08s/Method/FunctionChris 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-28Added support for spillingRuchira Sasanka
2001-10-15Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...Chris Lattner
2001-09-18Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve
2001-09-15--reg alloc code addedRuchira Sasanka
2001-09-14Split Target/Machine.h into three files:Chris Lattner
2001-09-14Make a new llvm/Target #include directory.Chris Lattner
2001-09-08Committed for compliation. Not yet final.Ruchira Sasanka