llvm-6502/lib/Target/X86/MCTargetDesc
Michael J. Spencer 116bc795da MC/X86/COFF: Allow quotes in names when targeting MS/Windows,
as MC is the only assembler we support.

This splits MS/Windows and GNU/Windows ASM infos into two seperate classes.
While there is currently only one difference, full MS C++ ABI support will
require many more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145409 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-29 18:00:06 +00:00
..
CMakeLists.txt build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. 2011-11-12 02:10:57 +00:00
LLVMBuild.txt build: Add initial cut at LLVMBuild.txt files. 2011-11-03 18:53:17 +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 This patch contains support for encoding FMA4 instructions and 2011-11-25 19:33:42 +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 MC/X86/COFF: Allow quotes in names when targeting MS/Windows, 2011-11-29 18:00:06 +00:00
X86MCAsmInfo.h MC/X86/COFF: Allow quotes in names when targeting MS/Windows, 2011-11-29 18:00:06 +00:00
X86MCCodeEmitter.cpp This patch contains support for encoding FMA4 instructions and 2011-11-25 19:33:42 +00:00
X86MCTargetDesc.cpp MC/X86/COFF: Allow quotes in names when targeting MS/Windows, 2011-11-29 18:00:06 +00:00
X86MCTargetDesc.h Add X86 feature detection support for BMI instructions. Added new cpuid function for accessing leafs with sub leafs specified in ECX. Also added code to keep track of the max cpuid level supported in both basic and extended leaves and qualified the existing cpuid calls and the new call to leaf 7. 2011-10-16 00:21:51 +00:00