llvm-6502/lib/Transforms/IPO
Chris Lattner 7f20ea7d7b Only functions with external linkage can be resolved to function declarations.
This change fixes programs that have multiple functions named the same thing,
where are least one of them is static/internal.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2954 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-18 03:01:24 +00:00
..
ConstantMerge.cpp Remove DynamicConstantMerge pass, because it did not fit in with the Pass 2002-06-25 15:55:29 +00:00
DeadTypeElimination.cpp
FunctionResolution.cpp Only functions with external linkage can be resolved to function declarations. 2002-07-18 03:01:24 +00:00
GlobalDCE.cpp MEGAPATCH checkin. 2002-06-25 16:13:21 +00:00
InlineSimple.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
Internalize.cpp MEGAPATCH checkin. 2002-06-25 16:13:21 +00:00
Makefile
MutateStructTypes.cpp changes to make it compatible with 64bit gcc 2002-06-25 21:07:58 +00:00
OldPoolAllocate.cpp Disable pool allocation stuff until data structure analysis is sorted back out 2002-07-10 22:36:47 +00:00
RaiseAllocations.cpp * Correctly get prototype for void*malloc(size_t) 2002-07-18 00:18:01 +00:00
SimpleStructMutation.cpp MEGAPATCH checkin. 2002-06-25 16:13:21 +00:00