aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PBQP/HeuristicSolver.h
AgeCommit message (Expand)Author
2010-09-02Added counters for PBQP reduction rules.Lang Hames
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-02-22Fix various doxygen warnings.Dan Gohman
2010-02-12* Updated the cost matrix normalization proceedure to better handle infinite ...Lang Hames
2010-02-10Fix "the the" and similar typos.Dan Gohman
2010-02-09Added copy sensible construction & assignment to PBQP graphs and fixed a memo...Lang Hames
2010-01-26New PBQP solver.Lang Hames
2010-01-06Fixed malformed -*- lines in PBQP headers.Lang Hames
2009-12-19Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor
2009-08-15Remove <iostream>.Bill Wendling
2009-08-07Added legal stuff, fixed some formatting issues. Removed the graph generator ...Lang Hames
2009-08-06New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...Lang Hames