Skip to content
  1. Feb 13, 2004
  2. Feb 12, 2004
  3. Feb 11, 2004
  4. Feb 10, 2004
  5. Feb 09, 2004
  6. Feb 04, 2004
  7. Feb 03, 2004
  8. Feb 02, 2004
  9. Feb 01, 2004
  10. Jan 30, 2004
  11. Jan 14, 2004
  12. Jan 12, 2004
  13. Dec 28, 2003
  14. Dec 21, 2003
  15. Dec 20, 2003
  16. Dec 14, 2003
    • Alkis Evlogimenos's avatar
      Change interface of MachineOperand as follows: · aaba4639
      Alkis Evlogimenos authored
          a) remove opIsUse(), opIsDefOnly(), opIsDefAndUse()
          b) add isUse(), isDef()
          c) rename opHiBits32() to isHiBits32(),
                    opLoBits32() to isLoBits32(),
                    opHiBits64() to isHiBits64(),
                    opLoBits64() to isLoBits64().
      
      This results to much more readable code, for example compare
      "op.opIsDef() || op.opIsDefAndUse()" to "op.isDef()" a pattern used
      very often in the code.
      
      llvm-svn: 10461
      aaba4639
Loading