aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-readobj
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-7/+6
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-092-0/+18
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-237-19/+68
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0214-196/+629
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2115-162/+1294
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+47
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-298-481/+620
* Update to LLVM 3.5a.Stephen Hines2014-04-2414-352/+1858
* Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to theSimon Atanasyan2013-11-111-0/+22
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-071-21/+38
* Remove several unused variables.Rafael Espindola2013-10-012-7/+0
* ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-0/+1
* Print string value for DT_RPATH and DT_RUNPATH.Joerg Sonnenberger2013-09-031-0/+4
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-33/+33
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-33/+33
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-33/+33
* Remove byte order mark from source file.Benjamin Kramer2013-08-091-1/+1
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-082-175/+134
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-3/+1
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-191-0/+24
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-181-24/+0
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-181-0/+24
* COFFDumper: Print uint64_t with the right format string.Benjamin Kramer2013-07-061-3/+3
* Don't link with the archive library programs that don't use it.Rafael Espindola2013-06-173-3/+2
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-11/+77
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-053-12/+9
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-091-26/+16
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-4/+4
* Revert r181009.Amara Emerson2013-05-033-70/+0
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-033-0/+70
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-252-3/+7
* Use pointers to iterate over symbols.Rafael Espindola2013-04-241-1/+3
* llvm-readobj: Dump more COFF auxiliary recordsNico Rieck2013-04-221-1/+6
* llvm-readobj: Check for null section pointerNico Rieck2013-04-221-1/+1
* llvm-readobj: Do not print NULL StringRefsNico Rieck2013-04-223-11/+10
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-181-75/+58
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-151-3/+3
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-52/+80
* Teach llvm-readobj to print ELF program headersNico Rieck2013-04-123-5/+58
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-125-23/+59
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-121-4/+12
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-111-12/+4
* Print more information about relocations.Rafael Espindola2013-04-111-4/+12
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-101-8/+8
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-091-13/+15
* Template the MachO types over the word size.Rafael Espindola2013-04-081-5/+6
* Remove two uses of getObject.Rafael Espindola2013-04-071-13/+2
* Remove usage of InMemoryStruct in getSymbol.Rafael Espindola2013-04-071-26/+6
* Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola2013-04-071-9/+6
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-071-1/+1