llvm-6502/lib/Target/X86/MCTargetDesc
Nick Lewycky 1fac6b50ea Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain
instructions are more aligned than the CPU requires, and adds some additional
directives, to follow in future patches. Patch by David Meyer!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139125 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-05 21:51:43 +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 Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
X86BaseInfo.h Refactor X86 target to separate MC code from Target code. 2011-07-25 18:43:53 +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 Re-write part of VEX encoding logic, to be more easy to read! Also fix 2011-08-19 22:27:29 +00:00
X86MCTargetDesc.cpp Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain 2011-09-05 21:51:43 +00:00
X86MCTargetDesc.h Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend. 2011-07-25 23:24:55 +00:00