| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the +x bit on two batch scripts | Reid Kleckner | 2013-01-25 | 2 | -0/+0 |
* | Added program header emission | Hemant Kulkarni | 2012-11-16 | 1 | -3/+45 |
* | This allows hello world to be compiled for Mips 64 direct object. | Jack Carter | 2012-06-27 | 1 | -9/+29 |
* | Fix the bitwidth of the remaining fields. | Rafael Espindola | 2011-08-04 | 2 | -44/+40 |
* | print st_shndx with the correct number of bits. | Rafael Espindola | 2011-08-04 | 1 | -1/+1 |
* | print st_other with the correct number of bits. | Rafael Espindola | 2011-08-04 | 1 | -1/+1 |
* | print st_type with the correct number of bits. | Rafael Espindola | 2011-08-04 | 1 | -1/+1 |
* | Print st_bind with the correct number of bits. | Rafael Espindola | 2011-08-04 | 1 | -2/+4 |
* | Print r_sym with the correct number of bits. | Rafael Espindola | 2011-08-04 | 1 | -1/+1 |
* | Print r_type with the correct number of bits. | Rafael Espindola | 2011-08-04 | 1 | -4/+6 |
* | Another counter goes decimal. | Rafael Espindola | 2011-08-04 | 1 | -1/+1 |
* | Change anther counter to decimal. | Rafael Espindola | 2011-08-04 | 1 | -1/+1 |
* | Don't print a counter in hex. | Rafael Espindola | 2011-08-04 | 1 | -1/+1 |
* | Print all the bits in the addend. | Rafael Espindola | 2011-08-04 | 2 | -14/+8 |
* | Print all 64bits for st_value and st_size. Adjust tests accordingly. | Roman Divacky | 2010-12-20 | 1 | -2/+2 |
* | Fix elf-dump --dump-section-data for .bss section | Jason W Kim | 2010-12-16 | 1 | -2/+5 |
* | macho-dump: Switch to C++ macho-dump tool. | Daniel Dunbar | 2010-12-10 | 2 | -0/+0 |
* | macho-dump: Fix typo. | Daniel Dunbar | 2010-11-27 | 1 | -1/+1 |
* | test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995] | NAKAMURA Takumi | 2010-10-29 | 1 | -1/+4 |
* | Cut unneeded global variable. | Jason W Kim | 2010-10-20 | 1 | -2/+0 |
* | Fixing r116753 r116756 r116777 | Jason W Kim | 2010-10-19 | 2 | -48/+83 |
* | Speculatively revert 116753 and 116756 to attempt to fix the bots. | Eric Christopher | 2010-10-19 | 1 | -48/+48 |
* | Get rid of unneeded FormatOutput global variable | Jason W Kim | 2010-10-18 | 1 | -50/+48 |
* | Changed elf-dump to output hex format by default. | Jason W Kim | 2010-10-18 | 1 | -48/+50 |
* | Fix Formatting. | Michael J. Spencer | 2010-10-08 | 1 | -2/+2 |
* | MC-COFF: Fix Simple and Complex type. Fixes PR8320. | Michael J. Spencer | 2010-10-08 | 1 | -11/+24 |
* | test: Fix binary stdin issues with coff-dump on Windows. | Michael J. Spencer | 2010-10-07 | 1 | -1/+4 |
* | test/COFF: Fix symbol indexes and names. Update tests to match. | Michael J. Spencer | 2010-10-05 | 1 | -6/+10 |
* | test/coff-dump: Support reading from stdin. | Michael J. Spencer | 2010-10-05 | 1 | -1/+6 |
* | test: Fix coff-dump section array indicies to 1 based to match file format. | Michael J. Spencer | 2010-09-15 | 1 | -5/+7 |
* | Tabs to spaces | Michael J. Spencer | 2010-09-15 | 1 | -485/+485 |
* | Cleanup coff-dump.py | Michael J. Spencer | 2010-09-15 | 1 | -113/+113 |
* | Add missing single quotes. | Rafael Espindola | 2010-09-11 | 1 | -1/+1 |
* | Change section_data dumping to print hex numbers instead of using | Rafael Espindola | 2010-09-11 | 3 | -2/+20 |
* | Add an elf-dumper utility. | Benjamin Kramer | 2010-09-09 | 2 | -0/+232 |
* | coff-dump.py: Fix PR7996. Now it is compatible to Python-2.4. | NAKAMURA Takumi | 2010-08-30 | 1 | -2/+5 |
* | Add some win64 coff goodness. | Anton Korobeynikov | 2010-08-17 | 1 | -1/+20 |
* | Make coff-dump.py executable and add python as executable for this script. | Tobias Grosser | 2010-07-27 | 1 | -0/+1 |
* | Make MC use Windows COFF on Windows and add tests. | Michael J. Spencer | 2010-07-27 | 2 | -0/+547 |
* | tests: Run macho-dump with binary unbuffered streams on Windows, I can't find... | Daniel Dunbar | 2010-06-12 | 1 | -3/+3 |
* | tests: Make macho-dump.bat actually work. | Daniel Dunbar | 2010-06-12 | 1 | -1/+5 |
* | tests: Add wrapper script for calling macho-dump on Win32. | Daniel Dunbar | 2010-06-11 | 1 | -0/+3 |
* | Revert r98892. BSD systems may not have bash installed at all. | Jeffrey Yasskin | 2010-03-19 | 1 | -1/+1 |
* | Work around a valgrind oddity where it doesn't pass the full path of a | Jeffrey Yasskin | 2010-03-18 | 1 | -1/+1 |
* | MC/X86_64: Symbol support. | Daniel Dunbar | 2010-03-13 | 1 | -2/+6 |
* | macho-dump: Basic Mach 64 support. | Daniel Dunbar | 2010-03-13 | 1 | -19/+45 |
* | Teach macho-dump to dump UUIDs. | Daniel Dunbar | 2009-10-24 | 1 | -0/+3 |
* | remove notcast, it is now dead! | Chris Lattner | 2009-10-13 | 1 | -16/+0 |
* | Add count/not tools as executables. | Daniel Dunbar | 2009-09-24 | 2 | -29/+0 |
* | Remove prcontext. | Daniel Dunbar | 2009-09-10 | 1 | -36/+0 |