aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PBQP.cpp
AgeCommit message (Expand)Author
2009-08-06New C++ PBQP solver. Currently about as fast (read _slow_) as the old C based...Lang Hames
2008-10-06reorder #include order, patch by Kenneth Boyd!Chris Lattner
2008-10-06Add #include to get alloca, patch by Kenneth Boyd!Chris Lattner
2008-10-03Fix typos pointed out by Duncan. Also untabify these files.Evan Cheng
2008-10-02fix build gcc 4.3Andrew Lenharth
2008-10-02A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.Evan Cheng