summaryrefslogtreecommitdiff
path: root/include/llvm/Object/ELF.h
Commit message (Expand)AuthorAge
* 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
* [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer2013-01-06
* [Object][ELF] Add program header iterator.Michael J. Spencer2013-01-06
* [Object][ELF] Refactor ELFRelocationIterator into ELFEntityIterator. No funct...Michael J. Spencer2013-01-06
* Make this an integer so we have enumeral types in the conditionalEric Christopher2013-01-05
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer2013-01-04
* Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola2012-12-31
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Adding convenience function to ELF HeaderShankar Easwaran2012-11-13
* Add interface for querying object files for symbol values.Tim Northover2012-10-29
* Remove unnecessary classof()'sSean Silva2012-10-11
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-10
* Add ELF program header.Hemant Kulkarni2012-10-05