summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PBQP/PBQPMath.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary throw() specifications; LLVM doesn't use exceptions.Dan Gohman2009-08-111-3/+3
| | | | llvm-svn: 78667
* Added legal stuff, fixed some formatting issues. Removed the graph generator ↵Lang Hames2009-08-071-0/+9
| | | | | | stuff as it was only meant for debugging the solver. llvm-svn: 78359
* New C++ PBQP solver. Currently about as fast (read _slow_) as the old C ↵Lang Hames2009-08-061-0/+279
based solver, but I'll be working to improve that. The PBQP allocator has been updated to use the new solver. llvm-svn: 78354
OpenPOWER on IntegriCloud