aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/RegAllocPBQP.h
Commit message (Expand)AuthorAgeFilesLines
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-0/+1
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PB...Lang Hames2011-06-171-1/+2
* Switched to DenseMap for allowed sets in PBQP. Reduces total LLC time by 15% ...Lang Hames2011-06-071-1/+1
* Fixed some dependencies in RegAllocPBQP.h . Thanks to Borja Ferrer for pointi...Lang Hames2010-12-081-1/+2
* Moved the PBQP allocator class out of the header and back in to the cpp file ...Lang Hames2010-09-231-119/+1
* Added an additional PBQP problem builder which adds coalescing costs (both be...Lang Hames2010-09-211-1/+25
* Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames2010-09-181-0/+260