summaryrefslogtreecommitdiff
path: root/lib/Object/Binary.cpp
Commit message (Expand)AuthorAge
* Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola2014-06-24
* Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola2014-06-23
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-29
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-22
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-15
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Make a switch in createBinary fully-covered. Add forgotten macho_dsym_compani...Alexey Samsonov2013-06-28
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-18
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Convert a use of sys::identifyFileType to sys::fs::identify_magic.Rafael Espindola2013-06-11
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-10
* Don't artifically restrict input object size.Sean Silva2013-06-08
* Object: Add support for opening stdin.Michael J. Spencer2011-10-08
* Object: Add archive support.Michael J. Spencer2011-09-27
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-25
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-25
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-13
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-13
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-13
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-13