summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/PBQP
Commit message (Expand)AuthorAge
* Function defined in a header should be inline. Found by modules build.Richard Smith2014-04-24
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* 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
* Deleted copy-constructor/copy-assignment broke a buildbot. Removing while ILang Hames2014-03-17
* Rename PBQP RegAllocSolver local variables to conform to LLVM coding style.Lang Hames2014-03-17
* Remove unused typedefTimur Iskhodzhanov2014-03-04
* Fix gcc -Wunused-but-set-variable warning.Patrik Hagglund2014-03-04
* 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
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* 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