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