Hold the LLVMContext by reference rather than by pointer.
[oota-llvm.git] / tools / lto / LTOModule.cpp
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-01 Nick Kledzikupdate comments about .objc_ symbols being generated
2009-06-01 Nick Kledzik<rdar://problem/6927148> libLTO needs to handle i386...
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
2009-02-06 Nick LewyckyCorrect strange whitespace.
2008-11-29 Nick LewyckyAdd protected visibility to libLTO.
2008-07-19 Nick Kledziktentative definitions are default visibility
2008-07-16 Devang PatelName string length is end position marker - begin posit...
2008-07-16 Devang PatelDo not forget global definitions from inline asm code...
2008-07-15 Devang PatelLinkOnce definitions have default scope, like weak...
2008-06-30 Devang PatelRename new lto2 tool as lto.