llvm-6502/lib/Target/X86
Jeff Cohen 40296bdf27 Eliminate the use of the global variable hack in the X86 target that was used
to get Visual Studio to link in X86.lib to the executables that need it.  There
is another way of doing it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19252 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-02 04:23:12 +00:00
..
.cvsignore
Makefile
X86.h
X86.td
X86AsmPrinter.cpp
X86CodeEmitter.cpp
X86FloatingPoint.cpp
X86InstrBuilder.h Add a new method. 2005-01-02 02:38:18 +00:00
X86InstrInfo.cpp Disable 2->3 address promotion of add and inc instructions to LEA's. In 2005-01-02 04:18:17 +00:00
X86InstrInfo.h Implement the convertToThreeAddress method, add support for inverting JP/JNP 2005-01-02 02:37:07 +00:00
X86InstrInfo.td
X86ISelPattern.cpp
X86ISelSimple.cpp
X86JITInfo.cpp
X86JITInfo.h
X86PeepholeOpt.cpp
X86RegisterInfo.cpp Add support for SETNPr to lower to memory form. 2005-01-02 02:37:46 +00:00
X86RegisterInfo.h
X86RegisterInfo.td
X86Relocations.h
X86TargetMachine.cpp Eliminate the use of the global variable hack in the X86 target that was used 2005-01-02 04:23:12 +00:00
X86TargetMachine.h