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-objdump
Age
Commit message (
Expand
)
Author
2013-04-25
Clarify getRelocationAddress x getRelocationOffset a bit.
Rafael Espindola
2013-04-19
Don't read one command past the end.
Rafael Espindola
2013-04-18
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-16
llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...
Alexey Samsonov
2013-04-13
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-11
Simplify the code. No functionality change.
Rafael Espindola
2013-04-10
Template the MachO types over endianness.
Rafael Espindola
2013-04-09
Convert MachOObjectFile to a template.
Rafael Espindola
2013-04-07
Implement MachOObjectFile::getHeader directly.
Rafael Espindola
2013-04-07
Remove LoadCommandInfo now that we always have a pointer to the command.
Rafael Espindola
2013-04-07
Add MachOObjectFile::LoadCommandInfo.
Rafael Espindola
2013-04-07
Remove MachOObjectFile::getObject.
Rafael Espindola
2013-04-07
Make getObject const. Remove a const_cast.
Rafael Espindola
2013-04-07
Remove last use of InMemoryStruct in llvm-objdump.
Rafael Espindola
2013-04-07
Remove dead code.
Rafael Espindola
2013-04-07
Remove unused argument.
Rafael Espindola
2013-04-05
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-03
Don't disassemble symbols with an unknown address or size.
Eric Christopher
2013-02-27
print TLS segment
Shankar Easwaran
2013-02-21
[objdump] Add PT_PHDR.
Michael J. Spencer
2013-02-20
[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
Michael J. Spencer
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-05
[objdump,readobj] Document the purpose and goals of each tool.
Michael J. Spencer
2013-01-21
Remove unneeded #include.
Jakub Staszak
2013-01-19
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-15
[Object][ELF] Simplify ELFObjectFile by using ELFType.
Michael J. Spencer
2013-01-10
[llvm-objdump] Emit addresses with the correct number of leading 0's.
Michael J. Spencer
2013-01-06
[objdump] Use correct format specifiers and fix C++03 variadic warning.
Michael J. Spencer
2013-01-06
[objdump] Add --private-headers, -p.
Michael J. Spencer
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
Chandler Carruth
2012-12-21
Add a function to get the segment name of a section.
Rafael Espindola
2012-12-19
Revert 170545 while I debug the ppc failures.
Rafael Espindola
2012-12-19
Add r170095 back.
Rafael Espindola
2012-12-13
Revert "Add a funciton to get the segment name of a section."
Eric Christopher
2012-12-13
Add a funciton to get the segment name of a section.
Rafael Espindola
2012-12-05
Quick build fix for c++03 clang. This needs a proper solution. Note that thes...
Michael J. Spencer
2012-12-05
Add dump of Win64 EH unwind data.
Michael J. Spencer
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
2012-11-20
Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more
Eli Bendersky
2012-11-12
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-08-28
Some of the instructions in the Mips instruction set are revision
Jack Carter
2012-08-07
Tidy up a bit.
Jim Grosbach
2012-07-19
Remove tabs.
Bill Wendling
2012-07-02
Need a space.
Evan Cheng
2012-05-18
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-15
Fixed a bug in llvm-objdump when disassembling using -macho option for a binary
Kevin Enderby
2012-05-08
Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.
Kevin Enderby
2012-05-03
PR12729: Change 'llvm-objdump' to display the available targets.
Pete Cooper
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-23
Include cctype for std::isprint.
Benjamin Kramer
[next]