hanchenye-llvm-project/llvm/lib/Transforms/IPO
Chris Lattner 9810b94850 Fix several bugs:
* Warnings were emitted all of the time and were really annoying
  * Functions could not be resolved unless they had external linkage.  Linkonce
    linkage was not allowed
  * ConstantPointerRef's were not handled when linking functions
    we now actually handle cast (CPR) to X -> cast (NewCPR) to X

llvm-svn: 5967
2003-04-28 01:23:29 +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
DeadTypeElimination.cpp Fix a misunderstanding of the standard associative containers 2003-02-14 05:34:36 +00:00
ExtractFunction.cpp Add new linkage types to support a real frontend 2003-04-16 20:28:45 +00:00
FunctionResolution.cpp Fix several bugs: 2003-04-28 01:23:29 +00:00
GlobalDCE.cpp Use methods that are more explanatory 2002-10-13 17:12:47 +00:00
InlineSimple.cpp Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
Internalize.cpp Add new linkage types to support a real frontend 2003-04-16 20:28:45 +00:00
Makefile
MutateStructTypes.cpp Add new linkage types to support a real frontend 2003-04-16 20:28:45 +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 Add new linkage types to support a real frontend 2003-04-16 20:28:45 +00:00
RaiseAllocations.cpp
SimpleStructMutation.cpp Move MutatStructTypes.h out of IPO 2002-11-19 20:49:40 +00:00