summaryrefslogtreecommitdiff
path: root/include/llvm/Object/ELF.h
Commit message (Expand)AuthorAge
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Try to unbreak Windows build after r188022Alexey Samsonov2013-08-09
* llvm isn't C++11 yet :(Michael J. Spencer2013-08-08
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-22
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-01
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-01
* [PowerPC] Support @got modifierUlrich Weigand2013-06-25
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-21
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-21
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-21
* 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