Skip to content
  1. 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
  2. May 05, 2008
  3. Apr 24, 2008
  4. Feb 28, 2008
  5. Feb 26, 2008
  6. Feb 10, 2008
  7. Jan 07, 2008
    • Chris Lattner's avatar
      remove #includage · f3efadcb
      Chris Lattner authored
      llvm-svn: 45697
      f3efadcb
    • Chris Lattner's avatar
      rename TargetInstrDescriptor -> TargetInstrDesc. · 03ad8850
      Chris Lattner authored
      Make MachineInstr::getDesc return a reference instead
      of a pointer, since it can never be null.
      
      llvm-svn: 45695
      03ad8850
    • Chris Lattner's avatar
      Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects · a98c679d
      Chris Lattner authored
      that it is cheap and efficient to get.
      
      Move a variety of predicates from TargetInstrInfo into 
      TargetInstrDescriptor, which makes it much easier to query a predicate
      when you don't have TII around.  Now you can use MI->getDesc()->isBranch()
      instead of going through TII, and this is much more efficient anyway. Not
      all of the predicates have been moved over yet.
      
      Update old code that used MI->getInstrDescriptor()->Flags to use the
      new predicates in many places.
      
      llvm-svn: 45674
      a98c679d
  8. Jan 01, 2008
  9. Dec 31, 2007
  10. Dec 29, 2007
  11. Oct 03, 2007
  12. Sep 03, 2007
  13. Jun 29, 2007
  14. Jun 19, 2007
  15. Jun 04, 2007
  16. May 18, 2007
  17. May 01, 2007
  18. Mar 09, 2007
  19. Feb 19, 2007
  20. Feb 17, 2007
  21. Feb 10, 2007
  22. Dec 16, 2006
  23. Dec 15, 2006
  24. Dec 07, 2006
  25. Nov 28, 2006
  26. Nov 18, 2006
  27. Oct 24, 2006
  28. Oct 06, 2006
  29. Oct 03, 2006
  30. Sep 26, 2006
  31. May 12, 2006
  32. May 04, 2006
  33. Apr 22, 2005
Loading