summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/MachOUniversal.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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