aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object
Commit message (Expand)AuthorAgeFilesLines
* Object/Archive: Add BSD style long file name support and skip internal members.Michael J. Spencer2011-10-251-1/+1
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-252-0/+14
* More fixes and improvements to MachO relocation pretty-printing, particular f...Owen Anderson2011-10-241-0/+2
* Object/COFF: Change type from a struct to a uint16_t. The struct would beMichael J. Spencer2011-10-181-4/+9
* Object: Add some types to SymbolRef::Type.Michael J. Spencer2011-10-171-1/+3
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-173-49/+75
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-173-1/+10
* Object/COFF: Expose more data in the public API.Michael J. Spencer2011-10-171-4/+21
* Object: Implement casting for concrete classes.Michael J. Spencer2011-10-172-0/+11
* 80-col.Michael J. Spencer2011-10-171-1/+3
* Add an accessor to get the underlying MachO representation.Owen Anderson2011-10-171-0/+2
* Object: Fix redundant name.Michael J. Spencer2011-10-173-6/+6
* Expose MachOObjectFile externally, like we do for COFF. First step in reduci...Owen Anderson2011-10-111-0/+106
* Add support for .symtab_shnidx. Unfortunately, doing this required breaking aNick Lewycky2011-10-111-0/+6
* Object: add getSectionAlignment.Michael J. Spencer2011-10-102-0/+9
* Object: constize Archive.Michael J. Spencer2011-10-081-4/+4
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-072-41/+89
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-072-89/+41
* Change relocation API to be per section.Michael J. Spencer2011-10-072-41/+89
* Object: Add isSection{Data,BSS}.Michael J. Spencer2011-09-282-0/+14
* Object: Add archive support.Michael J. Spencer2011-09-271-0/+90
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-142-0/+31
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-082-16/+90
* Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer2011-08-301-0/+1
* Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer2011-08-302-1/+14
* Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer2011-07-151-0/+4
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-152-0/+13
* Fix 80-col.Michael J. Spencer2011-07-051-3/+12
* Object: Add proper error handling.Michael J. Spencer2011-06-253-68/+96
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-253-17/+130
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-251-0/+64
* Add Object/Error.Michael J. Spencer2011-06-251-0/+49
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-132-113/+0
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-133-130/+17
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-133-17/+130
* Add Binary class. This is a cleaner parent than ObjectFile.Michael J. Spencer2011-06-131-0/+64
* Add Object/Error.Michael J. Spencer2011-06-131-0/+49
* Start migrating mach-o dumping facilities to the object file out of aEric Christopher2011-04-031-0/+20
* Edit a comment for consistency.Bob Wilson2011-02-031-1/+1
* Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer2011-01-211-1/+14
* Completed :lower16: / :upper16: support for movw / movt pairs on Darwin.Evan Cheng2011-01-141-1/+4
* MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrongDaniel Dunbar2010-12-211-8/+12
* Mach-O/ARM: Add relocation type enumeration.Daniel Dunbar2010-12-101-0/+12
* Mach-O: Tweak field name.Daniel Dunbar2010-12-101-1/+1
* Merge System into Support.Michael J. Spencer2010-11-292-2/+2
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-271-0/+2
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-272-0/+30
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-271-0/+17
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-272-0/+12
* macho-dump: Add support for dumping sections.Daniel Dunbar2010-11-272-0/+39