summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/PBQP
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use ilist rather than std::list for Node and Edge lists in the PBQP graph. ThisLang Hames2012-10-23
* Fix a stub signature. HeuristicReduce should return a bool.Lang Hames2012-08-23
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* Matrix simplification in PBQP may push infinite costs onto register options.Lang Hames2012-04-03
* Add a debug option to dump PBQP graphs during register allocation.Lang Hames2012-03-26
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Remove unused STL header includes.Jay Foad2011-04-23
* Added an additional PBQP problem builder which adds coalescing costs (both be...Lang Hames2010-09-21
* Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames2010-09-18