Skip to content
  1. Jan 30, 2006
  2. Jan 29, 2006
  3. Jan 27, 2006
  4. Jan 26, 2006
  5. Jan 24, 2006
  6. Jan 21, 2006
  7. Jan 20, 2006
  8. Jan 19, 2006
  9. Jan 17, 2006
  10. Jan 16, 2006
  11. Jan 15, 2006
  12. Jan 14, 2006
  13. Jan 13, 2006
  14. Jan 12, 2006
  15. Jan 11, 2006
  16. Jan 10, 2006
  17. Jan 09, 2006
  18. Jan 06, 2006
  19. Jan 05, 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
Loading