llvm-6502/lib/Transforms
Chris Lattner 3c0193742a * Add support for the -stats command line option to report how much is changed
* Make cast-of-self-ty DCE the dead cast instruction immediately instead of
  waiting for it to be DCE'd by another sweep over the function.  This speeds
  this up noticably.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2597 91177308-0d34-0410-b5e6-96231b3b80d8
2002-05-10 15:29:25 +00:00
..
Instrumentation Move UnifyFunctionExitNodes to Utils library: final resting place this time 2002-05-07 19:18:48 +00:00
IPO fix comments and documentation in file 2002-05-07 19:04:39 +00:00
Scalar Initial checkin of the PiNodeInsertion pass 2002-05-10 05:41:34 +00:00
Utils Give the unified exit node a name 2002-05-07 22:14:45 +00:00
ExprTypeConvert.cpp This doesn't use DCE! 2002-05-07 20:02:44 +00:00
LevelRaise.cpp * Add support for the -stats command line option to report how much is changed 2002-05-10 15:29:25 +00:00
Makefile Build Transforms Utils library 2002-05-07 18:08:50 +00:00
TransformInternals.cpp Factor code out of TransformInternals into the Transform Utils library 2002-05-07 18:09:15 +00:00
TransformInternals.h Factor code out of TransformInternals into the Transform Utils library 2002-05-07 18:09:15 +00:00