summaryrefslogtreecommitdiff
path: root/include/llvm/Object/RelocVisitor.h
Commit message (Expand)AuthorAge
* Add support for the R_ARM_ABS32 relocation.Rafael Espindola2014-04-03
* Remove copy ctors that did the same thing as the default one.Benjamin Kramer2014-03-11
* [mips] Add support for ELF64-mips and the R_MIPS_32/R_MIPS_64 relocs for it.Daniel Sanders2014-02-18
* [Sparc] Add support for parsing DW_CFA_GNU_window_save. Venkatraman Govindaraju2014-01-26
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* RelocVisitor: Add another PPC64 relocation that occurs in dwarf output.Benjamin Kramer2013-06-22
* Add basic support for ELF32-ppc relocations to llvm-dwarfdump.Benjamin Kramer2013-05-18
* Avoid runtime type checks.Rafael Espindola2013-05-09
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-03
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* AArch64: Add basic relocation processing for llvm-dwarfdump.Tim Northover2013-02-11
* Object/RelocVisitor: Add minimal support, R_MIPS_32, for mips.NAKAMURA Takumi2013-01-26
* Object/RelocVisitor: Add minimal support, R_PPC64_ADDR32, for ppc64.NAKAMURA Takumi2013-01-26
* RelocVisitor::visit(): Set hasError in the default path.NAKAMURA Takumi2013-01-26
* Include Support/ELF.h instead of Object/ELF.h. It is much lighter and completelyJakub Staszak2013-01-19
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher2012-12-27
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Remove some dead code.Eric Christopher2012-11-20
* Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.NAKAMURA Takumi2012-11-19
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-07