Skip to content
  1. Mar 27, 2007
  2. Feb 23, 2007
  3. Feb 19, 2007
  4. Feb 17, 2007
  5. Feb 16, 2007
  6. Dec 16, 2006
  7. Dec 15, 2006
  8. Dec 07, 2006
  9. Dec 06, 2006
  10. Nov 30, 2006
  11. Nov 28, 2006
  12. Nov 20, 2006
  13. Nov 15, 2006
  14. Nov 14, 2006
  15. Nov 11, 2006
  16. Nov 10, 2006
  17. Oct 25, 2006
  18. Oct 21, 2006
  19. Sep 05, 2006
  20. Jun 15, 2006
    • Evan Cheng's avatar
      Instructions with variable operands (variable_ops) can have a number required · 55772ccf
      Evan Cheng authored
      operands. e.g.
      def CALL32r : I<0xFF, MRM2r, (ops GR32:$dst, variable_ops),
                      "call {*}$dst", [(X86call GR32:$dst)]>;
      TableGen should emit operand informations for the "required" operands.
      
      Added a target instruction info flag M_VARIABLE_OPS to indicate the target
      instruction may have more operands in addition to the minimum required
      operands.
      
      llvm-svn: 28791
      55772ccf
  21. May 26, 2006
  22. May 04, 2006
  23. Apr 22, 2006
  24. Apr 20, 2006
  25. Apr 17, 2006
  26. Apr 22, 2005
Loading