Skip to content
  1. Jan 09, 2006
  2. 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
  3. Dec 23, 2005
  4. Dec 14, 2005
  5. Dec 04, 2005
  6. Dec 01, 2005
  7. Nov 29, 2005
  8. Nov 28, 2005
  9. Nov 19, 2005
  10. Nov 18, 2005
  11. Oct 26, 2005
  12. Oct 21, 2005
  13. Oct 19, 2005
  14. Oct 10, 2005
  15. Oct 04, 2005
  16. Sep 30, 2005
  17. Aug 26, 2005
  18. Aug 25, 2005
  19. Aug 19, 2005
  20. Jan 02, 2005
  21. Oct 14, 2004
  22. Oct 03, 2004
  23. Sep 28, 2004
  24. Sep 14, 2004
  25. Aug 21, 2004
  26. Aug 16, 2004
  27. Aug 15, 2004
  28. Aug 11, 2004
  29. Aug 09, 2004
  30. Aug 01, 2004
Loading