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