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