aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PBQP
Commit message (Expand)AuthorAgeFilesLines
* 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