summaryrefslogtreecommitdiff
path: root/lib/Object/IRObjectFile.cpp
Commit message (Expand)AuthorAge
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Change IRObjectFile to parse the bitcode lazily.Rafael Espindola2014-06-18
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola2014-02-28
* Add missing include.Rafael Espindola2014-02-21
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21