Add clang-tblgen to OPTIONAL_DIRS when building native tools for the
[oota-llvm.git] / lib / Object /
2011-10-08 Michael J. SpencerObject: Add support for opening stdin.
2011-10-08 Michael J. SpencerObject: constize Archive.
2011-10-07 Michael J. SpencerFix GCC again.
2011-10-07 Michael J. SpencerChange relocation API to be per section. This time...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 Michael J. SpencerChange relocation API to be per section.
2011-09-28 Michael J. SpencerObject: Add isSection{Data,BSS}.
2011-09-27 Michael J. SpencerObject: Add archive support.
2011-09-14 Benjamin KramerObject: make the following changes into SymbolRef
2011-09-14 Benjamin KramerObjectFile: Add support for mach-o-style dSYM companion...
2011-09-13 Benjamin KramerSilence false positive uninitialized variable warnings...
2011-09-09 Benjamin KramerRemove dead code.
2011-09-09 Nick LewyckyFix release build:
2011-09-08 Benjamin KramerAdd support for relocations to ObjectFile.
2011-08-30 Benjamin KramerTeach macho-dump to dump the uleb128s referred to by...
2011-08-30 Benjamin KramerTeach macho-dump how to dump linkedit_data load commands.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-15 Benjamin KramerObjectFile: Add a method to check whether a section...
2011-07-15 Benjamin KramerMachOObjectFile: Get symbol functions ready for 64...
2011-07-15 Benjamin KramerOutput MachO section names in the form SEGMENT,section.
2011-07-15 Benjamin KramerAdd support for 64 bit objects to MachOObjectFile.
2011-07-15 Benjamin KramerMachOObjectFile: Change isSectionText to return true...
2011-07-05 Benjamin KramerUse memcmp.
2011-07-05 Rafael EspindolaReally fix typo :-(
2011-07-05 Rafael EspindolaFix typo.
2011-07-05 Rafael EspindolaCompare all 4 bytes of the header.
2011-07-05 Michael J. SpencerFix warnings.
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-06-25 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-25 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-25 Michael J. SpencerAdd Object/Error.
2011-06-13 Benjamin KramerRevert r132910 and r132909 on behalf of Michael. They...
2011-06-13 Michael J. SpencerRevert the last two commits in the series. r132911...
2011-06-13 Michael J. SpencerMake Binary the parent of ObjectFile and update childre...
2011-06-13 Michael J. SpencerAdd Binary class. This is a cleaner parent than ObjectFile.
2011-06-13 Michael J. SpencerAdd Object/Error.
2011-06-13 Michael J. SpencerFix spelling and sort CMakeLists.txt.
2011-05-02 Nick LewyckyRemove dead variable pointed out by GCC 4.6 warnings...
2011-04-22 Eric ChristopherUse enums for constant values.
2011-04-22 Eric ChristopherMake the file format strings a little prettier for...
2011-04-22 Eric ChristopherAdd MachOObjectFile.cpp to cmake.
2011-04-22 Eric ChristopherHook in mach-o object files into Object interface.
2011-04-22 Eric ChristopherAdd an ObjectFile implementation for mach-o.
2011-04-03 Eric ChristopherStart migrating mach-o dumping facilities to the object...
2011-04-03 Eric ChristopherMove Object.cpp out of VMCore and into Object.
2011-04-03 Eric ChristopherAssorted bugfixes in object file handling:
2011-01-21 Michael J. SpencerObject: Fix type punned pointer issues by making DataRe...
2011-01-20 Michael J. SpencerObject: Add ELF support.
2011-01-20 Michael J. SpencerObject: Add COFF Support.
2010-12-17 Benjamin KramerFix mismatched new[]/delete.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-10 Daniel DunbarMach-O: Tweak field name.
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-27 Daniel Dunbarmacho-dump: Add support for --dump-section-data and...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symbol table entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping string table data.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping sections.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping dysymtab indirect...
2010-11-27 Benjamin KramerUnbreak build for newer GCCs.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symtab and dysymtab...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping segment load commands.
2010-11-27 Daniel DunbarObject/Mach-O: Add header and load command information.
2010-11-27 Daniel DunbarObject/Mach-O: Validate Mach-O magic and initialize...
2010-11-27 Daniel DunbarMC/Mach-O: Start stubbing out a Mach-O object file...
2010-11-17 Peter CollingbourneFix typo: Exectuable -> Executable
2010-11-16 Michael J. SpencerObject: Get rid of sys::Path, Triple, and cleanup names...
2010-11-15 Michael J. SpencerObject: Add missing makefile.
2010-11-15 Michael J. SpencerAdd LLVMObject Library.