aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/IRObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-07-03Add support for inline asm symbols to IRObjectFile.Rafael Espindola1-21/+130
2014-06-24Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola1-8/+9
2014-06-23Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola1-8/+10
2014-06-18Change IRObjectFile to parse the bitcode lazily.Rafael Espindola1-2/+13
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-5/+4
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-03-13Remove the linker_private and linker_private_weak linkages.Rafael Espindola1-2/+1
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-1/+1
2014-02-28Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola1-2/+14
2014-02-21Add missing include.Rafael Espindola1-0/+1
2014-02-21Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola1-0/+139