Add support for FP prefixes
[oota-llvm.git] / lib / Target / X86 / MachineCodeEmitter.cpp
2002-12-25 Chris LattnerAdd support for FP prefixes
2002-12-23 Chris LattnerAdd support for the bswap instruction
2002-12-20 Chris Lattnerfix warning
2002-12-15 Chris LattnerGive passes nice names!
2002-12-15 Chris LattnerUse MachineOperand::isFoo methods instead of our own...
2002-12-13 Brian GaekeInstSelectSimple.cpp: Give promote32 a comment. Add...
2002-12-13 Chris LattnerEmit the right form of mod/rm mod field
2002-12-13 Chris LattnerRename MemArg* to Arg*
2002-12-13 Chris LattnerMake mem size an assert
2002-12-13 Misha BrukmanThis is supposed to provide correct size for datatypes...
2002-12-04 Chris LattnerFix bogus assertion failures
2002-12-04 Chris LattnerAdd support for referencing global variables/functions
2002-12-03 Chris LattnerSplit the machine code emitter completely out of the...
2002-12-02 Chris LattnerMore support for machine code emission: raw instructions
2002-12-02 Chris LattnerStart implementing MachineCodeEmitter
2002-12-02 Chris LattnerInitial support for machine code emission