OSDN Git Service

Add ifunc support to ModuleSymbolTable.
[android-x86/external-llvm.git] / test / Object / corrupt.test
2016-11-16 Davide Italiano[ELF] Convert ELF.h to Expected<T>.
2016-11-03 Rafael EspindolaReplace a report_fatal_error with an ErrorOr.
2016-02-17 Rafael EspindolaRepresent the dynamic table itself with a DynRegionInfo.
2016-02-16 Rafael EspindolaIntroduce a getAsRange helper.
2016-02-16 Rafael EspindolaThis reverts commit r260488 and r260489.
2016-02-11 Michael J. Spencer[readobj] Handle ELF files with no section table or...
2015-08-07 Rafael EspindolaAdd dynamic_table iterators back to ELF.h.
2015-08-06 Rafael EspindolaMove to llvm-readobj code that is only used there.
2015-07-20 Rafael EspindolaSimplify iterating over the dynamic section and report...
2015-07-20 Rafael EspindolaRemove Elf_Rela_Iter and Elf_Rel_Iter.
2015-07-20 Rafael EspindolaReport errors an invalid virtual addresses.
2015-07-20 Rafael EspindolaSimplify iterating over program headers and detect...
2015-07-20 Rafael Espindolallvm-readobj: Handle invalid references to the string...
2015-07-20 Rafael EspindolaMove CHECKs closer to the RUN line.
2015-07-20 Rafael Espindolallvm-readobj: call exit(1) on error.
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.