llvm-6502/lib
Chris Lattner e47f78ed12 Bunch up all locally used allocas by the block they are allocated in, and
process them all as a group.  This speeds up SRoA/mem2reg from 28.46s to
0.62s on the testcase from PR209.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11100 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-03 22:34:12 +00:00
..
Analysis
Archive
AsmParser
Bytecode Remove all of the annoying statistics now that I'm finished (for the near 2004-02-01 01:50:31 +00:00
CodeGen When an instruction like: A += B had both A and B virtual registers 2004-02-03 01:13:07 +00:00
Debugger
ExecutionEngine Print an error message if we can't materialize the bytecode file 2004-02-01 01:07:25 +00:00
Linker
Support
Target Generate ftst instructions for comparison against zero 2004-02-03 18:54:04 +00:00
Transforms Bunch up all locally used allocas by the block they are allocated in, and 2004-02-03 22:34:12 +00:00
VMCore Floating point negates are -0.0 - X, not 0.0 - X 2004-02-02 20:21:29 +00:00
Makefile