summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PBQP.cpp
Commit message (Collapse)AuthorAgeFilesLines
* New C++ PBQP solver. Currently about as fast (read _slow_) as the old C ↵Lang Hames2009-08-061-1395/+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
* reorder #include order, patch by Kenneth Boyd!Chris Lattner2008-10-061-4/+2
| | | | llvm-svn: 57148
* Add #include to get alloca, patch by Kenneth Boyd!Chris Lattner2008-10-061-0/+1
| | | | llvm-svn: 57147
* Fix typos pointed out by Duncan. Also untabify these files.Evan Cheng2008-10-031-10/+10
| | | | llvm-svn: 57018
* fix build gcc 4.3Andrew Lenharth2008-10-021-0/+1
| | | | llvm-svn: 56965
* A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.Evan Cheng2008-10-021-0/+1395
Contributed by Lang Hames. llvm-svn: 56959
OpenPOWER on IntegriCloud