aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PBQP
AgeCommit message (Expand)Author
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-12-17Sundry dependent-name fixes flagged by clang++.John McCall
2009-09-06Mark more constants unsigned, as warned about by icc (#68).Duncan Sands
2009-08-15Remove <iostream>.Bill Wendling
2009-08-11Remove unnecessary throw() specifications; LLVM doesn't use exceptions.Dan Gohman
2009-08-08Fix some -Asserts unused variable warnings.Daniel Dunbar
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