llvm-6502/lib/Transforms/IPO
Chris Lattner 273328e8e0 Not only is this a lot smaller, it actually works if there is already a
function with the right name in the module.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8290 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-01 16:53:46 +00:00
..
ConstantMerge.cpp Global constants CAN be external 2003-04-18 04:34:29 +00:00
DeadArgumentElimination.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
DeadTypeElimination.cpp Remove using declarations 2003-05-22 22:00:07 +00:00
ExtractFunction.cpp Add new linkage types to support a real frontend 2003-04-16 20:28:45 +00:00
FunctionResolution.cpp Fix bug: FunctionResolve/2003-08-23-ArgumentWarning.ll 2003-08-23 20:03:05 +00:00
GlobalDCE.cpp Fixed a segfault in gccld. 2003-08-07 14:43:13 +00:00
Inliner.cpp Heavily refactor code: 2003-08-31 19:10:30 +00:00
Inliner.h Heavily refactor code: 2003-08-31 19:10:30 +00:00
InlineSimple.cpp Heavily refactor code: 2003-08-31 19:10:30 +00:00
Internalize.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
Makefile
MutateStructTypes.cpp DEBUG got moved to Support/Debug.h 2003-08-01 22:15:03 +00:00
Parallelize.cpp Not only is this a lot smaller, it actually works if there is already a 2003-09-01 16:53:46 +00:00
PruneEH.cpp Add accessor function 2003-08-31 16:30:07 +00:00
RaiseAllocations.cpp Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. 2003-09-01 03:14:56 +00:00
SimpleStructMutation.cpp