llvm-6502/lib/Transforms
Chris Lattner d77922f1a2 Do NOT inline self recursive calls into other functions. This is causing the
pool allocator no end of trouble, and doesn't make a lot of sense anyway.  This
does not solve the problem with mutually recursive functions, but they are much less common.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9828 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-09 05:05:36 +00:00
..
Hello Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
Instrumentation Be gcc 3.4 clean 2003-11-05 06:12:18 +00:00
IPO Do NOT inline self recursive calls into other functions. This is causing the 2003-11-09 05:05:36 +00:00
Scalar Declare FunctionPasses as such so that they can be used in FunctionPassManager. 2003-11-07 17:20:18 +00:00
Utils Various cleanups and efficiency improvements 2003-11-06 19:46:29 +00:00
ExprTypeConvert.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
LevelRaise.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
TransformInternals.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
TransformInternals.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00