Skip to content
  1. Dec 03, 2008
  2. Oct 03, 2008
  3. Sep 13, 2008
    • Dan Gohman's avatar
      Remove isImm(), isReg(), and friends, in favor of · 38453eeb
      Dan Gohman authored
      isImmediate(), isRegister(), and friends, to avoid confusion
      about having two different names with the same meaning. I'm
      not attached to the longer names, and would be ok with
      changing to the shorter names if others prefer it.
      
      llvm-svn: 56189
      38453eeb
  4. Sep 11, 2008
  5. Aug 15, 2008
  6. Jul 08, 2008
    • Dan Gohman's avatar
      Pool-allocation for MachineInstrs, MachineBasicBlocks, and · 3b460303
      Dan Gohman authored
      MachineMemOperands. The pools are owned by MachineFunctions.
      
      This drastically reduces the number of calls to malloc/free made
      during the "Emit" phase of scheduling, as well as later phases
      in CodeGen. Combined with other changes, this speeds up the
      "instruction selection" phase of CodeGen by 10% in some cases.
      
      llvm-svn: 53212
      3b460303
  7. Jun 16, 2008
  8. Apr 16, 2008
  9. Mar 31, 2008
  10. Feb 15, 2008
  11. Feb 13, 2008
  12. Jan 07, 2008
  13. Jan 01, 2008
    • Chris Lattner's avatar
      Fix a problem where lib/Target/TargetInstrInfo.h would include and use · 25568e4c
      Chris Lattner authored
      a header file from libcodegen.  This violates a layering order: codegen
      depends on target, not the other way around.  The fix to this is to 
      split TII into two classes, TII and TargetInstrInfoImpl, which defines
      stuff that depends on libcodegen.  It is defined in libcodegen, where 
      the base is not.
      
      llvm-svn: 45475
      25568e4c
  14. Dec 31, 2007
    • Chris Lattner's avatar
      Add new shorter predicates for testing machine operands for various types: · a5bb370a
      Chris Lattner authored
      e.g. MO.isMBB() instead of MO.isMachineBasicBlock().  I don't plan on 
      switching everything over, so new clients should just start using the 
      shorter names.
      
      Remove old long accessors, switching everything over to use the short
      accessor: getMachineBasicBlock() -> getMBB(), 
      getConstantPoolIndex() -> getIndex(), setMachineBasicBlock -> setMBB(), etc.
      
      llvm-svn: 45464
      a5bb370a
  15. Dec 30, 2007
  16. Dec 29, 2007
  17. Sep 14, 2007
  18. Jul 07, 2007
  19. Jul 05, 2007
  20. Jun 08, 2007
  21. May 29, 2007
  22. May 23, 2007
  23. May 17, 2007
  24. May 16, 2007
  25. Dec 08, 2006
  26. Dec 01, 2006
  27. Nov 30, 2006
  28. Nov 15, 2006
  29. Nov 02, 2006
  30. May 12, 2006
  31. May 04, 2006
  32. Apr 20, 2006
Loading