summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PBQP.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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