summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PBQP
Commit message (Expand)AuthorAge
* Iterating over sets of pointers in a heuristic was a bad idea. SwitchingLang Hames2010-07-17
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Remove two other uses of ATTRIBUTE_UNUSED for variables only used withinChandler Carruth2010-07-11
* Fix various doxygen warnings.Dan Gohman2010-02-22
* * Updated the cost matrix normalization proceedure to better handle infinite ...Lang Hames2010-02-12
* Fix "the the" and similar typos.Dan Gohman2010-02-10
* Added copy sensible construction & assignment to PBQP graphs and fixed a memo...Lang Hames2010-02-09
* Silence GCC warnings with asserts turned off. No functionality change.Chandler Carruth2010-01-27
* New PBQP solver.Lang Hames2010-01-26
* Fixed malformed -*- lines in PBQP headers.Lang Hames2010-01-06
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-19
* Sundry dependent-name fixes flagged by clang++.John McCall2009-12-17
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-06
* Remove <iostream>.Bill Wendling2009-08-15
* Remove unnecessary throw() specifications; LLVM doesn't use exceptions.Dan Gohman2009-08-11
* Fix some -Asserts unused variable warnings.Daniel Dunbar2009-08-08
* Added legal stuff, fixed some formatting issues. Removed the graph generator ...Lang Hames2009-08-07
* New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...Lang Hames2009-08-06