aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/RegisterAllocation.h
AgeCommit message (Expand)Author
2003-08-14Factory methods for function passes now return type FunctionPass *.Brian Gaeke
2002-10-29Remove unneccesary #includeChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-02-04Convert RegisterAllocator interface to opaque pass type, so that users do notChris Lattner
2002-02-04Split RegisterAllocation stuff OUT of Sparc.cpp into a well defined passChris Lattner