aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-143-3/+192
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-141-0/+1
* Silence false positive uninitialized variable warnings from GCC.Benjamin Kramer2011-09-131-3/+3
* Remove dead code.Benjamin Kramer2011-09-091-8/+0
* Fix release build:Nick Lewycky2011-09-091-3/+1
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-083-18/+516
* Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer2011-08-301-0/+26
* Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer2011-08-301-0/+12
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+5
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-153-0/+37
* MachOObjectFile: Get symbol functions ready for 64 bit.Benjamin Kramer2011-07-151-13/+58
* Output MachO section names in the form SEGMENT,section.Benjamin Kramer2011-07-151-2/+2
* Add support for 64 bit objects to MachOObjectFile.Benjamin Kramer2011-07-151-21/+77
* MachOObjectFile: Change isSectionText to return true for sections named text,...Benjamin Kramer2011-07-151-4/+3
* Use memcmp.Benjamin Kramer2011-07-051-3/+1
* Really fix typo :-(Rafael Espindola2011-07-051-1/+1
* Fix typo.Rafael Espindola2011-07-051-2/+2
* Compare all 4 bytes of the header.Rafael Espindola2011-07-051-2/+3
* Fix warnings.Michael J. Spencer2011-07-051-3/+3
* Object: Add proper error handling.Michael J. Spencer2011-06-255-192/+425
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-255-152/+91
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-252-0/+51
* Add Object/Error.Michael J. Spencer2011-06-252-0/+56
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-133-107/+0
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-135-91/+152
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-135-152/+91
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-132-0/+51
* Add Object/Error.Michael J. Spencer2011-06-132-0/+56
* Fix spelling and sort CMakeLists.txt.Michael J. Spencer2011-06-131-2/+2
* Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a littleNick Lewycky2011-05-021-4/+1
* Use enums for constant values.Eric Christopher2011-04-221-12/+13
* Make the file format strings a little prettier for mach-o.Eric Christopher2011-04-221-16/+12
* Add MachOObjectFile.cpp to cmake.Eric Christopher2011-04-221-0/+1
* Hook in mach-o object files into Object interface.Eric Christopher2011-04-221-1/+1
* Add an ObjectFile implementation for mach-o.Eric Christopher2011-04-221-0/+330
* Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-031-0/+28
* Move Object.cpp out of VMCore and into Object.Eric Christopher2011-04-032-0/+60
* Assorted bugfixes in object file handling:Eric Christopher2011-04-032-2/+20
* Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer2011-01-212-83/+68
* Object: Add ELF support.Michael J. Spencer2011-01-203-1/+708
* Object: Add COFF Support.Michael J. Spencer2011-01-203-1/+372
* Fix mismatched new[]/delete.Benjamin Kramer2010-12-171-1/+1
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-2/+5
* Mach-O: Tweak field name.Daniel Dunbar2010-12-101-1/+1
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-1/+3
* Merge System into Support.Michael J. Spencer2010-11-292-3/+3
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-271-0/+4
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-271-0/+28
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-271-1/+7
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-271-0/+13