Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Object / RelocVisitor.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-30 Keno FischerAdd RelocVisitor support for MachO
2014-10-20 Alexey SamsonovConstify input argument of RelocVisitor and DWARFContex...
2014-10-08 David Majnemerllvm-dwarfdump: Add support for some COFF relocations
2014-10-06 Eric ChristopherAdd support for ARM and AArch64 big endian objects to
2014-10-06 Eric ChristopherRefactor RelocVisitor to take an object. This removes...
2014-09-24 Renato GolinRevert 218406 - Refactor the RelocVisitor::visit method
2014-09-24 Renato GolinRevert 218407 - Add support for ARM and AArch64 BE...
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-09-24 Kaelyn TakataRevert "Add support for ARM and AArch64 BE object files"
2014-09-24 Kaelyn TakataRevert "Refactor the RelocVisitor::visit method"
2014-09-24 Renato GolinAdd support for ARM and AArch64 BE object files
2014-09-24 Renato GolinRefactor the RelocVisitor::visit method
2014-06-18 Ulrich WeigandSupport LE in RelocVisitor::visitELF_PPC64_*
2014-04-03 Rafael EspindolaAdd support for the R_ARM_ABS32 relocation.
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-02-18 Daniel Sanders[mips] Add support for ELF64-mips and the R_MIPS_32...
2014-01-26 Venkatraman Govind... [Sparc] Add support for parsing DW_CFA_GNU_window_save.
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...