summaryrefslogtreecommitdiff
path: root/lib/CodeGen/UnreachableBlockElim.cpp
Commit message (Expand)AuthorAge
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-27
* Use hidden visibility to make symbols in an anonymous namespace getChris Lattner2006-06-28
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner2004-07-29
* Fix a bug in the unreachable block elim pass. Dropping all references on aChris Lattner2004-07-06
* Add a trivially simple pass to delete unreachable blocks from the CFG. ThisChris Lattner2004-07-02