llvm-6502/lib/Target/X86
Chris Lattner cc46c4fcee Remove some (LARGE) abandoned code for the release. If this is ever needed
again in the future, it can be resurrected out of CVS


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15112 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-22 21:30:35 +00:00
..
.cvsignore
FloatingPoint.cpp Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. 2004-06-25 00:13:11 +00:00
InstSelectPattern.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
InstSelectSimple.cpp Fix cases where we generated horrible code like this: 2004-07-21 21:28:26 +00:00
Makefile Remove some (LARGE) abandoned code for the release. If this is ever needed 2004-07-22 21:30:35 +00:00
PeepholeOptimizer.cpp
Printer.cpp bug 122: 2004-07-18 00:38:32 +00:00
X86.h Remove some (LARGE) abandoned code for the release. If this is ever needed 2004-07-22 21:30:35 +00:00
X86.td
X86AsmPrinter.cpp bug 122: 2004-07-18 00:38:32 +00:00
X86CodeEmitter.cpp Make sure to emit the immediate byte for instructions like: 2004-07-17 20:26:14 +00:00
X86FloatingPoint.cpp Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. 2004-06-25 00:13:11 +00:00
X86InstrBuilder.h
X86InstrInfo.cpp
X86InstrInfo.h Introduce a new FP instruction type to separate the compare cases from the 2004-06-11 04:41:24 +00:00
X86InstrInfo.td No really, these are dead now 2004-06-11 04:50:14 +00:00
X86InstrSel.td
X86InstrSelInfo.td
X86ISelPattern.cpp Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
X86ISelSimple.cpp Fix cases where we generated horrible code like this: 2004-07-21 21:28:26 +00:00
X86JITInfo.h
X86PeepholeOpt.cpp
X86RegisterInfo.cpp Reserve the correct amt of space. 2004-07-17 20:24:05 +00:00
X86RegisterInfo.h
X86RegisterInfo.td
X86TargetMachine.cpp Remove some (LARGE) abandoned code for the release. If this is ever needed 2004-07-22 21:30:35 +00:00
X86TargetMachine.h Auto-registrate target 2004-07-11 02:48:49 +00:00