Remove the local register allocator.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 15 Jun 2010 21:58:33 +0000 (21:58 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 15 Jun 2010 21:58:33 +0000 (21:58 +0000)
commit8a3eab9b20acb7193285bc31c9a3e23c7c7d7173
tree30b13ccea1740455dcef80b5cb4bdb6a70f54bc3
parentbf37850e4289308c7d74d720b1d9556c99b6719d
Remove the local register allocator.
Please use the fast allocator instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106051 91177308-0d34-0410-b5e6-96231b3b80d8
32 files changed:
docs/CodeGenerator.html
include/llvm/CodeGen/LinkAllCodegenComponents.h
include/llvm/CodeGen/Passes.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/RegAllocLocal.cpp [deleted file]
test/CodeGen/ARM/2008-02-04-LocalRegAllocBug.ll
test/CodeGen/ARM/2008-02-29-RegAllocLocal.ll
test/CodeGen/ARM/2009-05-07-RegAllocLocal.ll
test/CodeGen/ARM/2010-05-18-LocalAllocCrash.ll
test/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll
test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/2007-10-21-LocalRegAllocAssert2.ll
test/CodeGen/PowerPC/2008-02-09-LocalRegAllocAssert.ll
test/CodeGen/PowerPC/cr_spilling.ll
test/CodeGen/Thumb/2010-01-15-local-alloc-spill-physical.ll
test/CodeGen/X86/2008-01-16-FPStackifierAssert.ll
test/CodeGen/X86/2008-02-22-LocalRegAllocBug.ll
test/CodeGen/X86/2008-04-15-LiveVariableBug.ll
test/CodeGen/X86/2008-05-28-LocalRegAllocBug.ll
test/CodeGen/X86/2008-09-17-inline-asm-1.ll
test/CodeGen/X86/2008-09-18-inline-asm-2.ll
test/CodeGen/X86/2009-01-29-LocalRegAllocBug.ll
test/CodeGen/X86/2009-04-14-IllegalRegs.ll
test/CodeGen/X86/2009-04-24.ll
test/CodeGen/X86/2010-04-30-LocalAlloc-LandingPad.ll
test/CodeGen/X86/2010-05-05-LocalAllocEarlyClobber.ll
test/CodeGen/X86/2010-05-06-LocalInlineAsmClobber.ll
test/CodeGen/X86/fp-stack-O0-crash.ll
test/CodeGen/X86/liveness-local-regalloc.ll
test/CodeGen/X86/local-liveness.ll [deleted file]
test/CodeGen/X86/phys-reg-local-regalloc.ll