Skip to content
  1. Sep 24, 2010
  2. Aug 06, 2010
  3. Jul 22, 2010
  4. Jun 25, 2010
  5. Apr 17, 2010
  6. Apr 16, 2010
  7. Apr 15, 2010
  8. Mar 17, 2010
  9. Mar 14, 2010
  10. Feb 09, 2010
  11. Jan 04, 2010
    • David Greene's avatar
      · ca553bd7
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92518
      ca553bd7
  12. Oct 25, 2009
  13. Sep 08, 2009
  14. Aug 23, 2009
  15. Jul 14, 2009
  16. Jul 11, 2009
  17. Feb 18, 2009
  18. Feb 03, 2009
  19. Jan 28, 2009
  20. Sep 04, 2008
  21. Aug 19, 2008
  22. Aug 17, 2008
  23. Jul 07, 2008
  24. 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
  25. May 08, 2008
  26. May 07, 2008
Loading