aboutsummaryrefslogtreecommitdiff
path: root/test/Scripts
AgeCommit message (Expand)Author
2010-12-20Print all 64bits for st_value and st_size. Adjust tests accordingly.Roman Divacky
2010-12-16Fix elf-dump --dump-section-data for .bss sectionJason W Kim
2010-12-10macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar
2010-11-27macho-dump: Fix typo.Daniel Dunbar
2010-10-29test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995]NAKAMURA Takumi
2010-10-20Cut unneeded global variable.Jason W Kim
2010-10-19Fixing r116753 r116756 r116777Jason W Kim
2010-10-19Speculatively revert 116753 and 116756 to attempt to fix the bots.Eric Christopher
2010-10-18Get rid of unneeded FormatOutput global variableJason W Kim
2010-10-18Changed elf-dump to output hex format by default.Jason W Kim
2010-10-08Fix Formatting.Michael J. Spencer
2010-10-08MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer
2010-10-07test: Fix binary stdin issues with coff-dump on Windows.Michael J. Spencer
2010-10-05test/COFF: Fix symbol indexes and names. Update tests to match.Michael J. Spencer
2010-10-05test/coff-dump: Support reading from stdin.Michael J. Spencer
2010-09-15test: Fix coff-dump section array indicies to 1 based to match file format.Michael J. Spencer
2010-09-15Tabs to spacesMichael J. Spencer
2010-09-15Cleanup coff-dump.pyMichael J. Spencer
2010-09-11Add missing single quotes.Rafael Espindola
2010-09-11Change section_data dumping to print hex numbers instead of usingRafael Espindola
2010-09-09Add an elf-dumper utility.Benjamin Kramer
2010-08-30coff-dump.py: Fix PR7996. Now it is compatible to Python-2.4.NAKAMURA Takumi
2010-08-17Add some win64 coff goodness.Anton Korobeynikov
2010-07-27Make coff-dump.py executable and add python as executable for this script.Tobias Grosser
2010-07-27Make MC use Windows COFF on Windows and add tests.Michael J. Spencer
2010-06-12tests: Run macho-dump with binary unbuffered streams on Windows, I can't find...Daniel Dunbar
2010-06-12tests: Make macho-dump.bat actually work.Daniel Dunbar
2010-06-11tests: Add wrapper script for calling macho-dump on Win32.Daniel Dunbar
2010-03-19Revert r98892. BSD systems may not have bash installed at all.Jeffrey Yasskin
2010-03-18Work around a valgrind oddity where it doesn't pass the full path of aJeffrey Yasskin
2010-03-13MC/X86_64: Symbol support.Daniel Dunbar
2010-03-13macho-dump: Basic Mach 64 support.Daniel Dunbar
2009-10-24Teach macho-dump to dump UUIDs.Daniel Dunbar
2009-10-13remove notcast, it is now dead!Chris Lattner
2009-09-24Add count/not tools as executables.Daniel Dunbar
2009-09-10Remove prcontext.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O d...Daniel Dunbar
2009-08-26llvm-mc: Fix tests for python variations in int printing, sigh.Daniel Dunbar
2009-08-22Fix typo.Daniel Dunbar
2009-08-22llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to beDaniel Dunbar
2009-08-22llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar
2009-08-21llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar
2008-06-25simplify shell syntax to work better on solaris, patch byChris Lattner
2007-08-10Add a test script for counting lines. This can be used instead of theDan Gohman
2007-04-14Add a script to run a command but ignore its return code. This scriptReid Spencer
2006-11-13Make it handle plain old cast too, for old assembly.Reid Spencer
2006-11-13Handle ptrtoint and inttoptrReid Spencer
2006-11-11Instruction name changes.Reid Spencer
2006-11-04Okay, need a pattern before and after the cast pattern.Reid Spencer
2006-11-04Allow the regular expression to be extended by a parameter.Reid Spencer