llvm-6502/lib/Transforms
Chris Lattner 619d3544b1 This change makes two big adjustments.
* Be a lot more accurate about what the effects will be when inlining a call
   to a function when an argument is an alloca.
 * Dramatically reduce the penalty for inlining a call in a large function.
   This heuristic made it almost impossible to inline a function into a large
   function, no matter how small the callee is.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12363 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-13 23:15:45 +00:00
..
Hello
Instrumentation Initial support for edge profiling 2004-03-08 17:54:34 +00:00
IPO This change makes two big adjustments. 2004-03-13 23:15:45 +00:00
Scalar Implement sub.ll:test14 2004-03-13 00:11:49 +00:00
Utils This little patch speeds up the loop used to update the dominator set analysis. 2004-03-13 22:01:26 +00:00
ExprTypeConvert.cpp
LevelRaise.cpp Adjust to the changed StructType interface. In particular, getElementTypes() is gone. 2004-02-09 04:37:31 +00:00
Makefile
TransformInternals.cpp Adjust to the changed StructType interface. In particular, getElementTypes() is gone. 2004-02-09 04:37:31 +00:00
TransformInternals.h