Fix compatibility bug: X86 aligns doubles to 4 bytes, not 8!
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.cpp
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-18 Chris LattnerAdd comments, switch uses/defs to match InstrInfo.def...
2002-12-03 Chris Lattner* Move information about Implicit Defs/Uses into X86Ins...
2002-11-22 Misha BrukmanAdded -*- C++ -*- mode to the comments.
2002-11-18 Chris LattnerExpose base opcode
2002-11-18 Chris LattnerStart to add more information to instr.def
2002-11-17 Chris LattnerReorganize printing interface a bit
2002-10-30 Chris LattnerSet the destination register field based on the target...
2002-10-29 Chris LattnerRename X86InstructionInfo to X86InstrInfo
2002-10-29 Chris LattnerMinor renaming
2002-10-29 Chris LattnerImplement MachineInstrInfo interface
2002-10-25 Chris LattnerInitial checkin of X86 backend.