Switch over to tablegen generated header files
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.h
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-05-24 Misha BrukmanReword to remove reference to how things worked in...
2003-05-24 Misha BrukmanImplement the TargetInstrInfo's createNOPinstr() and...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2003-01-13 Chris Lattner* Some instructions take 64 bit integers, add an Arg...
2002-12-28 Chris Lattner* Remove implementations of previously pure virtual...
2002-12-25 Chris LattnerAdd FP instr prefix byte support
2002-12-13 Chris LattnerRename MemArg* to Arg*
2002-12-05 Brian GaekeTarget/X86/Printer.cpp: Add sizePtr function, and use...
2002-12-02 Chris LattnerEliminate OtherFrm
2002-11-21 Chris LattnerAdd fixme
2002-11-21 Chris LattnerAdd support for /0 /1, etc type instructions
2002-11-21 Chris LattnerAdd new prefix flag
2002-11-18 Chris LattnerExpose base opcode
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-17 Chris LattnerArrange to have a TargetMachine available in X86InstrIn...
2002-11-17 Chris LattnerReorganize printing interface a bit
2002-10-30 Chris LattnerAdd flag to specify when no value is produced by an...
2002-10-29 Chris LattnerRename X86InstructionInfo to X86InstrInfo
2002-10-29 Chris LattnerMinor renaming
2002-10-29 Chris LattnerImplement MachineInstrInfo interface
2002-10-28 Chris LattnerInitial stab at MachineInstr'ication
2002-10-25 Chris LattnerInitial checkin of X86 backend.