aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/PBQP
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
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-08-23Fix a stub signature. HeuristicReduce should return a bool.Lang Hames
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-04-03Matrix simplification in PBQP may push infinite costs onto register options.Lang Hames
2012-03-26Add a debug option to dump PBQP graphs during register allocation.Lang Hames
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2011-04-23Remove unused STL header includes.Jay Foad
2010-09-21Added an additional PBQP problem builder which adds coalescing costs (both be...Lang Hames
2010-09-18Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames