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