llvm-6502/lib/Target/X86/MCTargetDesc
2011-10-15 20:46:47 +00:00
..
CMakeLists.txt Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Makefile
X86AsmBackend.cpp Simplify assertion, and avoid undefined shift. Based on patch by Ahmed Charles. 2011-10-13 23:27:48 +00:00
X86BaseInfo.h Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work because these are the first VEX encoded instructions to use the reg field as an opcode extension. 2011-10-15 20:46:47 +00:00
X86FixupKinds.h Refactor X86 target to separate MC code from Target code. 2011-07-25 18:43:53 +00:00
X86MachObjectWriter.cpp More refactoring. 2011-07-25 19:33:48 +00:00
X86MCAsmInfo.cpp Remove an unnecessary header from this file. I don't think this header 2011-07-15 04:16:38 +00:00
X86MCAsmInfo.h Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. 2011-07-14 23:50:31 +00:00
X86MCCodeEmitter.cpp Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work because these are the first VEX encoded instructions to use the reg field as an opcode extension. 2011-10-15 20:46:47 +00:00
X86MCTargetDesc.cpp Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. 2011-09-07 17:24:38 +00:00
X86MCTargetDesc.h Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. 2011-07-25 23:24:55 +00:00