summaryrefslogtreecommitdiff
path: root/include/llvm/Object/ELF.h
Commit message (Expand)AuthorAge
* AArch64: print relocation addends if present on AArch64Tim Northover2013-06-17
* Don't hide the first ELF symbol.Rafael Espindola2013-06-05
* Represent symbols with a SymbolIndex,SectionIndex pair.Rafael Espindola2013-06-05
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Fix a couple of typos and 80-col.Eric Christopher2013-05-30
* Fix warning on varialbe unused in opt builds.Daniel Jasper2013-05-30
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Remove dead return.Rafael Espindola2013-05-30
* Add basic support for ELF32-ppc relocations to llvm-dwarfdump.Benjamin Kramer2013-05-18
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-09
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-08
* Revert r181009.Amara Emerson2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-03
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-17
* Add missing relocation namesNico Rieck2013-04-12
* Support MIPS64EL relocation type namesNico Rieck2013-04-12
* Remove unused argument.Rafael Espindola2013-04-07
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-03
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03
* Implement sectionContainsSymbol for ELF.Eric Christopher2013-04-03
* When dumping clear the arm/thumb flag for now.Eric Christopher2013-04-03
* Mips direct object exception handling regressionJack Carter2013-04-01
* Object: Turn a couple of degenerate for loops into while loops.Benjamin Kramer2013-03-30
* Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman2013-03-28
* Updated ELF relocation test for .eh_frame sectionJack Carter2013-03-27
* [ELF] dont compute symbolname size in every loopShankar Easwaran2013-03-25
* reflect comment to the official referenceShankar Easwaran2013-03-25
* [ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran2013-03-25
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-20
* include/llvm/Object/ELF.h: do debug checks only when NDEBUGDmitry Vyukov2013-02-14
* [Object][ELF] Add a way to get the dynamic symbol table section.Michael J. Spencer2013-02-07
* [Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate ov...Michael J. Spencer2013-02-07
* [Object][ELF] Fix crash on no dynamic section.Michael J. Spencer2013-02-07
* 80-colMichael J. Spencer2013-02-07
* [Object][ELF] Do the actual devirtualization.Michael J. Spencer2013-02-07
* [Object][ELF] Devirtualize and simplify dynamic table iteration.Michael J. Spencer2013-02-07
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi2013-01-26
* Revert "[Object] .bss sections have no content. PR15005."Michael J. Spencer2013-01-21
* [Object] .bss sections have no content. PR15005.Michael J. Spencer2013-01-21
* Fixing behavior of ELFObjectFile::getSymbolFileOffset().Andrew Kaylor2013-01-18
* Improve r172577 by using the correct type when declaring constantsDmitri Gribenko2013-01-16
* Avoid Enum Compare WarningsDavid Greene2013-01-15
* [Object][ELF] Fix -Wenum-compare.Michael J. Spencer2013-01-15
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-15
* Allow ELF64 relocation type to be more than 8 bits.Tim Northover2013-01-08