1. 1ae3c16 Print all 64bits for st_value and st_size. Adjust tests accordingly. by Roman Divacky · 14 years ago
  2. 6147bda Fix elf-dump --dump-section-data for .bss section by Jason W Kim · 14 years ago
  3. 4e45256 macho-dump: Switch to C++ macho-dump tool. by Daniel Dunbar · 14 years ago
  4. 44fa047 macho-dump: Fix typo. by Daniel Dunbar · 14 years ago
  5. b087c84 test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995] by NAKAMURA Takumi · 14 years ago
  6. 7ab2af0 Cut unneeded global variable. by Jason W Kim · 14 years ago
  7. f7d5278 Fixing r116753 r116756 r116777 by Jason W Kim · 14 years ago
  8. 1dcb1ea Speculatively revert 116753 and 116756 to attempt to fix the bots. by Eric Christopher · 14 years ago
  9. 4a23a37 Get rid of unneeded FormatOutput global variable by Jason W Kim · 14 years ago
  10. e7d4a4c Changed elf-dump to output hex format by default. Also updated tests. by Jason W Kim · 14 years ago
  11. 0de25f7 Fix Formatting. by Michael J. Spencer · 14 years ago
  12. 6ab219d MC-COFF: Fix Simple and Complex type. Fixes PR8320. by Michael J. Spencer · 14 years ago
  13. 68a1a9b test: Fix binary stdin issues with coff-dump on Windows. by Michael J. Spencer · 14 years ago
  14. a25c0a4 test/COFF: Fix symbol indexes and names. Update tests to match. by Michael J. Spencer · 14 years ago
  15. 3ef2c9f test/coff-dump: Support reading from stdin. by Michael J. Spencer · 14 years ago
  16. 0000279 test: Fix coff-dump section array indicies to 1 based to match file format. by Michael J. Spencer · 14 years ago
  17. 9c0c5c1 Tabs to spaces by Michael J. Spencer · 14 years ago
  18. aeb83c4 Cleanup coff-dump.py by Michael J. Spencer · 14 years ago
  19. 1264937 Add missing single quotes. by Rafael Espindola · 14 years ago
  20. 228290c Change section_data dumping to print hex numbers instead of using python's %r. by Rafael Espindola · 14 years ago
  21. a754be4 Add an elf-dumper utility. by Benjamin Kramer · 14 years ago
  22. 8794dd7 coff-dump.py: Fix PR7996. Now it is compatible to Python-2.4. by NAKAMURA Takumi · 14 years ago
  23. d7343dd Add some win64 coff goodness. Patch by Cameron Esfahani! by Anton Korobeynikov · 14 years ago
  24. 5602927 Make coff-dump.py executable and add python as executable for this script. by Tobias Grosser · 14 years ago
  25. dfd3018 Make MC use Windows COFF on Windows and add tests. by Michael J. Spencer · 14 years ago
  26. 9c57c29 tests: Run macho-dump with binary unbuffered streams on Windows, I can't find a Python 2.6 way to change stdin to binary. by Daniel Dunbar · 14 years ago
  27. 4fc9599 tests: Make macho-dump.bat actually work. by Daniel Dunbar · 14 years ago
  28. 0f29ad6 tests: Add wrapper script for calling macho-dump on Win32. by Daniel Dunbar · 14 years ago
  29. 0392080 Revert r98892. BSD systems may not have bash installed at all. by Jeffrey Yasskin · 15 years ago
  30. 1ff781f Work around a valgrind oddity where it doesn't pass the full path of a by Jeffrey Yasskin · 15 years ago
  31. 5691e74 MC/X86_64: Symbol support. by Daniel Dunbar · 15 years ago
  32. f0a0be4 macho-dump: Basic Mach 64 support. by Daniel Dunbar · 15 years ago
  33. 3bc1b19 Teach macho-dump to dump UUIDs. by Daniel Dunbar · 15 years ago
  34. 4a8e17d remove notcast, it is now dead! by Chris Lattner · 15 years ago
  35. 48f7ce8 Add count/not tools as executables. by Daniel Dunbar · 15 years ago
  36. f3e2d80 Remove prcontext. by Daniel Dunbar · 15 years ago
  37. 6c2e2d1 llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O dumper. by Daniel Dunbar · 15 years ago
  38. 573e536 llvm-mc: Fix tests for python variations in int printing, sigh. by Daniel Dunbar · 15 years ago
  39. d889ac3 Fix typo. by Daniel Dunbar · 15 years ago
  40. 8333a8a llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to be by Daniel Dunbar · 15 years ago
  41. 8906ff1 llvm-mc: Clean up some handling of symbol/section association to be more correct by Daniel Dunbar · 15 years ago
  42. fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 15 years ago
  43. 21b9d28 simplify shell syntax to work better on solaris, patch by Nathan Keynes! by Chris Lattner · 16 years ago
  44. 57a6f30 Add a test script for counting lines. This can be used instead of the by Dan Gohman · 17 years ago
  45. b7fc876 Add a script to run a command but ignore its return code. This script by Reid Spencer · 18 years ago
  46. 28fa65b Make it handle plain old cast too, for old assembly. by Reid Spencer · 18 years ago
  47. 9fd5d13 Handle ptrtoint and inttoptr by Reid Spencer · 18 years ago
  48. e0351b9 Instruction name changes. by Reid Spencer · 18 years ago
  49. 5d52894 Okay, need a pattern before and after the cast pattern. by Reid Spencer · 18 years ago
  50. 023fa41 Allow the regular expression to be extended by a parameter. by Reid Spencer · 18 years ago
  51. 2461b73 For PR950: by Reid Spencer · 18 years ago
  52. 8690180 Remove last remnants of Python/QMTest support by Reid Spencer · 20 years ago
  53. 4913cdc Rewrote prcontext.py in tcl. by Tanya Lattner · 20 years ago
  54. 21eccb6 New python script that print a specified number of lines surrounding a by John Criswell · 20 years ago
  55. e655a63 These transitional scripts are no longer necessary, no one should have `as' or by Misha Brukman · 21 years ago
  56. 82086a5 Near-term fix for renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'. by Misha Brukman · 21 years ago
  57. 3f6795e Remove obsolete script by Chris Lattner · 21 years ago
  58. 2b142bd New script for testrunner programs by Chris Lattner · 21 years ago
  59. 35f7ba9 Handle quoting right by Chris Lattner · 21 years ago
  60. cf36d1c Initial checkin of grep-not script by Chris Lattner · 21 years ago
  61. 30eef7d Describe directory by Chris Lattner · 21 years ago