summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/SymbolicFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida2019-08-211-0/+1
* [Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile2019-07-091-0/+1
* [XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong2019-04-041-0/+1
* [Object] Add basic minidump supportPavel Labath2019-03-211-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update a few switch statements to handle file_magic::pdb.Zachary Turner2018-03-071-0/+1
* Convert the last uses of ErrorOr in include/llvm/Object.Rafael Espindola2017-10-111-2/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-30/+32
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-191-3/+11
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-0/+1
* Fix -Wswitch.Rui Ueyama2016-11-151-0/+1
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-4/+4
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-7/+7
* Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama2015-08-281-1/+4
* Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama2015-08-281-46/+1
* Object: Teach llvm-ar to create symbol table for COFF short import files.Rui Ueyama2015-08-281-1/+46
* Object: Handle Mach-O kext bundle filesJustin Bogner2015-02-251-0/+1
* Rename createIRObjectFile to just create.Rafael Espindola2014-12-091-2/+2
* Support ELF files of unknown type.Michael J. Spencer2014-11-181-0/+1
* LTO: introduce object file-based on-disk module format.Peter Collingbourne2014-09-181-3/+17
* unique_ptrify IRObjectFile::createIRObjectFileDavid Blaikie2014-09-031-2/+1
* Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.David Blaikie2014-09-031-1/+2
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-9/+7
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-1/+1
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-3/+4
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-2/+3
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-9/+5
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-211-0/+67
OpenPOWER on IntegriCloud