index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Scripts
/
elf-dump
Age
Commit message (
Expand
)
Author
2012-06-27
This allows hello world to be compiled for Mips 64 direct object.
Jack Carter
2011-08-04
Fix the bitwidth of the remaining fields.
Rafael Espindola
2011-08-04
print st_shndx with the correct number of bits.
Rafael Espindola
2011-08-04
print st_other with the correct number of bits.
Rafael Espindola
2011-08-04
print st_type with the correct number of bits.
Rafael Espindola
2011-08-04
Print st_bind with the correct number of bits.
Rafael Espindola
2011-08-04
Print r_sym with the correct number of bits.
Rafael Espindola
2011-08-04
Print r_type with the correct number of bits.
Rafael Espindola
2011-08-04
Another counter goes decimal.
Rafael Espindola
2011-08-04
Change anther counter to decimal.
Rafael Espindola
2011-08-04
Don't print a counter in hex.
Rafael Espindola
2011-08-04
Print all the bits in the addend.
Rafael Espindola
2010-12-20
Print all 64bits for st_value and st_size. Adjust tests accordingly.
Roman Divacky
2010-12-16
Fix elf-dump --dump-section-data for .bss section
Jason W Kim
2010-10-20
Cut unneeded global variable.
Jason W Kim
2010-10-19
Fixing r116753 r116756 r116777
Jason W Kim
2010-10-19
Speculatively revert 116753 and 116756 to attempt to fix the bots.
Eric Christopher
2010-10-18
Get rid of unneeded FormatOutput global variable
Jason W Kim
2010-10-18
Changed elf-dump to output hex format by default.
Jason W Kim
2010-09-11
Add missing single quotes.
Rafael Espindola
2010-09-11
Change section_data dumping to print hex numbers instead of using
Rafael Espindola
2010-09-09
Add an elf-dumper utility.
Benjamin Kramer