llvm-6502/lib/Transforms/IPO
Chris Lattner 69da5cf261 - Change Function's so that their argument list is populated when they are
constructed.  Before, external functions would have an empty argument list,
    now a Function ALWAYS has a populated argument list.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4149 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-13 20:57:00 +00:00
..
ConstantMerge.cpp - Dramatically simplify the ConstantMerge code now that 2002-10-09 23:16:04 +00:00
DeadTypeElimination.cpp
FunctionResolution.cpp Account for global variables resolved more accurately. 2002-10-13 17:30:30 +00:00
GlobalDCE.cpp Use methods that are more explanatory 2002-10-13 17:12:47 +00:00
InlineSimple.cpp
Internalize.cpp
Makefile
MutateStructTypes.cpp - Change Function's so that their argument list is populated when they are 2002-10-13 20:57:00 +00:00
OldPoolAllocate.cpp Stop using DataStructureGraph.h 2002-10-10 20:33:46 +00:00
RaiseAllocations.cpp
SimpleStructMutation.cpp