aboutsummaryrefslogtreecommitdiffstats
path: root/test/Scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix the bitwidth of the remaining fields.Rafael Espindola2011-08-042-44/+40
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* print st_other with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* print st_type with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-041-2/+4
* Print r_sym with the correct number of bits.Rafael Espindola2011-08-041-1/+1
* Print r_type with the correct number of bits.Rafael Espindola2011-08-041-4/+6
* Another counter goes decimal.Rafael Espindola2011-08-041-1/+1
* Change anther counter to decimal.Rafael Espindola2011-08-041-1/+1
* Don't print a counter in hex.Rafael Espindola2011-08-041-1/+1
* Print all the bits in the addend.Rafael Espindola2011-08-042-14/+8
* Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky2010-12-201-2/+2
* Fix elf-dump --dump-section-data for .bss sectionJason W Kim2010-12-161-2/+5
* macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar2010-12-102-0/+0
* macho-dump: Fix typo.Daniel Dunbar2010-11-271-1/+1
* test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995]NAKAMURA Takumi2010-10-291-1/+4
* Cut unneeded global variable.Jason W Kim2010-10-201-2/+0
* Fixing r116753 r116756 r116777Jason W Kim2010-10-192-48/+83
* Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher2010-10-191-48/+48
* Get rid of unneeded FormatOutput global variableJason W Kim2010-10-181-50/+48
* Changed elf-dump to output hex format by default.Jason W Kim2010-10-181-48/+50
* Fix Formatting.Michael J. Spencer2010-10-081-2/+2
* MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer2010-10-081-11/+24
* test: Fix binary stdin issues with coff-dump on Windows.Michael J. Spencer2010-10-071-1/+4
* test/COFF: Fix symbol indexes and names. Update tests to match.Michael J. Spencer2010-10-051-6/+10
* test/coff-dump: Support reading from stdin.Michael J. Spencer2010-10-051-1/+6
* test: Fix coff-dump section array indicies to 1 based to match file format.Michael J. Spencer2010-09-151-5/+7
* Tabs to spacesMichael J. Spencer2010-09-151-485/+485
* Cleanup coff-dump.pyMichael J. Spencer2010-09-151-113/+113
* Add missing single quotes.Rafael Espindola2010-09-111-1/+1
* Change section_data dumping to print hex numbers instead of usingRafael Espindola2010-09-113-2/+20
* Add an elf-dumper utility.Benjamin Kramer2010-09-092-0/+232
* coff-dump.py: Fix PR7996. Now it is compatible to Python-2.4.NAKAMURA Takumi2010-08-301-2/+5
* Add some win64 coff goodness.Anton Korobeynikov2010-08-171-1/+20
* Make coff-dump.py executable and add python as executable for this script.Tobias Grosser2010-07-271-0/+1
* Make MC use Windows COFF on Windows and add tests.Michael J. Spencer2010-07-272-0/+547
* tests: Run macho-dump with binary unbuffered streams on Windows, I can't find...Daniel Dunbar2010-06-121-3/+3
* tests: Make macho-dump.bat actually work.Daniel Dunbar2010-06-121-1/+5
* tests: Add wrapper script for calling macho-dump on Win32.Daniel Dunbar2010-06-111-0/+3
* Revert r98892. BSD systems may not have bash installed at all.Jeffrey Yasskin2010-03-191-1/+1
* Work around a valgrind oddity where it doesn't pass the full path of aJeffrey Yasskin2010-03-181-1/+1
* MC/X86_64: Symbol support.Daniel Dunbar2010-03-131-2/+6
* macho-dump: Basic Mach 64 support.Daniel Dunbar2010-03-131-19/+45
* Teach macho-dump to dump UUIDs.Daniel Dunbar2009-10-241-0/+3
* remove notcast, it is now dead!Chris Lattner2009-10-131-16/+0
* Add count/not tools as executables.Daniel Dunbar2009-09-242-29/+0
* Remove prcontext.Daniel Dunbar2009-09-101-36/+0
* llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O d...Daniel Dunbar2009-08-261-6/+28
* llvm-mc: Fix tests for python variations in int printing, sigh.Daniel Dunbar2009-08-261-1/+1
* Fix typo.Daniel Dunbar2009-08-221-1/+1