summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/PBQP/Graph.h
Commit message (Expand)AuthorAge
* include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]NAKAMURA Takumi2013-11-09
* Fix whitespace.NAKAMURA Takumi2013-11-09
* Re-apply r194300 with fixes for warnings.Lang Hames2013-11-09
* Revert r194300 which broke the build.Nick Lewycky2013-11-09
* Rewrite the PBQP graph data structure.Lang Hames2013-11-09
* Fix PBQP graph iterator typedefs.Lang Hames2013-05-16
* 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
* Add a debug option to dump PBQP graphs during register allocation.Lang Hames2012-03-26
* Remove unused STL header includes.Jay Foad2011-04-23
* Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames2010-09-18