aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Object/ELF.h
AgeCommit message (Expand)Author
2013-05-03Revert r181009.Amara Emerson
2013-05-03Add support for reading ARM ELF build attributes.Amara Emerson
2013-05-03[SystemZ] Add ELF relocation supportRichard Sandiford
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola
2013-04-17Two small cleanups for ELF's templates.Rafael Espindola
2013-04-12Add missing relocation namesNico Rieck
2013-04-12Support MIPS64EL relocation type namesNico Rieck
2013-04-07Remove unused argument.Rafael Espindola
2013-04-03Implement the "mips endian" for r_info.Rafael Espindola
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher
2013-04-03Implement sectionContainsSymbol for ELF.Eric Christopher
2013-04-03When dumping clear the arm/thumb flag for now.Eric Christopher
2013-04-01Mips direct object exception handling regressionJack Carter
2013-03-30Object: Turn a couple of degenerate for loops into while loops.Benjamin Kramer
2013-03-28Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman
2013-03-27Updated ELF relocation test for .eh_frame sectionJack Carter
2013-03-25[ELF] dont compute symbolname size in every loopShankar Easwaran
2013-03-25reflect comment to the official referenceShankar Easwaran
2013-03-25[ELF] add elf_hash function to compute the hash value of a symbol in the dyna...Shankar Easwaran
2013-02-20[llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer
2013-02-14include/llvm/Object/ELF.h: do debug checks only when NDEBUGDmitry Vyukov
2013-02-07[Object][ELF] Add a way to get the dynamic symbol table section.Michael J. Spencer
2013-02-07[Object][ELF] Add {begin,end}_elf_dynamic_symbols to non-virtually iterate ov...Michael J. Spencer
2013-02-07[Object][ELF] Fix crash on no dynamic section.Michael J. Spencer
2013-02-0780-colMichael J. Spencer
2013-02-07[Object][ELF] Do the actual devirtualization.Michael J. Spencer
2013-02-07[Object][ELF] Devirtualize and simplify dynamic table iteration.Michael J. Spencer
2013-01-31Add AArch64 as an experimental target.Tim Northover
2013-01-26Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi
2013-01-21Revert "[Object] .bss sections have no content. PR15005."Michael J. Spencer
2013-01-21[Object] .bss sections have no content. PR15005.Michael J. Spencer
2013-01-18Fixing behavior of ELFObjectFile::getSymbolFileOffset().Andrew Kaylor
2013-01-16Improve r172577 by using the correct type when declaring constantsDmitri Gribenko
2013-01-15Avoid Enum Compare WarningsDavid Greene
2013-01-15[Object][ELF] Fix -Wenum-compare.Michael J. Spencer
2013-01-15[Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer
2013-01-08Allow ELF64 relocation type to be more than 8 bits.Tim Northover
2013-01-06[Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.Michael J. Spencer
2013-01-06[Object][ELF] Add program header iterator.Michael J. Spencer
2013-01-06[Object][ELF] Refactor ELFRelocationIterator into ELFEntityIterator. No funct...Michael J. Spencer
2013-01-05Make this an integer so we have enumeral types in the conditionalEric Christopher
2013-01-04[Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to...Michael J. Spencer
2012-12-31Fix bits check in ELFObjectFile::isSectionZeroInit().Rafael Espindola
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-13Adding convenience function to ELF HeaderShankar Easwaran
2012-10-29Add interface for querying object files for symbol values.Tim Northover
2012-10-11Remove unnecessary classof()'sSean Silva
2012-10-10This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor
2012-10-05Add ELF program header.Hemant Kulkarni