Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
399532b25a939d8c653fd453137bb8e01dc4b8fc
/
test
/
Scripts
2217577
Added program header emission
by Hemant Kulkarni
· 12 years ago
0140e55
This allows hello world to be compiled for Mips 64 direct object.
by Jack Carter
· 12 years ago
5c4e52e
Fix the bitwidth of the remaining fields.
by Rafael Espindola
· 13 years ago
251a2bb
print st_shndx with the correct number of bits.
by Rafael Espindola
· 13 years ago
67ac0c0
print st_other with the correct number of bits.
by Rafael Espindola
· 13 years ago
71a8f5c
print st_type with the correct number of bits.
by Rafael Espindola
· 13 years ago
d7c2783
Print st_bind with the correct number of bits.
by Rafael Espindola
· 13 years ago
a83f8ef
Print r_sym with the correct number of bits.
by Rafael Espindola
· 13 years ago
f81f675
Print r_type with the correct number of bits.
by Rafael Espindola
· 13 years ago
65ad8dc
Another counter goes decimal.
by Rafael Espindola
· 13 years ago
f7179de
Change anther counter to decimal.
by Rafael Espindola
· 13 years ago
014180d
Don't print a counter in hex.
by Rafael Espindola
· 13 years ago
d7c9b63
Print all the bits in the addend.
by Rafael Espindola
· 13 years ago
1ae3c16
Print all 64bits for st_value and st_size. Adjust tests accordingly.
by Roman Divacky
· 14 years ago
6147bda
Fix elf-dump --dump-section-data for .bss section
by Jason W Kim
· 14 years ago
4e45256
macho-dump: Switch to C++ macho-dump tool.
by Daniel Dunbar
· 14 years ago
44fa047
macho-dump: Fix typo.
by Daniel Dunbar
· 14 years ago
b087c84
test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995]
by NAKAMURA Takumi
· 14 years ago
7ab2af0
Cut unneeded global variable.
by Jason W Kim
· 14 years ago
f7d5278
Fixing r116753 r116756 r116777
by Jason W Kim
· 14 years ago
1dcb1ea
Speculatively revert 116753 and 116756 to attempt to fix the bots.
by Eric Christopher
· 14 years ago
4a23a37
Get rid of unneeded FormatOutput global variable
by Jason W Kim
· 14 years ago
e7d4a4c
Changed elf-dump to output hex format by default. Also updated tests.
by Jason W Kim
· 14 years ago
0de25f7
Fix Formatting.
by Michael J. Spencer
· 14 years ago
6ab219d
MC-COFF: Fix Simple and Complex type. Fixes PR8320.
by Michael J. Spencer
· 14 years ago
68a1a9b
test: Fix binary stdin issues with coff-dump on Windows.
by Michael J. Spencer
· 14 years ago
a25c0a4
test/COFF: Fix symbol indexes and names. Update tests to match.
by Michael J. Spencer
· 14 years ago
3ef2c9f
test/coff-dump: Support reading from stdin.
by Michael J. Spencer
· 14 years ago
0000279
test: Fix coff-dump section array indicies to 1 based to match file format.
by Michael J. Spencer
· 14 years ago
9c0c5c1
Tabs to spaces
by Michael J. Spencer
· 14 years ago
aeb83c4
Cleanup coff-dump.py
by Michael J. Spencer
· 14 years ago
1264937
Add missing single quotes.
by Rafael Espindola
· 14 years ago
228290c
Change section_data dumping to print hex numbers instead of using python's %r.
by Rafael Espindola
· 14 years ago
a754be4
Add an elf-dumper utility.
by Benjamin Kramer
· 14 years ago
8794dd7
coff-dump.py: Fix PR7996. Now it is compatible to Python-2.4.
by NAKAMURA Takumi
· 14 years ago
d7343dd
Add some win64 coff goodness. Patch by Cameron Esfahani!
by Anton Korobeynikov
· 14 years ago
5602927
Make coff-dump.py executable and add python as executable for this script.
by Tobias Grosser
· 14 years ago
dfd3018
Make MC use Windows COFF on Windows and add tests.
by Michael J. Spencer
· 14 years ago
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
4fc9599
tests: Make macho-dump.bat actually work.
by Daniel Dunbar
· 14 years ago
0f29ad6
tests: Add wrapper script for calling macho-dump on Win32.
by Daniel Dunbar
· 14 years ago
0392080
Revert r98892. BSD systems may not have bash installed at all.
by Jeffrey Yasskin
· 15 years ago
1ff781f
Work around a valgrind oddity where it doesn't pass the full path of a
by Jeffrey Yasskin
· 15 years ago
5691e74
MC/X86_64: Symbol support.
by Daniel Dunbar
· 15 years ago
f0a0be4
macho-dump: Basic Mach 64 support.
by Daniel Dunbar
· 15 years ago
3bc1b19
Teach macho-dump to dump UUIDs.
by Daniel Dunbar
· 15 years ago
4a8e17d
remove notcast, it is now dead!
by Chris Lattner
· 15 years ago
48f7ce8
Add count/not tools as executables.
by Daniel Dunbar
· 15 years ago
f3e2d80
Remove prcontext.
by Daniel Dunbar
· 15 years ago
6c2e2d1
llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O dumper.
by Daniel Dunbar
· 15 years ago
573e536
llvm-mc: Fix tests for python variations in int printing, sigh.
by Daniel Dunbar
· 15 years ago
d889ac3
Fix typo.
by Daniel Dunbar
· 15 years ago
8333a8a
llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to be
by Daniel Dunbar
· 15 years ago
8906ff1
llvm-mc: Clean up some handling of symbol/section association to be more correct
by Daniel Dunbar
· 15 years ago
fb4a6b3
llvm-mc: Start MCAssembler and MCMachOStreamer.
by Daniel Dunbar
· 15 years ago
21b9d28
simplify shell syntax to work better on solaris, patch by Nathan Keynes!
by Chris Lattner
· 16 years ago
57a6f30
Add a test script for counting lines. This can be used instead of the
by Dan Gohman
· 17 years ago
b7fc876
Add a script to run a command but ignore its return code. This script
by Reid Spencer
· 18 years ago
28fa65b
Make it handle plain old cast too, for old assembly.
by Reid Spencer
· 18 years ago
9fd5d13
Handle ptrtoint and inttoptr
by Reid Spencer
· 18 years ago
e0351b9
Instruction name changes.
by Reid Spencer
· 18 years ago
5d52894
Okay, need a pattern before and after the cast pattern.
by Reid Spencer
· 18 years ago
023fa41
Allow the regular expression to be extended by a parameter.
by Reid Spencer
· 18 years ago
2461b73
For PR950:
by Reid Spencer
· 18 years ago
8690180
Remove last remnants of Python/QMTest support
by Reid Spencer
· 20 years ago
4913cdc
Rewrote prcontext.py in tcl.
by Tanya Lattner
· 20 years ago
21eccb6
New python script that print a specified number of lines surrounding a
by John Criswell
· 20 years ago
e655a63
These transitional scripts are no longer necessary, no one should have `as' or
by Misha Brukman
· 21 years ago
82086a5
Near-term fix for renaming `as' -> `llvm-as' and `dis' -> `llvm-dis'.
by Misha Brukman
· 21 years ago
3f6795e
Remove obsolete script
by Chris Lattner
· 21 years ago
2b142bd
New script for testrunner programs
by Chris Lattner
· 21 years ago
35f7ba9
Handle quoting right
by Chris Lattner
· 21 years ago
cf36d1c
Initial checkin of grep-not script
by Chris Lattner
· 21 years ago
30eef7d
Describe directory
by Chris Lattner
· 21 years ago