Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / include / llvm / Object / RelocVisitor.h
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-06-22 Benjamin KramerRelocVisitor: Add another PPC64 relocation that occurs...
2013-05-18 Benjamin KramerAdd basic support for ELF32-ppc relocations to llvm...
2013-05-09 Rafael EspindolaAvoid runtime type checks.
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-03 Richard Sandiford[SystemZ] Add ELF relocation support
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-02-11 Tim NorthoverAArch64: Add basic relocation processing for llvm-dwarf...
2013-01-26 NAKAMURA TakumiObject/RelocVisitor: Add minimal support, R_MIPS_32...
2013-01-26 NAKAMURA TakumiObject/RelocVisitor: Add minimal support, R_PPC64_ADDR3...
2013-01-26 NAKAMURA TakumiRelocVisitor::visit(): Set hasError in the default...
2013-01-19 Jakub StaszakInclude Support/ELF.h instead of Object/ELF.h. It is...
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-27 Eric ChristopherRight now all of the relocations are 32-bit dwarf,...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-20 Eric ChristopherRemove some dead code.
2012-11-19 NAKAMURA TakumiPromote the constant 1 to long long, 1LL or 1ULL in...
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...