summaryrefslogtreecommitdiff
path: root/lib/Object/ObjectFile.cpp
Commit message (Expand)AuthorAge
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-14
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-25
* 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
* Hook in mach-o object files into Object interface.Eric Christopher2011-04-22
* Object: Add ELF support.Michael J. Spencer2011-01-20
* Object: Add COFF Support.Michael J. Spencer2011-01-20
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix typo: Exectuable -> ExecutablePeter Collingbourne2010-11-17
* Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer2010-11-16
* Add LLVMObject Library.Michael J. Spencer2010-11-15