[Object] Fix a bug in a condition introduced in r226217 - visibility can't be
[oota-llvm.git] / include / llvm / Object / MachOUniversal.h
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-09 Kevin EnderbyAdd the option, -universal-headers, used with -macho...
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 EspindolaDon't own the buffer in object::Binary.
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
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-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-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
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-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...