llvm-6502/lib/Target/X86/MCTargetDesc
Andrew Kaylor 7bbd6e366b Support for generating ELF objects on Windows.
This adds 'elf' as a recognized target triple environment value and overrides the default generated object format on Windows platforms if that value is present.  This patch also enables MCJIT tests on Windows using the new environment value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165030 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-02 18:38:34 +00:00
..
CMakeLists.txt
LLVMBuild.txt
Makefile
X86AsmBackend.cpp Support for generating ELF objects on Windows. 2012-10-02 18:38:34 +00:00
X86BaseInfo.h Remove 'static' from inline functions defined in header files. 2012-06-20 08:39:33 +00:00
X86ELFObjectWriter.cpp
X86FixupKinds.h
X86MachObjectWriter.cpp X86_32: Large Symbol+Offset relocations. 2012-09-26 21:27:45 +00:00
X86MCAsmInfo.cpp Mark jump tables in code sections with DataRegion directives. 2012-09-24 23:06:27 +00:00
X86MCAsmInfo.h
X86MCCodeEmitter.cpp Remove code for setting the VEX L-bit as a function of operand size from the code emitters and the disassembler table builder. Fix a couple instructions that were still missing VEX_L. 2012-09-19 06:37:45 +00:00
X86MCTargetDesc.cpp Support for generating ELF objects on Windows. 2012-10-02 18:38:34 +00:00
X86MCTargetDesc.h When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend 2012-09-18 16:08:49 +00:00
X86WinCOFFObjectWriter.cpp