s/Method/Function
[oota-llvm.git] / lib / Transforms / Scalar / ADCE.cpp
2002-04-08 Chris Lattners/Method/Function
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-01-31 Chris LattnerMethodPass's are now guaranteed to not be run on extern...
2002-01-31 Chris LattnerConvert xforms over to new pass structure.
2002-01-26 Chris LattnerRemove extraneous #includes
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-10-18 Chris LattnerConvert optimizations to the pass infrastructure
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-28 Chris LattnerADCE is broken but at least we know why
2001-09-09 Chris LattnerMake ADCE more robust, it still has problems, but it...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-08 Chris LattnerUse the CDG to mark branches alive on demand.
2001-07-06 Chris LattnerUpdate to include right file
2001-06-30 Chris LattnerInitial checkin. Should print dead instructions, excep...