Skip to content
  1. Jun 26, 2007
  2. Jun 19, 2007
  3. Jun 14, 2007
  4. Jun 06, 2007
  5. May 16, 2007
  6. May 08, 2007
  7. May 04, 2007
  8. May 03, 2007
  9. May 01, 2007
  10. Apr 20, 2007
  11. Mar 19, 2007
  12. Feb 27, 2007
  13. Feb 20, 2007
  14. Jan 26, 2007
  15. Jan 12, 2007
  16. Nov 15, 2006
  17. Nov 04, 2006
  18. Nov 01, 2006
  19. Oct 12, 2006
  20. Jul 19, 2006
  21. May 18, 2006
  22. May 17, 2006
  23. May 16, 2006
  24. May 15, 2006
  25. May 14, 2006
  26. May 01, 2006
  27. Apr 19, 2006
  28. Mar 24, 2006
  29. Mar 03, 2006
  30. Mar 01, 2006
  31. Feb 20, 2006
  32. Jan 27, 2006
  33. Jan 09, 2006
  34. Dec 26, 2005
    • Evan Cheng's avatar
      Added field noResults to Instruction. · 14c53b45
      Evan Cheng authored
      Currently tblgen cannot tell which operands in the operand list are results so
      it assumes the first one is a result. This is bad. Ideally we would fix this
      by separating results from inputs, e.g. (res R32:$dst),
      (ops R32:$src1, R32:$src2). But that's a more distruptive change. Adding
      'let noResults = 1' is the workaround to tell tblgen that the instruction does
      not produces a result. It works for now since tblgen does not support
      instructions which produce multiple results.
      
      llvm-svn: 25017
      14c53b45
Loading