Skip to content
  1. May 07, 2009
  2. Apr 09, 2009
    • Bob Wilson's avatar
      Fix pr3954. The register scavenger asserts for inline assembly with · 51856173
      Bob Wilson authored
      register destinations that are tied to source operands.  The
      TargetInstrDescr::findTiedToSrcOperand method silently fails for inline
      assembly.  The existing MachineInstr::isRegReDefinedByTwoAddr was very
      close to doing what is needed, so this revision makes a few changes to
      that method and also renames it to isRegTiedToUseOperand (for consistency
      with the very similar isRegTiedToDefOperand and because it handles both
      two-address instructions and inline assembly with tied registers).
      
      llvm-svn: 68714
      51856173
  3. Mar 19, 2009
  4. Jan 29, 2009
  5. Jan 20, 2009
  6. Dec 05, 2008
  7. Nov 24, 2008
  8. Oct 14, 2008
  9. Oct 08, 2008
  10. Oct 04, 2008
  11. Oct 03, 2008
  12. Sep 25, 2008
  13. Sep 13, 2008
    • Dan Gohman's avatar
      Remove isImm(), isReg(), and friends, in favor of · 38453eeb
      Dan Gohman authored
      isImmediate(), isRegister(), and friends, to avoid confusion
      about having two different names with the same meaning. I'm
      not attached to the longer names, and would be ok with
      changing to the shorter names if others prefer it.
      
      llvm-svn: 56189
      38453eeb
  14. Sep 04, 2008
  15. Aug 22, 2008
  16. Jul 10, 2008
  17. Jul 09, 2008
  18. May 28, 2008
  19. May 13, 2008
  20. Apr 02, 2008
  21. Mar 05, 2008
  22. Feb 29, 2008
  23. Feb 26, 2008
  24. Feb 22, 2008
Loading