Add methods to StringMap to erase entries by key.
[oota-llvm.git] / tools / lto2 / LTOCodeGenerator.cpp
2008-06-18 Bill WendlingRefactor the way to get a string containing the feature...
2008-06-18 Bill WendlingIf compiling for PPC on an i386 box, the LTO wouldn...
2008-05-30 Nick Kledzikremove the StripSymbolsPass. This should not be done...
2008-05-27 Devang PatelAdd instcombine after global optimizations.
2008-05-27 Devang PatelUse IPSCCPPass instead of IPConstantPropagationPass.
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...