Skip to content
  1. Nov 20, 2002
  2. Nov 19, 2002
    • Brian Gaeke's avatar
      Brian Gaeke says: · a648bc66
      Brian Gaeke authored
      lib/Target/X86/InstSelectSimple.cpp: Add a little something to
       visitBranchInst which supports conditional branches.
      lib/Target/X86/X86InstrInfo.def: Add defs of JNE, JE, CMPri8
      
      llvm-svn: 4755
      a648bc66
  3. Nov 18, 2002
  4. Nov 17, 2002
  5. 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
  6. Nov 11, 2002
  7. Nov 07, 2002
  8. Nov 06, 2002
  9. Nov 02, 2002
Loading