summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj
Commit message (Expand)AuthorAge
* Don't link with the archive library programs that don't use it.Rafael Espindola2013-06-17
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-09
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-09
* Revert r181009.Amara Emerson2013-05-03
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-03
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Use pointers to iterate over symbols.Rafael Espindola2013-04-24
* llvm-readobj: Dump more COFF auxiliary recordsNico Rieck2013-04-22
* llvm-readobj: Check for null section pointerNico Rieck2013-04-22
* llvm-readobj: Do not print NULL StringRefsNico Rieck2013-04-22
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-15
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-13
* Teach llvm-readobj to print ELF program headersNico Rieck2013-04-12
* Add -expand-relocs to llvm-readobjNico Rieck2013-04-12
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-12
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-11
* Print more information about relocations.Rafael Espindola2013-04-11
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-10
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-09
* Template the MachO types over the word size.Rafael Espindola2013-04-08
* Remove two uses of getObject.Rafael Espindola2013-04-07
* Remove usage of InMemoryStruct in getSymbol.Rafael Espindola2013-04-07
* Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola2013-04-07
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-07
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-05
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03
* [tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran2013-03-25
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-20
* [readobj] Fix memory leak.Michael J. Spencer2013-02-08
* [objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2013-02-05
* Use the generic dump template. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Check for errors. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Fix indentation. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-31
* Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-31
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer2012-03-10
* Support reading GNU symbol versions in ELFObjectFileDavid Meyer2012-03-09
* Fix comments for llvm-readobj, remove extraneous headersDavid Meyer2012-03-02
* [Object]David Meyer2012-03-01
* [Object]David Meyer2012-03-01