[llvm-commits] [llvm] r78354 - in /llvm/trunk/lib/CodeGen: PBQP.cpp PBQP.h PBQP/ PBQP/AnnotatedGraph.h PBQP/ExhaustiveSolver.h PBQP/GraphBase.h PBQP/GraphGenerator.h PBQP/HeuristicSolver.h PBQP/Heuristics/ PBQP/Heuristics/Briggs.h PBQP/PBQPMath.h PBQP/SimpleGraph.h PBQP/Solution.h PBQP/Solver.h RegAllocPBQP.cpp

Eric Christopher echristo at apple.com
Thu Aug 6 16:38:31 PDT 2009


On Aug 6, 2009, at 4:32 PM, Lang Hames wrote:

> New C++ PBQP solver. Currently about as fast (read _slow_) as the  
> old C based solver, but I'll be working to improve that. The PBQP  
> allocator has been updated to use the new solver.

You'll probably want to add the Copyright bits at the top of the files.

-eric



More information about the llvm-commits mailing list