summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PBQP.h
Commit message (Collapse)AuthorAgeFilesLines
* New C++ PBQP solver. Currently about as fast (read _slow_) as the old C ↵Lang Hames2009-08-061-284/+0
| | | | | | based solver, but I'll be working to improve that. The PBQP allocator has been updated to use the new solver. llvm-svn: 78354
* Fix typos pointed out by Duncan. Also untabify these files.Evan Cheng2008-10-031-1/+1
| | | | llvm-svn: 57018
* A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.Evan Cheng2008-10-021-0/+284
Contributed by Lang Hames. llvm-svn: 56959
OpenPOWER on IntegriCloud