gallivm: Use LLVM MC disassembler, instead of udis86.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 13 Mar 2011 19:24:26 +0000 (19:24 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 13 Mar 2011 19:24:26 +0000 (19:24 +0000)
commite6314db0ac537695a20feb5fab8d77a30836eccf
tree331b6776b739823a54a3d6ddde249d6881c95f7c
parentd2332569d2be9ace850b8d6b80abe4c597968773
gallivm: Use LLVM MC disassembler, instead of udis86.

Included in LLVM 2.7+. Unlink udis86, should support all instructions that
LLVM can emit.
12 files changed:
configs/linux-llvm
configure.ac
scons/gallium.py
scons/llvm.py
scons/udis86.py [deleted file]
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/gallivm/lp_bld_debug.c [deleted file]
src/gallium/auxiliary/gallivm/lp_bld_debug.cpp [new file with mode: 0644]
src/gallium/auxiliary/gallivm/lp_bld_debug.h
src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
src/gallium/drivers/llvmpipe/README