summaryrefslogtreecommitdiff
path: root/test/Scripts
AgeCommit message (Expand)AuthorFilesLines
2012-11-16Added program header emissionHemant Kulkarni1-3/+45
2012-06-27This allows hello world to be compiled for Mips 64 direct object.Jack Carter1-9/+29
2011-08-04Fix the bitwidth of the remaining fields.Rafael Espindola2-44/+40
2011-08-04print st_shndx with the correct number of bits.Rafael Espindola1-1/+1
2011-08-04print st_other with the correct number of bits.Rafael Espindola1-1/+1
2011-08-04print st_type with the correct number of bits.Rafael Espindola1-1/+1
2011-08-04Print st_bind with the correct number of bits.Rafael Espindola1-2/+4
2011-08-04Print r_sym with the correct number of bits.Rafael Espindola1-1/+1
2011-08-04Print r_type with the correct number of bits.Rafael Espindola1-4/+6
2011-08-04Another counter goes decimal.Rafael Espindola1-1/+1
2011-08-04Change anther counter to decimal.Rafael Espindola1-1/+1
2011-08-04Don't print a counter in hex.Rafael Espindola1-1/+1
2011-08-04Print all the bits in the addend.Rafael Espindola2-14/+8
2010-12-20Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky1-2/+2
2010-12-16Fix elf-dump --dump-section-data for .bss sectionJason W Kim1-2/+5
2010-12-10macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar2-0/+0
2010-11-27macho-dump: Fix typo.Daniel Dunbar1-1/+1
2010-10-29test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995]NAKAMURA Takumi1-1/+4
2010-10-20Cut unneeded global variable.Jason W Kim1-2/+0
2010-10-19Fixing r116753 r116756 r116777Jason W Kim2-48/+83
2010-10-19Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher1-48/+48
2010-10-18Get rid of unneeded FormatOutput global variableJason W Kim1-50/+48
2010-10-18Changed elf-dump to output hex format by default.Jason W Kim1-48/+50
2010-10-08Fix Formatting.Michael J. Spencer1-2/+2
2010-10-08MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer1-11/+24
2010-10-07test: Fix binary stdin issues with coff-dump on Windows.Michael J. Spencer1-1/+4
2010-10-05test/COFF: Fix symbol indexes and names. Update tests to match.Michael J. Spencer1-6/+10
2010-10-05test/coff-dump: Support reading from stdin.Michael J. Spencer1-1/+6
2010-09-15test: Fix coff-dump section array indicies to 1 based to match file format.Michael J. Spencer1-5/+7
2010-09-15Tabs to spacesMichael J. Spencer1-485/+485
2010-09-15Cleanup coff-dump.pyMichael J. Spencer1-113/+113
2010-09-11Add missing single quotes.Rafael Espindola1-1/+1
2010-09-11Change section_data dumping to print hex numbers instead of usingRafael Espindola3-2/+20
2010-09-09Add an elf-dumper utility.Benjamin Kramer2-0/+232
2010-08-30coff-dump.py: Fix PR7996. Now it is compatible to Python-2.4.NAKAMURA Takumi1-2/+5
2010-08-17Add some win64 coff goodness.Anton Korobeynikov1-1/+20
2010-07-27Make coff-dump.py executable and add python as executable for this script.Tobias Grosser1-0/+1
2010-07-27Make MC use Windows COFF on Windows and add tests.Michael J. Spencer2-0/+547
2010-06-12tests: Run macho-dump with binary unbuffered streams on Windows, I can't find...Daniel Dunbar1-3/+3
2010-06-12tests: Make macho-dump.bat actually work.Daniel Dunbar1-1/+5
2010-06-11tests: Add wrapper script for calling macho-dump on Win32.Daniel Dunbar1-0/+3
2010-03-19Revert r98892. BSD systems may not have bash installed at all.Jeffrey Yasskin1-1/+1
2010-03-18Work around a valgrind oddity where it doesn't pass the full path of aJeffrey Yasskin1-1/+1
2010-03-13MC/X86_64: Symbol support.Daniel Dunbar1-2/+6
2010-03-13macho-dump: Basic Mach 64 support.Daniel Dunbar1-19/+45
2009-10-24Teach macho-dump to dump UUIDs.Daniel Dunbar1-0/+3
2009-10-13remove notcast, it is now dead!Chris Lattner1-16/+0
2009-09-24Add count/not tools as executables.Daniel Dunbar2-29/+0
2009-09-10Remove prcontext.Daniel Dunbar1-36/+0
2009-08-26llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O d...Daniel Dunbar1-6/+28