llvm-6502/lib/Transforms/IPO
Andrew Lenharth 3433141a3e Add a simple pass to make sure that all (non-library) calls to malloc and free
are visible to analysis as intrinsics.  That is, make sure someone doesn't pass
free around by address in some struct (as happens in say 176.gcc).

This doesn't get rid of any indirect calls, just ensure calls to free and malloc
are always direct.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27560 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-10 19:26:09 +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 Make iostream #inclusion explicit 2006-01-22 23:32:06 +00:00
DeadTypeElimination.cpp
ExtractFunction.cpp
FunctionResolution.cpp Make iostream #inclusion explicit 2006-01-22 23:32:06 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Make iostream #inclusion explicit 2006-01-22 23:32:06 +00:00
IndMemRemoval.cpp Add a simple pass to make sure that all (non-library) calls to malloc and free 2006-04-10 19:26:09 +00:00
Inliner.cpp Make iostream #inclusion explicit 2006-01-22 23:32:06 +00:00
Inliner.h
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
LoopExtractor.cpp
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
RaiseAllocations.cpp
SimplifyLibCalls.cpp Make this work with renamed intrinsics. 2006-03-03 01:30:23 +00:00
StripSymbols.cpp Strip changes to llvm.dbg intrinsics. 2006-03-23 18:11:33 +00:00