llvm-6502/lib/Target/X86
Chris Lattner 18ad19488d Allow the selection-dag based selector to be diabled with -disable-pattern-isel.
For now, this is the default, as the current selector is missing some big pieces.
To enable the new selector, pass -disable-pattern-isel=false to llc or lli.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19335 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-07 07:50:50 +00:00
..
.cvsignore
Makefile Adjust to changes in asmwriter filenames 2004-12-16 17:33:24 +00:00
X86.h Add a new prototype 2005-01-07 07:48:33 +00:00
X86.td
X86AsmPrinter.cpp Adjust to changes in asmwriter filenames 2004-12-16 17:33:24 +00:00
X86CodeEmitter.cpp There is no reason to emit function stubs for direct calls. 2004-11-21 03:46:06 +00:00
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 ADC and IMUL are also commutable. 2005-01-03 01:27:59 +00:00
X86ISelPattern.cpp Reimplementation of the X86 pattern isel. This is still missing many large 2005-01-07 07:49:41 +00:00
X86ISelSimple.cpp Codegen -1 and -0.0 more efficiently. This implements CodeGen/X86/negatize_zero.ll 2005-01-06 21:19:16 +00:00
X86JITInfo.cpp Do not push two return addresses on the stack when we call external functions who have their addresses taken. This fixes test-call.ll 2004-11-22 22:25:30 +00:00
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 Minor optimization to allocate R8 registers in a better order. 2005-01-05 16:09:16 +00:00
X86Relocations.h
X86TargetMachine.cpp Allow the selection-dag based selector to be diabled with -disable-pattern-isel. 2005-01-07 07:50:50 +00:00
X86TargetMachine.h