Show argv[0] in error messages (like gcc).
[oota-llvm.git] / tools / lto2 /
2008-05-30 Nick Kledzikremove the StripSymbolsPass. This should not be done...
2008-05-28 Nick Kledzikuse space insted of tabs
2008-05-27 Nick Kledzikfix infinite recursion if a global's initializer refere...
2008-05-27 Devang PatelAdd instcombine after global optimizations.
2008-05-27 Devang PatelUse IPSCCPPass instead of IPConstantPropagationPass.
2008-05-23 Dale JohannesenMake LTO expect common and weak to be represented diffe...
2008-05-16 Dale JohannesenAdd CommonLinkage, in a way that preserves the
2008-05-09 Nick Kledzikuse doxygen comments for makeBuffer()
2008-05-09 Nick Kledzik<rdar://problem/5917641> use getMemBufferCopy if suppli...
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...