summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/PBQP/Graph.h
Commit message (Expand)AuthorAge
* Fix some doc and comment typosAlp Toker2014-04-09
* [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to...Craig Topper2014-04-09
* [PBQP] Move invalid graph nodeId/edgeId methods into base class.Lang Hames2014-03-30
* PBQP: Minor cleanups to r204857David Blaikie2014-03-27
* Simplify PBQP graph removeAdjEdgeId implementation.Lang Hames2014-03-26
* Remove PBQP-cost dimension sanity assertion in PBQP::Graph::addConstructedEdge.Lang Hames2014-03-26
* Change the PBQP graph adjacency list structure from std::set to std::vector.Lang Hames2014-03-26
* PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumenta...NAKAMURA Takumi2014-03-04
* PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]NAKAMURA Takumi2014-03-04
* Re-apply r202551, which introduced new PBQP solver.Lang Hames2014-03-03
* Jumped the gun with r202551 and broke some bots that weren't yet C++11ified.Lang Hames2014-02-28
* New PBQP solver, and updates to the PBQP graph.Lang Hames2014-02-28
* Dereference the node iterator when dumping the PBQP graph structure in DOTLang Hames2013-11-21
* 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