Daniel Dunbar
|
6153e5cd7b
|
macho-dump: Fix typo.
llvm-svn: 120185
|
2010-11-27 04:00:06 +00:00 |
|
Rafael Espindola
|
e3dc1c951c
|
Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instruction.
llvm-svn: 120147
|
2010-11-25 17:14:16 +00:00 |
|
Rafael Espindola
|
53a8ae85b7
|
Change the 11 byte nop to be a single instruction.
llvm-svn: 119286
|
2010-11-15 23:10:30 +00:00 |
|
Rafael Espindola
|
f926b1b27d
|
Change section_data dumping to print hex numbers instead of using
python's %r.
llvm-svn: 113685
|
2010-09-11 15:25:58 +00:00 |
|
Daniel Dunbar
|
b18dfe6cb4
|
MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sections, not all sections in the text segment.
llvm-svn: 103981
|
2010-05-17 21:54:30 +00:00 |
|
Daniel Dunbar
|
97cf61ad35
|
MC/Mach-O: Tweak optimal_nop test to be host independent.
- This also avoids us running valgrind on /usr/bin/as, which has leaks. :)
llvm-svn: 99099
|
2010-03-20 22:36:29 +00:00 |
|