llvm-6502/lib
Andrew Trick 14e8d71cc9 This is a prototype of an experimental register allocation
framework. It's purpose is not to improve register allocation per se,
but to make it easier to develop powerful live range splitting. I call
it the basic allocator because it is as simple as a global allocator
can be but provides the building blocks for sophisticated register
allocation with live range splitting. 

A minimal implementation is provided that trivially spills whenever it
runs out of registers. I'm checking in now to get high-level design
and style feedback. I've only done minimal testing. The next step is
implementing a "greedy" allocation algorithm that does some register
reassignment and makes better splitting decisions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117174 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-22 23:09:15 +00:00
..
Analysis Make some symbols static, move classes into anonymous namespaces. 2010-10-22 17:35:07 +00:00
Archive
AsmParser AlignLoc is never used for anything - zap it (gcc-4.6 warning). 2010-10-21 16:07:10 +00:00
Bitcode
CodeGen This is a prototype of an experimental register allocation 2010-10-22 23:09:15 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Make some symbols static, move classes into anonymous namespaces. 2010-10-22 17:35:07 +00:00
Support
System Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection. 2010-10-22 01:23:50 +00:00
Target ARM mode encoding information for CLZ, RBIT, REV*, and PKH*. 2010-10-22 22:12:16 +00:00
Transforms Teach instcombine to set the alignment arguments for NEON load/store intrinsics. 2010-10-22 21:41:48 +00:00
VMCore Make some symbols static, move classes into anonymous namespaces. 2010-10-22 17:35:07 +00:00
Makefile