aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PBQP
Commit message (Expand)AuthorAgeFilesLines
* Fix various doxygen warnings.Dan Gohman2010-02-221-2/+2
* * Updated the cost matrix normalization proceedure to better handle infinite ...Lang Hames2010-02-122-13/+21
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Added copy sensible construction & assignment to PBQP graphs and fixed a memo...Lang Hames2010-02-092-18/+85
* Silence GCC warnings with asserts turned off. No functionality change.Chandler Carruth2010-01-271-1/+2
* New PBQP solver.Lang Hames2010-01-2611-2032/+1486
* Fixed malformed -*- lines in PBQP headers.Lang Hames2010-01-069-9/+9
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-192-2/+2
* Sundry dependent-name fixes flagged by clang++.John McCall2009-12-171-4/+4
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-061-1/+1
* Remove <iostream>.Bill Wendling2009-08-151-20/+17
* Remove unnecessary throw() specifications; LLVM doesn't use exceptions.Dan Gohman2009-08-111-3/+3
* Fix some -Asserts unused variable warnings.Daniel Dunbar2009-08-081-6/+4
* Added legal stuff, fixed some formatting issues. Removed the graph generator ...Lang Hames2009-08-0710-254/+142
* New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...Lang Hames2009-08-0610-0/+2672