| Commit message (Expand) | Author | Age | Files | Lines |
* | [Object/COFF]: Expose getSectionContents. | Michael J. Spencer | 2012-03-19 | 1 | -0/+5 |
* | [Object/COFF]: Expose getSectionName. | Michael J. Spencer | 2012-03-19 | 2 | -0/+8 |
* | Support reading GNU symbol versions in ELFObjectFile | David Meyer | 2012-03-09 | 1 | -9/+360 |
* | [Object] | David Meyer | 2012-03-09 | 6 | -14/+45 |
* | [Object] | David Meyer | 2012-03-01 | 4 | -1/+39 |
* | [Object] | David Meyer | 2012-03-01 | 4 | -1/+330 |
* | [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi... | David Meyer | 2012-02-29 | 2 | -11/+24 |
* | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer | 2012-02-28 | 4 | -77/+32 |
* | [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. | Michael J. Spencer | 2012-02-28 | 4 | -20/+90 |
* | Remove duplicate copy of Object/ELF.h that somehow managed to get in. | Michael J. Spencer | 2012-02-27 | 1 | -1487/+0 |
* | Expose the ELFObjectFile class directly in the Object/ELF.h header, similarly | Eli Bendersky | 2012-02-12 | 2 | -2/+2971 |
* | Remove trailing spaces | Eli Bendersky | 2012-01-22 | 1 | -3/+3 |
* | Basic runtime dynamic loading capabilities added to ELFObjectFile, implemented | Eli Bendersky | 2012-01-22 | 1 | -1/+3 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 2 | -1/+2 |
* | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-29 | 3 | -6/+17 |
* | Revert r145180 as it is causing test failures on all the bots. | Chandler Carruth | 2011-11-27 | 3 | -17/+6 |
* | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-27 | 3 | -6/+17 |
* | Object/Archive: Give Child a operator < for map. | Michael J. Spencer | 2011-11-16 | 1 | -0/+8 |
* | object: Add operator < for SymbolRef and SectionRef. | Michael J. Spencer | 2011-11-02 | 1 | -0/+16 |
* | Object/Archive: Add symbol table iteration. | Michael J. Spencer | 2011-11-02 | 1 | -0/+46 |
* | Add support for scattered relocations to the MachO relocatation pretty printer. | Owen Anderson | 2011-10-26 | 1 | -1/+3 |
* | Expand relocation type field to 64 bits. MachO scattered relocations require... | Owen Anderson | 2011-10-26 | 3 | -5/+5 |
* | Object/Archive: Add BSD style long file name support and skip internal members. | Michael J. Spencer | 2011-10-25 | 1 | -1/+1 |
* | Add support for the notion of "hidden" relocations. On MachO, these are relo... | Owen Anderson | 2011-10-25 | 2 | -0/+14 |
* | More fixes and improvements to MachO relocation pretty-printing, particular f... | Owen Anderson | 2011-10-24 | 1 | -0/+2 |
* | Object/COFF: Change type from a struct to a uint16_t. The struct would be | Michael J. Spencer | 2011-10-18 | 1 | -4/+9 |
* | Object: Add some types to SymbolRef::Type. | Michael J. Spencer | 2011-10-17 | 1 | -1/+3 |
* | Object: Add isSymbolAbsolute and getSymbolSection. | Michael J. Spencer | 2011-10-17 | 3 | -49/+75 |
* | Object: Add isSymbolWeak. | Michael J. Spencer | 2011-10-17 | 3 | -1/+10 |
* | Object/COFF: Expose more data in the public API. | Michael J. Spencer | 2011-10-17 | 1 | -4/+21 |
* | Object: Implement casting for concrete classes. | Michael J. Spencer | 2011-10-17 | 2 | -0/+11 |
* | 80-col. | Michael J. Spencer | 2011-10-17 | 1 | -1/+3 |
* | Add an accessor to get the underlying MachO representation. | Owen Anderson | 2011-10-17 | 1 | -0/+2 |
* | Object: Fix redundant name. | Michael J. Spencer | 2011-10-17 | 3 | -6/+6 |
* | Expose MachOObjectFile externally, like we do for COFF. First step in reduci... | Owen Anderson | 2011-10-11 | 1 | -0/+106 |
* | Add support for .symtab_shnidx. Unfortunately, doing this required breaking a | Nick Lewycky | 2011-10-11 | 1 | -0/+6 |
* | Object: add getSectionAlignment. | Michael J. Spencer | 2011-10-10 | 2 | -0/+9 |
* | Object: constize Archive. | Michael J. Spencer | 2011-10-08 | 1 | -4/+4 |
* | Change relocation API to be per section. This time without breaking GCC. | Michael J. Spencer | 2011-10-07 | 2 | -41/+89 |
* | Revert 141376 and 141377 due to breaking the build. | Bill Wendling | 2011-10-07 | 2 | -89/+41 |
* | Change relocation API to be per section. | Michael J. Spencer | 2011-10-07 | 2 | -41/+89 |
* | Object: Add isSection{Data,BSS}. | Michael J. Spencer | 2011-09-28 | 2 | -0/+14 |
* | Object: Add archive support. | Michael J. Spencer | 2011-09-27 | 1 | -0/+90 |
* | Object: make the following changes into SymbolRef | Benjamin Kramer | 2011-09-14 | 2 | -0/+31 |
* | Add support for relocations to ObjectFile. | Benjamin Kramer | 2011-09-08 | 2 | -16/+90 |
* | Teach macho-dump to dump the uleb128s referred to by linkedit_data segments. | Benjamin Kramer | 2011-08-30 | 1 | -0/+1 |
* | Teach macho-dump how to dump linkedit_data load commands. | Benjamin Kramer | 2011-08-30 | 2 | -1/+14 |
* | Teach llvm-objdump to disassemble sections symbol by symbol. | Benjamin Kramer | 2011-07-15 | 1 | -0/+4 |
* | ObjectFile: Add a method to check whether a section contains a symbol. | Benjamin Kramer | 2011-07-15 | 2 | -0/+13 |
* | Fix 80-col. | Michael J. Spencer | 2011-07-05 | 1 | -3/+12 |