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