Skip to content
  1. Jan 17, 2006
  2. Jan 16, 2006
  3. Jan 15, 2006
  4. Jan 14, 2006
  5. Jan 13, 2006
  6. Jan 12, 2006
  7. Jan 11, 2006
  8. Jan 10, 2006
  9. Jan 09, 2006
  10. Jan 06, 2006
  11. Jan 05, 2006
  12. 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
  13. Dec 23, 2005
  14. Dec 22, 2005
  15. Dec 21, 2005
  16. Dec 20, 2005
  17. Dec 17, 2005
Loading