Skip to content
  1. Aug 15, 2008
  2. 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
  3. Jun 16, 2008
  4. Apr 16, 2008
  5. Mar 31, 2008
  6. Feb 15, 2008
  7. Feb 13, 2008
  8. Jan 07, 2008
  9. 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
  10. 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
  11. Dec 30, 2007
  12. Dec 29, 2007
  13. Sep 14, 2007
  14. Jul 07, 2007
  15. Jul 05, 2007
  16. Jun 08, 2007
  17. May 29, 2007
  18. May 23, 2007
  19. May 17, 2007
  20. May 16, 2007
  21. Dec 08, 2006
  22. Dec 01, 2006
  23. Nov 30, 2006
  24. Nov 15, 2006
  25. Nov 02, 2006
  26. May 12, 2006
  27. May 04, 2006
  28. Apr 20, 2006
  29. Apr 22, 2005
  30. Jan 19, 2005
  31. Jul 27, 2004
Loading