summaryrefslogtreecommitdiff
path: root/include/llvm/Object/ELF.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-05Add range access to ELFFile's sections collection.Simon Atanasyan1-16/+19
2014-04-30[mips] Emit all three relocation operations for each relocation entry on Mips...Matheus Almeida1-1/+12
2014-04-24[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-04-21Fix wrong iterator typeRui Ueyama1-1/+1
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-14/+14
2014-04-13[C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper1-16/+16
2014-03-07[C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer1-2/+2
2013-08-09Try to unbreak Windows build after r188022Alexey Samsonov1-1/+1
2013-08-08llvm isn't C++11 yet :(Michael J. Spencer1-1/+1
2013-08-08[Object] Split the ELF interface into 3 parts.Michael J. Spencer1-2541/+460
2013-07-26[PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt1-1/+2
2013-07-24[mips] Use pristine object file while processing relocations.Akira Hatanaka1-0/+2
2013-07-22Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola1-1/+2
2013-07-01[PowerPC] Add support for TLS data relocationsUlrich Weigand1-0/+6
2013-07-01[PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand1-4/+7
2013-06-25[PowerPC] Support @got modifierUlrich Weigand1-0/+10
2013-06-21[PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand1-0/+8
2013-06-21[PowerPC] Support various tls-related modifiersUlrich Weigand1-0/+48
2013-06-21[PowerPC] Support @higher et.al. modifiersUlrich Weigand1-0/+2
2013-06-21[PowerPC] Support @toc@h modifierUlrich Weigand1-0/+1
2013-06-17AArch64: print relocation addends if present on AArch64Tim Northover1-1/+10
2013-06-05Don't hide the first ELF symbol.Rafael Espindola1-2/+2
2013-06-05Represent symbols with a SymbolIndex,SectionIndex pair.Rafael Espindola1-66/+51
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola1-7/+8
2013-05-30Fix a couple of typos and 80-col.Eric Christopher1-19/+21
2013-05-30Fix warning on varialbe unused in opt builds.Daniel Jasper1-2/+1
2013-05-30Change how we iterate over relocations on ELF.Rafael Espindola1-61/+42
2013-05-30Remove dead return.Rafael Espindola1-1/+0
2013-05-18Add basic support for ELF32-ppc relocations to llvm-dwarfdump.Benjamin Kramer1-0/+2
2013-05-09Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola1-16/+15
2013-05-09Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola1-3/+31
2013-05-08[PowerPC] Add some missing PPC64 relocsUlrich Weigand1-0/+8
2013-05-03Revert r181009.Amara Emerson1-186/+0
2013-05-03Add support for reading ARM ELF build attributes.Amara Emerson1-0/+186
2013-05-03[SystemZ] Add ELF relocation supportRichard Sandiford1-0/+71
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola1-0/+16
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola1-30/+19
2013-04-17Two small cleanups for ELF's templates.Rafael Espindola1-98/+72
2013-04-12Add missing relocation namesNico Rieck1-0/+66
2013-04-12Support MIPS64EL relocation type namesNico Rieck1-41/+60
2013-04-07Remove unused argument.Rafael Espindola1-2/+1
2013-04-03Implement the "mips endian" for r_info.Rafael Espindola1-19/+77
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher1-0/+7
2013-04-03Implement sectionContainsSymbol for ELF.Eric Christopher1-2/+10
2013-04-03When dumping clear the arm/thumb flag for now.Eric Christopher1-0/+5
2013-04-01Mips direct object exception handling regressionJack Carter1-0/+57
2013-03-30Object: Turn a couple of degenerate for loops into while loops.Benjamin Kramer1-15/+12
2013-03-28Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman1-57/+0
2013-03-27Updated ELF relocation test for .eh_frame sectionJack Carter1-0/+57
2013-03-25[ELF] dont compute symbolname size in every loopShankar Easwaran1-1/+1