aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Object/RelocVisitor.h
AgeCommit message (Expand)Author
2013-05-03[SystemZ] Add ELF relocation supportRichard Sandiford
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola
2013-02-11AArch64: Add basic relocation processing for llvm-dwarfdump.Tim Northover
2013-01-26Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi
2013-01-26Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.NAKAMURA Takumi
2013-01-26RelocVisitor::visit(): Set hasError in the default path.NAKAMURA Takumi
2013-01-19Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completelyJakub Staszak
2013-01-13Remove redundant 'llvm::' qualificationsDmitri Gribenko
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-27Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-20Remove some dead code.Eric Christopher
2012-11-19Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher