| Commit message (Expand) | Author | Age | Files | Lines |
* | [ELF] dont compute symbolname size in every loop | Shankar Easwaran | 2013-03-25 | 1 | -1/+1 |
* | reflect comment to the official reference | Shankar Easwaran | 2013-03-25 | 1 | -1/+1 |
* | [ELF] add elf_hash function to compute the hash value of a symbol in the dyna... | Shankar Easwaran | 2013-03-25 | 1 | -0/+15 |
* | [llvm-readobj] Add ELF .dynamic table dumping. | Michael J. Spencer | 2013-02-20 | 1 | -9/+40 |
* | include/llvm/Object/ELF.h: do debug checks only when NDEBUG | Dmitry Vyukov | 2013-02-14 | 1 | -0/+2 |
* | AArch64: Add basic relocation processing for llvm-dwarfdump. | Tim Northover | 2013-02-11 | 1 | -0/+30 |
* | [Object][ELF] Add a way to get the dynamic symbol table section. | Michael J. Spencer | 2013-02-07 | 1 | -0/+4 |
* | [Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate ov... | Michael J. Spencer | 2013-02-07 | 1 | -28/+43 |
* | [Object][ELF] Fix crash on no dynamic section. | Michael J. Spencer | 2013-02-07 | 1 | -3/+5 |
* | 80-col | Michael J. Spencer | 2013-02-07 | 1 | -5/+10 |
* | [Object][ELF] Do the actual devirtualization. | Michael J. Spencer | 2013-02-07 | 1 | -2/+2 |
* | [Object][ELF] Devirtualize and simplify dynamic table iteration. | Michael J. Spencer | 2013-02-07 | 1 | -182/+70 |
* | [Object][Archive] Improve performance. | Michael J. Spencer | 2013-02-03 | 1 | -5/+93 |
* | Add AArch64 as an experimental target. | Tim Northover | 2013-01-31 | 1 | -0/+85 |
* | Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips. | NAKAMURA Takumi | 2013-01-26 | 2 | -0/+18 |
* | Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64. | NAKAMURA Takumi | 2013-01-26 | 1 | -0/+16 |
* | RelocVisitor::visit(): Set hasError in the default path. | NAKAMURA Takumi | 2013-01-26 | 1 | -0/+1 |
* | Revert "[Object] .bss sections have no content. PR15005." | Michael J. Spencer | 2013-01-21 | 1 | -7/+5 |
* | [Object] .bss sections have no content. PR15005. | Michael J. Spencer | 2013-01-21 | 1 | -5/+7 |
* | Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completely | Jakub Staszak | 2013-01-19 | 1 | -1/+1 |
* | Fixing behavior of ELFObjectFile::getSymbolFileOffset(). | Andrew Kaylor | 2013-01-18 | 1 | -1/+1 |
* | [MC/Mach-O] Add support for linker options in Mach-O files. | Daniel Dunbar | 2013-01-18 | 2 | -1/+13 |
* | Improve r172577 by using the correct type when declaring constants | Dmitri Gribenko | 2013-01-16 | 1 | -9/+5 |
* | Avoid Enum Compare Warnings | David Greene | 2013-01-15 | 1 | -2/+4 |
* | [Object][ELF] Fix -Wenum-compare. | Michael J. Spencer | 2013-01-15 | 1 | -3/+5 |
* | [Object][ELF] Simplify ELFObjectFile by using ELFType. | Michael J. Spencer | 2013-01-15 | 1 | -489/+415 |
* | Complete the existing support of ARM v6m, v7m, and v7em, i.e., respectively c... | Quentin Colombet | 2013-01-14 | 1 | -1/+4 |
* | Remove redundant 'llvm::' qualifications | Dmitri Gribenko | 2013-01-13 | 1 | -2/+2 |
* | Fix include guards so they exactly match file names. | Jakub Staszak | 2013-01-10 | 2 | -4/+4 |
* | [Object, DebugInfo] Make DWARFContext BE-aware. | NAKAMURA Takumi | 2013-01-09 | 1 | -2/+6 |
* | Allow ELF64 relocation type to be more than 8 bits. | Tim Northover | 2013-01-08 | 1 | -8/+8 |
* | [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl. | Michael J. Spencer | 2013-01-06 | 1 | -3/+3 |
* | [Object][ELF] Add program header iterator. | Michael J. Spencer | 2013-01-06 | 1 | -3/+19 |
* | [Object][ELF] Refactor ELFRelocationIterator into ELFEntityIterator. No funct... | Michael J. Spencer | 2013-01-06 | 1 | -27/+29 |
* | Make this an integer so we have enumeral types in the conditional | Eric Christopher | 2013-01-05 | 1 | -1/+1 |
* | [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to... | Michael J. Spencer | 2013-01-04 | 1 | -331/+387 |
* | Fix bits check in ELFObjectFile::isSectionZeroInit(). | Rafael Espindola | 2012-12-31 | 1 | -4/+1 |
* | Right now all of the relocations are 32-bit dwarf, and the relocation | Eric Christopher | 2012-12-27 | 1 | -0/+34 |
* | Add a function to get the segment name of a section. | Rafael Espindola | 2012-12-21 | 1 | -0/+5 |
* | Revert 170545 while I debug the ppc failures. | Rafael Espindola | 2012-12-19 | 1 | -5/+0 |
* | Add r170095 back. | Rafael Espindola | 2012-12-19 | 1 | -0/+5 |
* | Teach MachO which sections contain code | Tim Northover | 2012-12-17 | 1 | -0/+4 |
* | Revert "Add a funciton to get the segment name of a section." | Eric Christopher | 2012-12-13 | 1 | -5/+0 |
* | Add a funciton to get the segment name of a section. | Rafael Espindola | 2012-12-13 | 1 | -0/+5 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 6 | -10/+10 |
* | Fix a memory leak in MachOObjectFile. | Jim Grosbach | 2012-11-29 | 1 | -2/+2 |
* | Remove some dead code. | Eric Christopher | 2012-11-20 | 1 | -19/+0 |
* | Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context. | NAKAMURA Takumi | 2012-11-19 | 1 | -4/+4 |
* | Adding changes to support GNU style archive library reading | Shankar Easwaran | 2012-11-13 | 1 | -0/+14 |
* | Adding convenience function to ELF Header | Shankar Easwaran | 2012-11-13 | 1 | -0/+16 |