[llvm-commits] [llvm] r133899 - in /llvm/trunk: include/llvm/CodeGen/LinkAllCodegenComponents.h include/llvm/CodeGen/Passes.h include/llvm/InitializePasses.h lib/CodeGen/CodeGen.cpp lib/CodeGen/RegAllocBasic.cpp lib/CodeGen/RegAllocGreedy.cpp lib/CodeGen/RegAllocLinearScan.cpp lib/CodeGen/RegAllocPBQP.cpp lib/CodeGen/RegisterCoalescer.cpp lib/CodeGen/RegisterCoalescer.h lib/CodeGen/SplitKit.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Sun Jun 26 19:47:58 PDT 2011


On Jun 26, 2011, at 3:34 PM, Rafael Espindola wrote:

> Author: rafael
> Date: Sun Jun 26 17:34:10 2011
> New Revision: 133899
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=133899&view=rev
> Log:
> There is only one register coalescer. Merge it into the base class and
> remove the analysis group.

Nice! Thanks for cleaning this up.

/jakob




More information about the llvm-commits mailing list