OSDN Git Service

A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 2 Oct 2008 18:29:27 +0000 (18:29 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 2 Oct 2008 18:29:27 +0000 (18:29 +0000)
commitb1290a6cc40f7caa0351450ce7021a0d48b5f2c0
treef85f3dbefa75c38e754239c3c69b962202759e76
parent208ca6aa14e42057069cd779bb1ca53170a38713
A Partitioned Boolean Quadratic Programming (PBQP) based register allocator.

Contributed by Lang Hames.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56959 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LinkAllCodegenComponents.h
include/llvm/CodeGen/Passes.h
lib/CodeGen/PBQP.cpp [new file with mode: 0644]
lib/CodeGen/PBQP.h [new file with mode: 0644]
lib/CodeGen/RegAllocPBQP.cpp [new file with mode: 0644]