llvm-6502/lib/Transforms/IPO
Chris Lattner 1078d11854 Fix bug: FunctionResolve/2003-07-23-CPR-Reference.ll
This fixes a long time annoyance which caused prototypes for bzero, bcopy,
bcmp, fputs, and fputs_unlocked to never get deleted.  Grr.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7285 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-23 22:03:18 +00:00
..
Cilkifier.cpp External routines used to identify Cilk operations inserted by the 2002-12-10 13:08:48 +00:00
Cilkifier.h External routines used to identify Cilk operations inserted by the 2002-12-10 13:08:48 +00:00
ConstantMerge.cpp Global constants CAN be external 2003-04-18 04:34:29 +00:00
DeadArgumentElimination.cpp Add argument to DAE to allow operation on non-internal functions 2003-06-25 04:12:49 +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-07-23-CPR-Reference.ll 2003-07-23 22:03:18 +00:00
GlobalDCE.cpp Add support to globaldce for deleting dead function prototypes 2003-06-26 05:41:18 +00:00
InlineSimple.cpp Allow the inlining limit to be controlled from the command line! 2003-06-28 15:57:04 +00:00
Internalize.cpp When internalizing global ctor/dtor list, also mark it constant. This is gross, but 2003-06-26 05:30:40 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
MutateStructTypes.cpp Remove using declarations 2003-05-22 22:00:07 +00:00
OldPoolAllocate.cpp Disable construction of pool allocator 2003-01-24 20:13:20 +00:00
Parallelize.cpp Add new linkage types to support a real frontend 2003-04-16 20:28:45 +00:00
PoolAllocate.cpp Eliminate using declarations, adjust for new DSGraph API 2003-06-30 03:14:44 +00:00
RaiseAllocations.cpp Updates to work with recent Statistic's changes: 2002-10-01 22:38:41 +00:00
SimpleStructMutation.cpp Move MutatStructTypes.h out of IPO 2002-11-19 20:49:40 +00:00