index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-readobj
Age
Commit message (
Expand
)
Author
2013-05-03
Revert r181009.
Amara Emerson
2013-05-03
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-04-25
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-24
Use pointers to iterate over symbols.
Rafael Espindola
2013-04-22
llvm-readobj: Dump more COFF auxiliary records
Nico Rieck
2013-04-22
llvm-readobj: Check for null section pointer
Nico Rieck
2013-04-22
llvm-readobj: Do not print NULL StringRefs
Nico Rieck
2013-04-18
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-15
Remove getters now that we can specialize structs on the host endianness.
Rafael Espindola
2013-04-13
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-12
Teach llvm-readobj to print ELF program headers
Nico Rieck
2013-04-12
Add -expand-relocs to llvm-readobj
Nico Rieck
2013-04-12
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-11
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
Print more information about relocations.
Rafael Espindola
2013-04-10
Template MachOObjectFile over endianness too.
Rafael Espindola
2013-04-09
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-08
Template the MachO types over the word size.
Rafael Espindola
2013-04-07
Remove two uses of getObject.
Rafael Espindola
2013-04-07
Remove usage of InMemoryStruct in getSymbol.
Rafael Espindola
2013-04-07
Remove a use of InMemoryStruct in llvm-readobj.
Rafael Espindola
2013-04-07
Make getObject const. Remove a const_cast.
Rafael Espindola
2013-04-05
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-03
Implements low-level object file format specific output for COFF and
Eric Christopher
2013-03-25
[tools][llvm-readobj] print the name of the section when iterating the symbol...
Shankar Easwaran
2013-02-20
[llvm-readobj] Add ELF .dynamic table dumping.
Michael J. Spencer
2013-02-08
[readobj] Fix memory leak.
Michael J. Spencer
2013-02-05
[objdump,readobj] Document the purpose and goals of each tool.
Michael J. Spencer
2012-12-31
Use the generic dump template. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Dump sections. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Print a header above the symbols. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Check for errors. Extracted from a patch by Sami Liedes.
Rafael Espindola
2012-12-31
Fix indentation. Extracted from a patch by Sami Liedes!
Rafael Espindola
2012-12-31
Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!
Rafael Espindola
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-03-10
Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.
Benjamin Kramer
2012-03-09
Support reading GNU symbol versions in ELFObjectFile
David Meyer
2012-03-02
Fix comments for llvm-readobj, remove extraneous headers
David Meyer
2012-03-01
[Object]
David Meyer
2012-03-01
[Object]
David Meyer