Skip to content
  1. Jan 04, 2006
  2. Jan 03, 2006
  3. Jan 02, 2006
  4. Jan 01, 2006
  5. Dec 30, 2005
  6. Dec 29, 2005
  7. Dec 28, 2005
  8. Dec 27, 2005
  9. Dec 26, 2005
    • Duraid Madina's avatar
      more C++ daintiness · c5852344
      Duraid Madina authored
      llvm-svn: 25023
      c5852344
    • Duraid Madina's avatar
      I bet pinski knows why g++ accepts this stuff · 7859bd2e
      Duraid Madina authored
      llvm-svn: 25022
      7859bd2e
    • Duraid Madina's avatar
      getting there... · 7a3ad6ca
      Duraid Madina authored
      llvm-svn: 25021
      7a3ad6ca
    • Duraid Madina's avatar
      dum de dum · 9d3058cc
      Duraid Madina authored
      llvm-svn: 25018
      9d3058cc
    • 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
Loading