Skip to content
  1. Dec 10, 2008
  2. Dec 03, 2008
  3. Nov 18, 2008
  4. Nov 03, 2008
  5. Oct 16, 2008
  6. Oct 03, 2008
  7. Aug 26, 2008
  8. Aug 15, 2008
  9. 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
  10. Jul 03, 2008
  11. Jul 01, 2008
    • Dan Gohman's avatar
      Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating · fb19f940
      Dan Gohman authored
      the need for a flavor operand, and add a new SDNode subclass,
      LabelSDNode, for use with them to eliminate the need for a label id
      operand.
      
      Change instruction selection to let these label nodes through
      unmodified instead of creating copies of them. Teach the MachineInstr
      emitter how to emit a MachineInstr directly from an ISD label node.
      
      This avoids the need for allocating SDNodes for the label id and
      flavor value, as well as SDNodes for each of the post-isel label,
      label id, and label flavor.
      
      llvm-svn: 52943
      fb19f940
  12. Apr 16, 2008
  13. Mar 31, 2008
  14. Mar 30, 2008
  15. Mar 15, 2008
  16. Mar 05, 2008
  17. Feb 10, 2008
  18. Feb 08, 2008
  19. Jan 15, 2008
  20. Jan 11, 2008
  21. Jan 08, 2008
  22. Jan 07, 2008
  23. Jan 05, 2008
  24. Jan 01, 2008
  25. Dec 31, 2007
  26. Dec 30, 2007
  27. Dec 29, 2007
  28. Sep 14, 2007
  29. Sep 07, 2007
  30. Jul 12, 2007
Loading