Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead
[oota-llvm.git] / lib / Transforms / Utils / Mem2Reg.cpp
2003-06-25 Chris LattnerFix bug: Mem2Reg/2003-06-26-IterativePromote.ll
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-03-03 Chris LattnerChange the mem2reg interface to accept a TargetData...
2003-02-22 Chris LattnerSplit mem2reg promotion into two parts: a function...