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