Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / CodeGen / UnreachableBlockElim.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Chris LattnerFix #includes of i*.h => Instructions.h as per PR403:
2004-07-06 Chris LattnerFix a bug in the unreachable block elim pass. Dropping...
2004-07-02 Chris LattnerAdd a trivially simple pass to delete unreachable block...