aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/PBQP/Graph.h
AgeCommit message (Expand)Author
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-23Use ilist rather than std::list for Node and Edge lists in the PBQP graph. ThisLang Hames
2012-03-26Add a debug option to dump PBQP graphs during register allocation.Lang Hames
2011-04-23Remove unused STL header includes.Jay Foad
2010-09-18Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames