llvm-6502/include
Quentin Colombet 76502a756d [llvm-c][Disassembler] Add an option to reproduce in disassembled output the
comments issued with verbose assembly.
E.g., on a vector shuffle operation, disassembled output are:
* Without the option:
vpshufd $-0x79, (%rsp), %xmm0

* With the option:
vpshufd $-0x79, (%rsp), %xmm0   ## xmm0 = mem[3,1,0,2]

This part of <rdar://problem/14687488>.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191799 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-01 22:14:56 +00:00
..
llvm Add non-blocking Wait() for launched processes 2013-10-01 14:28:18 +00:00
llvm-c [llvm-c][Disassembler] Add an option to reproduce in disassembled output the 2013-10-01 22:14:56 +00:00