Add printing information for MUL and DIV
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.def
2002-11-21 Chris LattnerAdd printing information for MUL and DIV
2002-11-21 Chris LattnerRemove opcode information for instructions that are...
2002-11-21 Chris LattnerAdd printing support for sahf & setcc
2002-11-21 Chris LattnerRename the SetCC X86 instructions to reflect the fact...
2002-11-21 Chris LattnerHuge diff do to reindeinting comments.
2002-11-19 Brian GaekeBrian Gaeke says:
2002-11-18 Chris LattnerStart to add more information to instr.def
2002-11-18 Chris LattnerAdd instruction annotation about whether it has a 0x0F...
2002-11-18 Chris LattnerAdd more void flags
2002-11-18 Chris LattnerSet the void flag on instructions that should get it
2002-11-17 Chris LattnerAdd load/store instructions
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.