Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ada2356ac95fefeed7b6f932e079e7f7415ebaf7
/
llvm
/
lib
/
Object
/
ObjectFile.cpp
fc149a6
Path: Recognize Windows compiled resource file.
by Rui Ueyama
· 12 years ago
4d76a21
Delete the buffer in createObjectFile if it fails.
by Rafael Espindola
· 12 years ago
e6388e6
Basic support for parsing Mach-O universal binaries in LLVMObject library
by Alexey Samsonov
· 12 years ago
447d2d1
Fix variable name style. Don't cast to and from int.
by Rafael Espindola
· 12 years ago
cd81b90
Convert another use of sys::identifyFileType.
by Rafael Espindola
· 12 years ago
1dc4306
Pass a StringRef to sys::identifyFileType.
by Rafael Espindola
· 12 years ago
4f60a38
Change how we iterate over relocations on ELF.
by Rafael Espindola
· 12 years ago
e4dd2e0
Add getSymbolAlignment to the ObjectFile interface.
by Rafael Espindola
· 12 years ago
717c4d4
Remove unused argument.
by Rafael Espindola
· 13 years ago
a5a4ff5
When encountering an unknown file format, ObjectFile::createObjectFile should
by Eli Bendersky
· 13 years ago
2d3dac3
Remove unused variables.
by Rafael Espindola
· 14 years ago
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
557a81e
ObjectFile: Add support for mach-o-style dSYM companion files.
by Benjamin Kramer
· 14 years ago
ec29b12
Make Binary the parent of ObjectFile and update children to new interface.
by Michael J. Spencer
· 14 years ago
aa41981
Revert the last two commits in the series. r132911, r132912.
by Michael J. Spencer
· 14 years ago
a7f9c49
Make Binary the parent of ObjectFile and update children to new interface.
by Michael J. Spencer
· 14 years ago
bafb9347
Hook in mach-o object files into Object interface.
by Eric Christopher
· 15 years ago
b60a18d
Object: Add ELF support.
by Michael J. Spencer
· 15 years ago
8e90ada
Object: Add COFF Support.
by Michael J. Spencer
· 15 years ago
39a0ffc
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm.
by Michael J. Spencer
· 15 years ago
7b6fef8
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients.
by Michael J. Spencer
· 15 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
ee5ba31
Fix typo: Exectuable -> Executable
by Peter Collingbourne
· 15 years ago
f177d16
Object: Get rid of sys::Path, Triple, and cleanup namespace.
by Michael J. Spencer
· 15 years ago
fe5ee80
Add LLVMObject Library.
by Michael J. Spencer
· 15 years ago