Skip to content
  1. Nov 20, 2006
  2. Nov 15, 2006
  3. Nov 14, 2006
  4. Nov 11, 2006
  5. Nov 10, 2006
  6. Oct 25, 2006
  7. Oct 21, 2006
  8. Sep 05, 2006
  9. 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
  10. May 26, 2006
  11. May 04, 2006
  12. Apr 22, 2006
  13. Apr 20, 2006
  14. Apr 17, 2006
  15. Apr 22, 2005
  16. Oct 15, 2004
    • Chris Lattner's avatar
      Allow machine operands to represent global variables with offsets. This is · 3065220d
      Chris Lattner authored
      useful when you have a reference like:
      
      int A[100];
      
      void foo() { A[10] = 1; }
      
      In this case, &A[10] is a single constant and should be treated as such.
      
      Only MO_GlobalAddress and MO_ExternalSymbol are allowed to use this field, no
      other operand type is.
      
      This is another fine patch contributed by Jeff Cohen!!
      
      llvm-svn: 17007
      3065220d
  17. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  18. Jul 09, 2004
    • Misha Brukman's avatar
      * Doxygenify comments · b47ab7ae
      Misha Brukman authored
      * Fix spacing, grammar in comment
      * Make code layout consistent
      * Wrap code at 80 cols
      * Delete spurious blank lines
      
      No functional changes.
      
      llvm-svn: 14721
      b47ab7ae
  19. Jul 04, 2004
  20. Jun 25, 2004
  21. Jun 18, 2004
  22. Jun 02, 2004
  23. May 24, 2004
  24. May 23, 2004
  25. Mar 03, 2004
  26. Feb 29, 2004
  27. Feb 27, 2004
  28. Feb 23, 2004
Loading