aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/RelocVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-1/+1
* RelocVisitor: Add another PPC64 relocation that occurs in dwarf output.Benjamin Kramer2013-06-221-0/+6
* Add basic support for ELF32-ppc relocations to llvm-dwarfdump.Benjamin Kramer2013-05-181-0/+15
* Avoid runtime type checks.Rafael Espindola2013-05-091-14/+40
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-24/+19
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-031-0/+28
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-2/+2
* AArch64: Add basic relocation processing for llvm-dwarfdump.Tim Northover2013-02-111-0/+30
* Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi2013-01-261-0/+16
* Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.NAKAMURA Takumi2013-01-261-0/+16
* RelocVisitor::visit(): Set hasError in the default path.NAKAMURA Takumi2013-01-261-0/+1
* Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completelyJakub Staszak2013-01-191-1/+1
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher2012-12-271-0/+34
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-3/+3
* Remove some dead code.Eric Christopher2012-11-201-19/+0
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-191-4/+4
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-071-0/+131