aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/PBQP
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-232-70/+35
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-026-526/+248
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-293-7/+7
* Update to LLVM 3.5a.Stephen Hines2014-04-249-1880/+1558
* include/llvm/CodeGen/PBQP: Update @param(s) in comments. [-Wdocumentation]NAKAMURA Takumi2013-11-095-48/+48
* Fix whitespace.NAKAMURA Takumi2013-11-094-41/+41
* Re-apply r194300 with fixes for warnings.Lang Hames2013-11-095-414/+427
* Revert r194300 which broke the build.Nick Lewycky2013-11-095-426/+395
* Rewrite the PBQP graph data structure.Lang Hames2013-11-095-395/+426
* Fix PBQP graph iterator typedefs.Lang Hames2013-05-161-4/+4
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-1/+1
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-034-6/+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
* Fix a stub signature. HeuristicReduce should return a bool.Lang Hames2012-08-231-1/+2
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-1/+1
* Matrix simplification in PBQP may push infinite costs onto register options.Lang Hames2012-04-031-0/+6
* Add a debug option to dump PBQP graphs during register allocation.Lang Hames2012-03-261-0/+37
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-7/+7
* Remove unused STL header includes.Jay Foad2011-04-232-2/+0
* Added an additional PBQP problem builder which adds coalescing costs (both be...Lang Hames2010-09-211-2/+6
* Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames2010-09-186-0/+2129