Fix a number of bugs in ipconstantprop, simplify the code, fit in 80 cols,
[oota-llvm.git] / tools / lto2 /
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-03-02 Nick Kledziksuppress extra -install_name on Tiger. The 10.4 tools...
2008-02-29 Nick Kledzikalso pass -compatibility_version when linking shared...
2008-02-27 Nick Kledzikfixes from review of first commit
2008-02-27 Nick Kledzikuse PROJ_SRC_DIR so this builds with Apple style builds
2008-02-26 Nick Kledzikfirst commit of new LTO system. It is not hooked up...