llvm/lib/Transforms
Chris Lattner 1fd95afab3 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5967 91177308-0d34-0410-b5e6-96231b3b80d8
2003-04-28 01:23:29 +00:00
..
Hello Initial checkin of the "Hello World" Pass. 2002-08-08 20:10:38 +00:00
Instrumentation Remove unnecesary &*'s 2003-04-23 16:37:45 +00:00
IPO Fix several bugs: 2003-04-28 01:23:29 +00:00
Scalar Fix bug: ADCE/2003-04-25-PHIPostDominateProblem.ll 2003-04-25 22:53:27 +00:00
Utils Fix bug: mem2reg/2003-04-24-MultipleIdenticalSuccessors.ll 2003-04-25 00:54:58 +00:00
ExprTypeConvert.cpp Make the levelraise pass be well behaved w.r.t the TargetData that the current 2003-04-24 18:25:27 +00:00
LevelRaise.cpp Avoid naming things exactly the same 2003-04-27 22:55:56 +00:00
Makefile Convert DIRS to PARALLEL_DIRS. They can be built independently. 2002-09-29 11:52:14 +00:00
TransformInternals.cpp Make the levelraise pass be well behaved w.r.t the TargetData that the current 2003-04-24 18:25:27 +00:00
TransformInternals.h Make the levelraise pass be well behaved w.r.t the TargetData that the current 2003-04-24 18:25:27 +00:00