llvm-6502/lib
Owen Anderson 491fccc4b4 Make the local register allocator compute (purely local) liveness information for itself
rather than depending on LiveVariables.  This decreases compile time from:
0.5909s (LV + Regalloc) to 0.421s (just regalloc).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53256 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-08 22:24:50 +00:00
..
Analysis Expand SCEVUDiv of power of 2 to a lshr instruction. 2008-07-08 05:05:37 +00:00
Archive
AsmParser
Bitcode
CodeGen Make the local register allocator compute (purely local) liveness information for itself 2008-07-08 22:24:50 +00:00
Debugger
ExecutionEngine Add a new hidden option to the interpreter to cause it to print 2008-07-08 17:25:49 +00:00
Linker
Support
System
Target Make debug info come out in data-only files. 2008-07-08 21:56:22 +00:00
Transforms Fix PR2496, a really nasty bug which involved sinking volatile loads 2008-07-08 17:18:32 +00:00
VMCore improve comment 2008-07-08 18:47:38 +00:00
Makefile