summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOUniversal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warnings. N...Simon Pilgrim2019-10-181-1/+1
* [Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov2019-09-191-4/+19
* [Object] Add public MaxSectionAlignment to MachOUniversalShoaib Meenai2019-07-251-6/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix a bugs with using some Mach-O command line flags like "-arch armv7m".Kevin Enderby2016-12-161-1/+1
* Add error checking for Mach-O universal files.Kevin Enderby2016-11-281-6/+67
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* [lib/Object] Modernize. NFCI.Davide Italiano2016-11-071-4/+3
* nother additional error check for an invalid Mach-O fileKevin Enderby2016-10-241-3/+7
* [Support] Make ErrorAsOutParameter take an Error* rather than an Error&.Lang Hames2016-07-221-1/+1
* Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby2016-06-291-1/+1
* [Object] Fix a -Wpessimizing-move error; clang-format; NFCVedant Kumar2016-06-291-5/+8
* Finish cleaning up most of the error handling in libObject’s MachOUniversal...Kevin Enderby2016-06-281-6/+12
* Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected...Kevin Enderby2016-06-271-11/+22
* [MachO] Finish moving fat header swap functions to MachO.hChris Bieneman2016-06-221-29/+1
* Add support for Darwin’s 64-bit universal files with 64-bit offsets and siz...Kevin Enderby2016-06-201-11/+47
* Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby2016-05-311-6/+6
* [Object] Make createMachOObjectFile return Expected<...> rather thanLang Hames2016-03-251-1/+1
* Use early return NFC.Frederic Riss2015-08-031-8/+8
* [Object] Search for architecures by name in MachOUniversalBinary::getObjectFo...Frederic Riss2015-06-221-16/+4
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-1/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.Rafael Espindola2014-12-091-14/+10
* Be more specific about return type of MachOUniversalBinary::getObjectForArchAlexey Samsonov2014-10-201-2/+2
* unique_ptrify MachOUniversalBinary::createDavid Blaikie2014-09-031-2/+2
* Fix a pair of use after free. Should bring the bots back.Rafael Espindola2014-08-191-2/+2
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-13/+9
* A std::unique_ptr case I missed in the previous patch.Rafael Espindola2014-07-311-2/+3
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-8/+9
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-2/+2
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-231-10/+6
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-191-6/+2
* Teach llvm-size to know about Mach-O universal files (aka fat files) andKevin Enderby2014-06-181-1/+1
* Replacing the private implementations of SwapValue with calls to sys::swapByt...Artyom Skrobov2014-06-141-12/+7
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-141-1/+1
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-10/+8
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Teach llvm-nm to know about fat archives (aka MachOUniversal filesKevin Enderby2014-05-141-0/+20
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-5/+5
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-1/+1
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-211-4/+14
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+0
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-29/+29
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-29/+29
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-29/+29
* MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::st...NAKAMURA Takumi2013-06-191-3/+3
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+139
OpenPOWER on IntegriCloud