llvm-mirror/lib/Transforms
Chris Lattner bcdf581aec * Export method to merge identically named methods
* Add code to fix PHI nodes that are missing arguments.  These PHI nodes can
  be generated by GCC if there is an uninitialized variable flowing into a merge
  point.  For example:

int foo(int y) {
  int X;
  if (y) X = 1;
  return X;
}

llvm-svn: 1110
2001-11-03 19:51:56 +00:00
..
Instrumentation Fix broken assertion. Didn't allow for pointer case 2001-10-29 17:27:38 +00:00
IPO * Export method to merge identically named methods 2001-11-03 19:51:56 +00:00
Scalar Expose the low level DCE mechanism to external users 2001-11-01 07:00:27 +00:00
Utils Don't forget to link type names together too. Fix for Olden/mst benchmark 2001-11-03 05:18:24 +00:00
HoistPHIConstants.cpp Commented out code so that copies are inserted for all phi args 2001-11-03 17:09:59 +00:00
LevelRaise.cpp * Add comments for peepholes 2001-11-01 17:05:27 +00:00
Makefile Added Instrumentation subdirectory. 2001-10-15 12:01:05 +00:00