Move MemCpyOpt after GVN.
[oota-llvm.git] / tools / lto2 / LTOCodeGenerator.cpp
2008-04-22 Owen AndersonMove MemCpyOpt after GVN.
2008-04-22 Owen AndersonAdd MemCpyOpt to LTO.
2008-04-21 Owen AndersonUse GVN in LTO instead of GCSE+LoadVN.
2008-04-21 Chris LattnerAdd jump threading to liblto.
2008-04-03 Devang PatelReenable running StripSymbols when EH is on.
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-02-27 Nick Kledzikfixes from review of first commit
2008-02-26 Nick Kledzikfirst commit of new LTO system. It is not hooked up...