include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.def
2002-11-14 Brian Gaekeinclude/llvm/CodeGen/MachineInstrBuilder.h: Add addClob...
2002-11-11 Brian GaekeInstSelectSimple.cpp: (visitReturnInst) Add return...
2002-11-07 Brian GaekeAdd instruction selection code and tests for setcc...
2002-11-02 Chris LattnerImplement signed and unsigned division and remainder
2002-11-02 Chris LattnerImplement multiply operator
2002-11-02 Chris Lattner* Implement subtract
2002-11-02 Chris Lattnershuffle code around a bit, implement and, or, xor
2002-11-02 Chris LattnerImplement unconditional branching support
2002-10-31 Brian GaekeInstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.
2002-10-30 Chris LattnerSet the destination register field based on the target...
2002-10-30 Chris LattnerAdd flag to specify when no value is produced by an...
2002-10-29 Chris LattnerMinor renaming
2002-10-29 Chris LattnerSwitch to different flag set
2002-10-27 Chris LattnerAdd instruction definitions for mov r, imm instructions
2002-10-25 Chris LattnerInitial checkin of X86 backend.