All store instructions really want 'rd' in the first field.
[oota-llvm.git] / lib / Target / X86 / X86TargetMachine.h
2002-12-29 Chris LattnerMore renamings of Target/Machine*Info to Target/Target...
2002-12-29 Chris LattnerRename MachineOptInfo to TargetoptInfo
2002-12-28 Chris LattnerRename MachineFrameInfo to TargetFrameInfo.h
2002-12-28 Chris LattnerImplement the TargetFrameInfo interface
2002-12-24 Chris LattnerChanges to allow for a configurable target machine...
2002-12-02 Chris LattnerExpose explicit type
2002-12-02 Chris LattnerInitial support for machine code emission
2002-10-30 Chris LattnerImplement the new optional getRegisterInfo
2002-10-29 Chris LattnerConvert backend to use passes, implement X86TargetMachine