[C++11] Replace OwningPtr::take() with OwningPtr::release().
[oota-llvm.git] / lib / Object / IRObjectFile.cpp
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-21 Rafael EspindolaAdd missing include.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.