aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/PBQP/Graph.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-68/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-42/+143
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-300/+464
* include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]NAKAMURA Takumi2013-11-091-19/+19
* Fix whitespace.NAKAMURA Takumi2013-11-091-11/+11
* Re-apply r194300 with fixes for warnings.Lang Hames2013-11-091-177/+189
* Revert r194300 which broke the build.Nick Lewycky2013-11-091-188/+158
* Rewrite the PBQP graph data structure.Lang Hames2013-11-091-158/+188
* Fix PBQP graph iterator typedefs.Lang Hames2013-05-161-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Use ilist rather than std::list for Node and Edge lists in the PBQP graph. ThisLang Hames2012-10-231-8/+13
* Add a debug option to dump PBQP graphs during register allocation.Lang Hames2012-03-261-0/+37
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames2010-09-181-0/+425