llvm-6502/lib/Target/X86/MCTargetDesc
Jim Grosbach fbf3b4a076 MC: Add MCInstrDesc::mayAffectControlFlow() method.
MC disassembler clients (LLDB) are interested in querying if an
instruction may affect control flow other than by virtue of being
an explicit branch instruction. For example, instructions which
write directly to the PC on some architectures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170610 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-19 23:38:53 +00:00
..
CMakeLists.txt Move x86 specific bits of the COFF writer to lib/Target/X86. 2011-12-24 02:14:02 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
X86AsmBackend.cpp Fix a bogus comment 2012-12-13 00:24:56 +00:00
X86BaseInfo.h Add support of RTM from TSX extension 2012-11-08 07:28:54 +00:00
X86ELFObjectWriter.cpp Enable ELF machine type to be specified explicitly in X86 backend 2012-10-30 17:33:39 +00:00
X86FixupKinds.h Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. 2012-02-18 12:03:15 +00:00
X86MachObjectWriter.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
X86MCAsmInfo.cpp Mark jump tables in code sections with DataRegion directives. 2012-09-24 23:06:27 +00:00
X86MCAsmInfo.h Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. 2012-02-18 12:03:15 +00:00
X86MCCodeEmitter.cpp Add support of RTM from TSX extension 2012-11-08 07:28:54 +00:00
X86MCTargetDesc.cpp MC: Add MCInstrDesc::mayAffectControlFlow() method. 2012-12-19 23:38:53 +00:00
X86MCTargetDesc.h Enable ELF machine type to be specified explicitly in X86 backend 2012-10-30 17:33:39 +00:00
X86WinCOFFObjectWriter.cpp Add support for implicit TLS model used with MS VC runtime. 2012-02-11 17:26:53 +00:00