Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Object
/
MachOUniversal.cpp
59343a9
Fix a bugs with using some Mach-O command line flags like "-arch armv7m".
by Kevin Enderby
· 9 years ago
4ffec85
Add error checking for Mach-O universal files.
by Kevin Enderby
· 9 years ago
41af430
Make the Error class constructor protected
by Mehdi Amini
· 9 years ago
2b5ba7b
[lib/Object] Modernize. NFCI.
by Davide Italiano
· 9 years ago
79d6c63
nother additional error check for an invalid Mach-O file
by Kevin Enderby
· 9 years ago
5e51a2e
[Support] Make ErrorAsOutParameter take an Error* rather than an Error&.
by Lang Hames
· 9 years ago
c60a321
Change Archive::create() from ErrorOr<...> to Expected<...> and update
by Kevin Enderby
· 9 years ago
1ead14b
[Object] Fix a -Wpessimizing-move error; clang-format; NFC
by Vedant Kumar
· 9 years ago
4239805
Finish cleaning up most of the error handling in libObject’s MachOUniversalBinary
by Kevin Enderby
· 9 years ago
1051909
Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected<...> to
by Kevin Enderby
· 9 years ago
8e783eb
[MachO] Finish moving fat header swap functions to MachO.h
by Chris Bieneman
· 9 years ago
eb6d110
Add support for Darwin’s 64-bit universal files with 64-bit offsets and sizes for the objects.
by Kevin Enderby
· 9 years ago
9acb109
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
by Kevin Enderby
· 9 years ago
ff044b1
[Object] Make createMachOObjectFile return Expected<...> rather than
by Lang Hames
· 10 years ago
6eb30ee
Use early return NFC.
by Frederic Riss
· 10 years ago
ebc162a
[Object] Search for architecures by name in MachOUniversalBinary::getObjectForArch()
by Frederic Riss
· 10 years ago
7d09919
Remove object_error::success and use std::error_code() instead
by Rui Ueyama
· 10 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
0bfe828
Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
by Rafael Espindola
· 11 years ago
798ff92
Be more specific about return type of MachOUniversalBinary::getObjectForArch
by Alexey Samsonov
· 11 years ago
1f76e52
unique_ptrify MachOUniversalBinary::create
by David Blaikie
· 11 years ago
113ba3e
Fix a pair of use after free. Should bring the bots back.
by Rafael Espindola
· 11 years ago
48af1c2
Don't own the buffer in object::Binary.
by Rafael Espindola
· 11 years ago
f557713
A std::unique_ptr case I missed in the previous patch.
by Rafael Espindola
· 11 years ago
2e60ca9
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
by Rafael Espindola
· 11 years ago
6304e94
Pass a std::unique_ptr& to the create??? methods is lib/Object.
by Rafael Espindola
· 11 years ago
4f7932b
Convert a few methods to use ErrorOr.
by Rafael Espindola
· 11 years ago
1983fcf
Change the output of llvm-nm and llvm-size for Mach-O universal files (aka
by Kevin Enderby
· 11 years ago
4b8fc28
Teach llvm-size to know about Mach-O universal files (aka fat files) and
by Kevin Enderby
· 11 years ago
c7b4253
Replacing the private implementations of SwapValue with calls to sys::swapByteOrder()
by Artyom Skrobov
· 11 years ago
ef5e867
Renaming SwapByteOrder() to getSwappedBytes()
by Artyom Skrobov
· 11 years ago
db4ed0b
Remove 'using std::errro_code' from lib.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
e858a65
Teach llvm-nm to know about fat archives (aka MachOUniversal files
by Kevin Enderby
· 11 years ago
2617dcc
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
96c9d95
[C++11] Replace OwningPtr::take() with OwningPtr::release().
by Ahmed Charles
· 12 years ago
692410e
Be a bit more consistent about using ErrorOr when constructing Binary objects.
by Rafael Espindola
· 12 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
8bdfafd
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
by Charles Davis
· 12 years ago
1827bd8
Revert "Fix the build broken by r189315." and "Move everything depending on Object/MachOFormat.h over to Support/MachO.h."
by Charles Davis
· 12 years ago
0c6f71b
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
by Charles Davis
· 12 years ago
db1bf3f
MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::string instead.
by NAKAMURA Takumi
· 12 years ago
e6388e6
Basic support for parsing Mach-O universal binaries in LLVMObject library
by Alexey Samsonov
· 12 years ago