summaryrefslogtreecommitdiff
path: root/lib/Object
Commit message (Expand)AuthorAge
* Object: Add isSection{Data,BSS}.Michael J. Spencer2011-09-28
* Object: Add archive support.Michael J. Spencer2011-09-27
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-14
* ObjectFile: Add support for mach-o-style dSYM companion files.Benjamin Kramer2011-09-14
* Silence false positive uninitialized variable warnings from GCC.Benjamin Kramer2011-09-13
* Remove dead code.Benjamin Kramer2011-09-09
* Fix release build:Nick Lewycky2011-09-09
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-08
* Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer2011-08-30
* Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer2011-08-30
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-15
* MachOObjectFile: Get symbol functions ready for 64 bit.Benjamin Kramer2011-07-15
* Output MachO section names in the form SEGMENT,section.Benjamin Kramer2011-07-15
* Add support for 64 bit objects to MachOObjectFile.Benjamin Kramer2011-07-15
* MachOObjectFile: Change isSectionText to return true for sections named text,...Benjamin Kramer2011-07-15
* Use memcmp.Benjamin Kramer2011-07-05
* Really fix typo :-(Rafael Espindola2011-07-05
* Fix typo.Rafael Espindola2011-07-05
* Compare all 4 bytes of the header.Rafael Espindola2011-07-05
* Fix warnings.Michael J. Spencer2011-07-05
* Object: Add proper error handling.Michael J. Spencer2011-06-25
* 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
* Add Object/Error.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
* 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