llvm-6502/lib/Transforms/IPO
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
..
ConstantMerge.cpp Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64 2003-10-29 06:01:26 +00:00
DeadArgumentElimination.cpp Fix the problem with running cleanups in bugpoint: We were deleting arguments 2003-11-05 21:53:41 +00:00
DeadTypeElimination.cpp Untypo 2003-11-09 05:04:25 +00:00
ExtractFunction.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
FunctionResolution.cpp This important patch fixes two warnings in the linker which can occur from linking 2003-10-22 23:03:38 +00:00
GlobalDCE.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Inliner.cpp Do NOT inline self recursive calls into other functions. This is causing the 2003-11-09 05:05:36 +00:00
Inliner.h Do NOT inline self recursive calls into other functions. This is causing the 2003-11-09 05:05:36 +00:00
InlineSimple.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Internalize.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
IPConstantPropagation.cpp Propagating constants to arguments can make other arguments constant. For now 2003-10-27 21:09:00 +00:00
LowerSetJmp.cpp Fix bug: PR93 2003-11-06 19:18:49 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
MutateStructTypes.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Parallelize.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
PruneEH.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
RaiseAllocations.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
SimpleStructMutation.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00