[llvm-readobj] Use the new symbol API.
[oota-llvm.git] / tools / llvm-readobj / ELFDumper.cpp
2015-06-08 Davide Italiano[llvm-readobj] Use the new symbol API.
2015-06-03 Rafael EspindolaFix the interpretation of a 0 st_name.
2015-06-02 Rafael EspindolaSimplify now that we always use an alignment of 2 for...
2015-05-25 Davide Italiano[llvm-readobj/ELF] Teach how to decode DF_1_XXX flags
2015-05-15 Simon Atanasyan[llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIF...
2015-05-08 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine...
2015-05-07 Simon Atanasyan[llvm-readobj] Print .MIPS.abiflags section content
2015-05-07 Simon Atanasyan[llvm-readobj/obj2yaml/yaml2obj] Support more MIPS...
2015-04-20 Simon Atanasyan[Mips] Support DT_MIPS_OPTIONS dynamic section tag...
2015-03-09 Ed SchoutenAdd support for Nuxi CloudABI.
2015-01-23 Rafael EspindolaAdd STB_GNU_UNIQUE to the ELF writer.
2014-10-17 Rafael EspindolaAdd a test that would have found the bug in r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-09-26 David MajnemerObject: BSS/virtual sections don't have contents
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-05 Simon Atanasyan[llvm-readobj] Fix output of MIPS GOT without local...
2014-06-18 Simon Atanasyan[llvm-readobj] Fix member functions name style.
2014-06-18 Simon Atanasyan[llvm-readobj] Fix compile error.
2014-06-18 Simon Atanasyan[llvm-readobj][ELF] New `-mips-plt-got` command line...
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-06-10 Simon Atanasyan[llvm-readobj][ELF] Factor out the code retrieve ELF...
2014-06-04 Simon Atanasyan[Object][ELF] Range-based loop simplification.
2014-05-20 Simon Atanasyan[Mips] Add more relocation types and MIPS specific...
2014-05-11 Simon Atanasyan[llvm-readobj] Print values of FLAGS and MIPS_FLAGS...
2014-05-01 Simon Atanasyan[llvm-readobj] Transform 'switch' with the only 'case...
2014-05-01 Simon Atanasyan[llvm-readobj] Add support for Mips specific ELF header...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-25 Rafael EspindolaCreate .symtab_shndxr only when needed.
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-30 Saleem Abdulrasooltools: remove unnecessary typename
2014-01-30 Saleem Abdulrasooltools: add support for decoding ARM attributes
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2014-01-08 Rafael EspindolaUse getError and remove the error_code operator.
2014-01-08 Saleem Abdulrasoolllvm-readobj: add support for ARM EHABI unwind info
2014-01-05 Simon Atanasyan[Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTG...
2013-11-11 Simon AtanasyanAdd support for DT_VERxxx and DT_MIPS_xxx .dynamic...
2013-10-07 Simon Atanasyan[Mips] Teach llvm-readobj to print MIPS-specific ELF...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-03 Joerg SonnenbergerPrint string value for DT_RPATH and DT_RUNPATH.
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-09 Rafael EspindolaIntroduce convenience typedefs for the 4 ELF object...
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-22 Nico Rieckllvm-readobj: Do not print NULL StringRefs
2013-04-12 Nico RieckTeach llvm-readobj to print ELF program headers
2013-04-12 Nico RieckAdd -expand-relocs to llvm-readobj
2013-04-03 Eric ChristopherImplements low-level object file format specific output...