VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic control.
[oota-llvm.git] / lib / Transforms / Scalar / FastDSE.cpp
2007-07-23 Owen AndersonFix file header.
2007-07-16 Owen AndersonTake advantage of undefined behavior if the source...
2007-07-16 Owen AndersonAdd support for walking up memory def chains, which...
2007-07-13 Owen AndersonHandle GEPs with all-zero indices in the same way we...
2007-07-13 Owen AndersonBe more aggressive in removing dead stores, and in...
2007-07-12 Owen AndersonReimplement removing stores to allocas at the end of...
2007-07-12 Owen AndersonMake the condition-checking for free with non-trivial...
2007-07-12 Owen AndersonRemove the end-block handling code. It was unsafe...
2007-07-12 Gabor Greifchecked in as obvious,
2007-07-12 Owen AndersonLet MemoryDependenceAnalysis take care of updating...
2007-07-11 Owen AndersonHandle the case where an entire structure is freed...
2007-07-11 Owen AndersonAdd support for eliminate stores to stack-allocated...
2007-07-11 Owen AndersonHandle eliminating stores that occur right before a...
2007-07-11 Owen AndersonClean up a few things based on Chris' feedback.
2007-07-11 Owen AndersonAdd FastDSE, a new algorithm for doing dead store elimi...