Skip to content
  1. Nov 17, 2002
  2. Nov 14, 2002
    • Brian Gaeke's avatar
      include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline · e7454358
      Brian Gaeke authored
       convenience method.  Fix typo in comment.
      lib/Target/X86/InstSelectSimple.cpp: Explicitly specify some implicit uses.
       Use MOVZX/MOVSX instead of MOV instructions with sign extend instructions.
       Take out LEAVE instructions.
       32-bit IDIV and DIV use CDQ, not CWQ (CWQ is a typo).
       Fix typo in comment and remove some FIXME comments.
      lib/Target/X86/Printer.cpp: Include X86InstrInfo.h and llvm/Function.h.
       Add some simple code to Printer::runOnFunction to iterate over
        MachineBasicBlocks and call X86InstrInfo::print().
      lib/Target/X86/X86InstrInfo.def: Make some more instructions with
       implicit defs "Void".  Add more sign/zero extending "move" insns
       (movsx, movzx).
      lib/Target/X86/X86RegisterInfo.def: Add EFLAGS as a register.
      
      llvm-svn: 4707
      e7454358
  3. Nov 11, 2002
  4. Nov 07, 2002
  5. Nov 06, 2002
  6. Nov 02, 2002
  7. Nov 01, 2002
  8. Oct 31, 2002
  9. Oct 30, 2002
  10. Oct 29, 2002
Loading