summaryrefslogtreecommitdiff
path: root/lib/Object
Commit message (Expand)AuthorAge
* 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
* Add Object/Error.Michael J. Spencer2011-06-13
* Fix spelling and sort CMakeLists.txt.Michael J. Spencer2011-06-13
* Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a littleNick Lewycky2011-05-02
* Use enums for constant values.Eric Christopher2011-04-22
* Make the file format strings a little prettier for mach-o.Eric Christopher2011-04-22
* Add MachOObjectFile.cpp to cmake.Eric Christopher2011-04-22
* Hook in mach-o object files into Object interface.Eric Christopher2011-04-22
* Add an ObjectFile implementation for mach-o.Eric Christopher2011-04-22
* Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-03
* Move Object.cpp out of VMCore and into Object.Eric Christopher2011-04-03
* Assorted bugfixes in object file handling:Eric Christopher2011-04-03
* Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer2011-01-21
* Object: Add ELF support.Michael J. Spencer2011-01-20
* Object: Add COFF Support.Michael J. Spencer2011-01-20
* Fix mismatched new[]/delete.Benjamin Kramer2010-12-17
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Mach-O: Tweak field name.Daniel Dunbar2010-12-10
* 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
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping sections.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar2010-11-27
* Unbreak build for newer GCCs.Benjamin Kramer2010-11-27
* macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping segment load commands.Daniel Dunbar2010-11-27
* Object/Mach-O: Add header and load command information.Daniel Dunbar2010-11-27
* Object/Mach-O: Validate Mach-O magic and initialize format info.Daniel Dunbar2010-11-27
* MC/Mach-O: Start stubbing out a Mach-O object file wrapper.Daniel Dunbar2010-11-27
* Fix typo: Exectuable -> ExecutablePeter Collingbourne2010-11-17
* Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer2010-11-16
* Object: Add missing makefile.Michael J. Spencer2010-11-15
* Add LLVMObject Library.Michael J. Spencer2010-11-15