Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a69bbe02a2352271e8b14542073f177e24c499c1
/
llvm
/
lib
/
Object
/
SymbolicFile.cpp
359840a
[BinaryFormat] Teach identify_magic about Tapi files.
by Cyndy Ishida
· 6 years ago
837ae69
[Object][XCOFF] Add support for 64-bit file header and section header dumping.
by Sean Fertile
· 6 years ago
ab2eb2b
[XCOFF] Add functionality for parsing AIX XCOFF object file headers
by Hubert Tong
· 6 years ago
581d79a
[Object] Add basic minidump support
by Pavel Labath
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
aac28f3
Update a few switch statements to handle file_magic::pdb.
by Zachary Turner
· 8 years ago
3500f5e
Convert the last uses of ErrorOr in include/llvm/Object.
by Rafael Espindola
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
d341c93
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
2c6f75d
[WebAssembly] Add llvm-objdump support for wasm file format
by Derek Schuff
· 9 years ago
e97c34c
Fix -Wswitch.
by Rui Ueyama
· 9 years ago
d9445c4
Bitcode: Change module reader functions to return an llvm::Expected.
by Peter Collingbourne
· 9 years ago
b03fd12
Replace "fallthrough" comments with LLVM_FALLTHROUGH
by Justin Bogner
· 9 years ago
3fcdf6a
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to produce a real error message
by Kevin Enderby
· 9 years ago
71ba9bd
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files
by Rui Ueyama
· 10 years ago
8cff174
Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF short import files
by Rui Ueyama
· 10 years ago
22b1b7a
Object: Teach llvm-ar to create symbol table for COFF short import files.
by Rui Ueyama
· 10 years ago
a7ad4b3
Object: Handle Mach-O kext bundle files
by Justin Bogner
· 11 years ago
5dec7ea
Rename createIRObjectFile to just create.
by Rafael Espindola
· 11 years ago
bbd875b
Support ELF files of unknown type.
by Michael J. Spencer
· 11 years ago
10039c0
LTO: introduce object file-based on-disk module format.
by Peter Collingbourne
· 11 years ago
10a27df
unique_ptrify IRObjectFile::createIRObjectFile
by David Blaikie
· 11 years ago
99b96f4
Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.
by David Blaikie
· 11 years ago
48af1c2
Don't own the buffer in object::Binary.
by Rafael Espindola
· 11 years ago
437b0d5
Use std::unique_ptr to make the ownership explicit.
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
c3f9b5a
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
by Rafael Espindola
· 11 years ago
f12b828
Add a SymbolicFile interface between Binary and ObjectFile.
by Rafael Espindola
· 12 years ago