llvm-6502/lib/Transforms
Chris Lattner c1df7e1799 Two changes:
1. Don't scan to the end of alloca instructions in the caller function to
     insert inlined allocas, just insert at the top.  This saves a lot of
     time inlining into functions with a lot of allocas.
  2. Use splice to move the alloca instructions over, instead of remove/insert.
     This allows us to transfer a block at a time, and eliminates a bunch of
     silly symbol table manipulations.

This speeds up the inliner on the testcase in PR209 from 1.73s -> 1.04s (67%)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11118 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-04 21:33:42 +00:00
..
Hello Finegrainify namespacification 2004-01-09 06:12:26 +00:00
Instrumentation Finegrainify namespacification 2004-01-09 06:12:26 +00:00
IPO Remove unneeded code now that splitBasicBlock does the "right thing" 2004-02-04 03:21:51 +00:00
Scalar Adjust to the new BasicBlock ctor, which requires a function parameter 2004-02-04 03:58:28 +00:00
Utils Two changes: 2004-02-04 21:33:42 +00:00
ExprTypeConvert.cpp Remove uses of ConstantHandling itf 2004-01-12 18:12:44 +00:00
LevelRaise.cpp Remove uses of ConstantHandling itf 2004-01-12 18:12:44 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
TransformInternals.cpp Finegrainify namespacification 2004-01-09 05:53:38 +00:00
TransformInternals.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00