summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Object] Add tapi files to objectCyndy Ishida2019-08-211-2/+2
* [BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida2019-08-211-0/+3
* [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/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Don't require a null terminator when loading objectsDavid Major2019-01-091-1/+2
* Update a few switch statements to handle file_magic::pdb.Zachary Turner2018-03-071-0/+3
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-33/+34
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Add functionality to cvtres to parse all entries in res file.Eric Beckmann2017-05-201-1/+3
* [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko2017-04-191-8/+12
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-301-0/+1
* Fix -Wswitch.Rui Ueyama2016-11-151-0/+1
* Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby2016-06-291-1/+1
* Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected...Kevin Enderby2016-06-271-1/+1
* Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby2016-04-061-9/+9
* Object: Handle Mach-O kext bundle filesJustin Bogner2015-02-251-0/+1
* Support ELF files of unknown type.Michael J. Spencer2014-11-181-0/+1
* unique_ptrify MachOUniversalBinary::createDavid 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-16/+21
* Use std::unique_ptr to make the ownership explicit.Rafael Espindola2014-07-311-3/+4
* Correct the ownership passing semantics of object::createBinary and make them...David Blaikie2014-07-211-2/+2
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-3/+4
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-241-4/+4
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-231-4/+4
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-231-13/+8
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-4/+4
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-211-5/+5
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-291-1/+1
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-241-4/+4
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-221-10/+10
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-211-35/+10
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-151-31/+25
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+1
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-1/+2
* Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...Alexey Samsonov2013-06-281-2/+7
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+7
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-2/+4
* Convert a use of sys::identifyFileType to sys::fs::identify_magic.Rafael Espindola2013-06-111-16/+18
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-101-2/+1
* Don't artifically restrict input object size.Sean Silva2013-06-081-2/+0
* Object: Add support for opening stdin.Michael J. Spencer2011-10-081-1/+1
* Object: Add archive support.Michael J. Spencer2011-09-271-1/+8
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-251-3/+49
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-251-0/+50
OpenPOWER on IntegriCloud