Clean up a use of std::distance.
[oota-llvm.git] / tools / lto2 / LTOModule.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-28 Nick Kledzikuse space insted of tabs
2008-05-27 Nick Kledzikfix infinite recursion if a global's initializer refere...
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-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...