Remove use of reverse iterators in repairIntervalsInRange(). While they were
[oota-llvm.git] / include / llvm / Object / RelocVisitor.h
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...