llvm-6502/lib/Transforms
Chris Lattner 23b4c68f46 Give CloneBasicBlock an optional function argument to specify which function
to add the cloned block to.  This allows the block to be added to the function
immediately, and all of the instructions to be immediately added to the function
symbol table, which speeds up the inliner from 3.7 -> 3.38s on the PR209.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11107 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-04 01:19:43 +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 Make deadarghaX0r warning louder. 2004-02-02 19:32:27 +00:00
Scalar Disable (x - (y - z)) => (x + (z - y)) optimization for floating point. 2004-02-02 20:09:56 +00:00
Utils Give CloneBasicBlock an optional function argument to specify which function 2004-02-04 01:19:43 +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