llvm-mirror/lib/Transforms
Chris Lattner 3ee79b93d7 * Pull some code out into the definedInRegion/definedInCaller methods
* Add a stub for the severSplitPHINodes which will allow us to bbextract
  bb's with PHI nodes in them soon.
* Remove unused arguments from findInputsOutputs
* Dramatically simplify the code in findInputsOutputs.  In particular,
  nothing really cares whether or not a PHI node is using something.
* Move moveCodeToFunction to after emitCallAndSwitchStatement as that's the
  order they get called.
* Fix a bug where we would code extract a region that included a call to
  vastart.  Like 'alloca', calls to vastart must stay in the function that
  they are defined in.
* Add some comments.

llvm-svn: 13482
2004-05-12 06:01:40 +00:00
..
Hello
Instrumentation Fix typo 2004-05-03 23:52:07 +00:00
IPO
Scalar Fix stupid bug in my checkin yesterday 2004-05-08 22:41:42 +00:00
Utils * Pull some code out into the definedInRegion/definedInCaller methods 2004-05-12 06:01:40 +00:00
ExprTypeConvert.cpp
LevelRaise.cpp
Makefile
TransformInternals.cpp
TransformInternals.h