aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/ELF.h
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-0/+6
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-011-4/+7
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+10
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-211-0/+8
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+48
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-0/+2
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+1
* AArch64: print relocation addends if present on AArch64Tim Northover2013-06-171-1/+10
* Don't hide the first ELF symbol.Rafael Espindola2013-06-051-2/+2
* Represent symbols with a SymbolIndex,SectionIndex pair.Rafael Espindola2013-06-051-66/+51
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-7/+8
* Fix a couple of typos and 80-col.Eric Christopher2013-05-301-19/+21
* Fix warning on varialbe unused in opt builds.Daniel Jasper2013-05-301-2/+1
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-61/+42
* Remove dead return.Rafael Espindola2013-05-301-1/+0
* Add basic support for ELF32-ppc relocations to llvm-dwarfdump.Benjamin Kramer2013-05-181-0/+2
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-091-16/+15
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-3/+31
* [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-081-0/+8
* Revert r181009.Amara Emerson2013-05-031-186/+0
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-031-0/+186
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-031-0/+71
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-0/+16
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-30/+19
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-171-98/+72
* Add missing relocation namesNico Rieck2013-04-121-0/+66
* Support MIPS64EL relocation type namesNico Rieck2013-04-121-41/+60
* Remove unused argument.Rafael Espindola2013-04-071-2/+1
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-031-19/+77
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-0/+7
* Implement sectionContainsSymbol for ELF.Eric Christopher2013-04-031-2/+10
* When dumping clear the arm/thumb flag for now.Eric Christopher2013-04-031-0/+5
* Mips direct object exception handling regressionJack Carter2013-04-011-0/+57
* Object: Turn a couple of degenerate for loops into while loops.Benjamin Kramer2013-03-301-15/+12
* Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman2013-03-281-57/+0
* Updated ELF relocation test for .eh_frame sectionJack Carter2013-03-271-0/+57
* [ELF] dont compute symbolname size in every loopShankar Easwaran2013-03-251-1/+1
* reflect comment to the official referenceShankar Easwaran2013-03-251-1/+1
* [ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran2013-03-251-0/+15
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-201-9/+40
* include/llvm/Object/ELF.h: do debug checks only when NDEBUGDmitry Vyukov2013-02-141-0/+2
* [Object][ELF] Add a way to get the dynamic symbol table section.Michael J. Spencer2013-02-071-0/+4
* [Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate ov...Michael J. Spencer2013-02-071-28/+43
* [Object][ELF] Fix crash on no dynamic section.Michael J. Spencer2013-02-071-3/+5
* 80-colMichael J. Spencer2013-02-071-5/+10
* [Object][ELF] Do the actual devirtualization.Michael J. Spencer2013-02-071-2/+2
* [Object][ELF] Devirtualize and simplify dynamic table iteration.Michael J. Spencer2013-02-071-182/+70
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+85
* Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi2013-01-261-0/+2
* Revert "[Object] .bss sections have no content. PR15005."Michael J. Spencer2013-01-211-7/+5