Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
[oota-llvm.git] / lib / Object / MachOUniversal.cpp
2014-12-09 Rafael EspindolaReturn ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
2014-10-20 Alexey SamsonovBe more specific about return type of MachOUniversalBin...
2014-09-03 David Blaikieunique_ptrify MachOUniversalBinary::create
2014-08-19 Rafael EspindolaFix a pair of use after free. Should bring the bots...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-07-31 Rafael EspindolaA std::unique_ptr case I missed in the previous patch.
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaConvert a few methods to use ErrorOr.
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-14 Artyom SkrobovReplacing the private implementations of SwapValue...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-06-19 NAKAMURA TakumiMachOUniversal.cpp: Fix abuse of Twine. It would be...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...