summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PBQP/Heuristics/Briggs.h
Commit message (Expand)AuthorAgeFilesLines
* Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames2010-09-181-460/+0
* Iterating over sets of pointers in a heuristic was a bad idea. SwitchingLang Hames2010-07-171-6/+2
* Remove two other uses of ATTRIBUTE_UNUSED for variables only used withinChandler Carruth2010-07-111-3/+2
* * Updated the cost matrix normalization proceedure to better handle infinite ...Lang Hames2010-02-121-8/+1
* Silence GCC warnings with asserts turned off. No functionality change.Chandler Carruth2010-01-271-1/+2
* New PBQP solver.Lang Hames2010-01-261-299/+387
* Fixed malformed -*- lines in PBQP headers.Lang Hames2010-01-061-1/+1
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-061-1/+1
* Added legal stuff, fixed some formatting issues. Removed the graph generator ...Lang Hames2009-08-071-20/+18
* New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...Lang Hames2009-08-061-0/+385
OpenPOWER on IntegriCloud