llvm-6502/lib/Transforms/IPO
Chris Lattner d85340f4ec Change the callgraph representation to store the callsite along with the
target CG node.  This allows the inliner to properly update the callgraph
when using the pruning inliner.  The pruning inliner may not copy over all
call sites from a callee to a caller, so the edges corresponding to those
call sites should not be copied over either.

This fixes PR827 and Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29120 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-12 18:29:36 +00:00
..
ArgumentPromotion.cpp Make iostream #inclusion explicit 2006-01-22 23:32:06 +00:00
ConstantMerge.cpp Fix ConstantMerge/2006-03-07-DontMergeDiffSections.ll, a problem Jim 2006-03-07 17:56:59 +00:00
DeadArgumentElimination.cpp Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should not 2006-06-27 21:05:04 +00:00
DeadTypeElimination.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
ExtractFunction.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
FunctionResolution.cpp Make iostream #inclusion explicit 2006-01-22 23:32:06 +00:00
GlobalDCE.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
GlobalOpt.cpp Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll 2006-07-07 21:37:01 +00:00
IndMemRemoval.cpp linear -> constant time 2006-04-13 13:43:31 +00:00
Inliner.cpp Change the callgraph representation to store the callsite along with the 2006-07-12 18:29:36 +00:00
Inliner.h Remove trailing whitespace 2005-04-21 23:48:37 +00:00
InlineSimple.cpp Permit inlining functions that contain dynamic allocations now that 2006-01-13 19:35:43 +00:00
Internalize.cpp Switch to using a numeric id for anchors. 2006-03-07 20:53:47 +00:00
IPConstantPropagation.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
LoopExtractor.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
LowerSetJmp.cpp When a function takes a variable number of pointer arguments, with a zero 2005-10-23 04:37:20 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PruneEH.cpp Eliminate all remaining tabs and trailing spaces. 2005-07-27 06:12:32 +00:00
RaiseAllocations.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
SimplifyLibCalls.cpp Add missing casts. This fixed some regressions. 2006-06-16 18:37:15 +00:00
StripSymbols.cpp Strip changes to llvm.dbg intrinsics. 2006-03-23 18:11:33 +00:00