* Remove dead variable
[oota-llvm.git] / lib / Target / X86 / X86ISelSimple.cpp
2002-11-02 Chris Lattner* Remove dead variable
2002-10-31 Brian GaekeInstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
2002-10-30 Chris LattnerMake sure to set the destination register correctly
2002-10-30 Chris LattnerMake sure to pass the LLVM basic block in
2002-10-29 Chris LattnerConstruct annotation, to make sure it's attached to...
2002-10-29 Chris LattnerConvert backend to use passes, implement X86TargetMachine
2002-10-29 Chris LattnerRename X86InstructionInfo to X86InstrInfo
2002-10-29 Chris LattnerMinor renaming
2002-10-29 Chris LattnerSwitch to generating machineinstr's instead of MInstruc...
2002-10-27 Chris LattnerRemove dead fixme
2002-10-27 Chris LattnerInstruction select constant arguments correctly
2002-10-25 Chris LattnerInitial checkin of X86 backend.