llvm-6502/tools/edis
Daniel Dunbar d73ada7d24 Target: Give the TargetAsmParser access to the TargetMachine.
- Unfortunate, but necessary for now to handle subtarget instruction matching. Eventually we should factor out the lower level target machine information so we don't need to do this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108664 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-19 00:33:49 +00:00
..
CMakeLists.txt
EDDisassembler.cpp Target: Give the TargetAsmParser access to the TargetMachine. 2010-07-19 00:33:49 +00:00
EDDisassembler.h edis: Save the TargetMachine in the EDDisassembler object. 2010-07-19 00:33:43 +00:00
EDInfo.td
EDInst.cpp Extended the edis "IsBranch" property to call 2010-05-11 01:27:08 +00:00
EDInst.h
EDMain.cpp
EDOperand.cpp Fixes to edis that mark x86 call targets as 2010-04-23 22:17:17 +00:00
EDOperand.h
EDToken.cpp
EDToken.h
EnhancedDisassembly.exports Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with 2010-04-15 20:54:25 +00:00
Makefile Remove some broken code to check the DISABLE_EDIS flag (edis is now in the 2010-07-14 22:41:51 +00:00