Skip to content
  1. Dec 22, 2009
    • Sean Callanan's avatar
      Fixes to the X86 disassembler: · 36eab808
      Sean Callanan authored
      Made LEA memory operands emit only 4 MCInst operands.
      Made the scale operand equal 1 for instructions that have no
      SIB byte.
      
      llvm-svn: 91919
      36eab808
  2. Dec 21, 2009
    • David Greene's avatar
      · dbf70742
      David Greene authored
      Fix a bug in !subst where TableGen would go and resubstitute text it had
      just substituted.  This could cause infinite looping in certain
      pathological cases.
      
      llvm-svn: 91843
      dbf70742
  3. Dec 19, 2009
  4. Dec 18, 2009
  5. Dec 17, 2009
  6. Dec 16, 2009
  7. Dec 15, 2009
  8. Dec 09, 2009
  9. Dec 07, 2009
  10. Dec 05, 2009
  11. Dec 04, 2009
  12. Dec 01, 2009
  13. Nov 25, 2009
  14. Nov 24, 2009
  15. Nov 22, 2009
    • Bob Wilson's avatar
      Fix whitespace. · 7248f864
      Bob Wilson authored
      llvm-svn: 89582
      7248f864
    • Bob Wilson's avatar
      Fix pr5470. Tablegen handles template arguments by temporarily setting their · 67e6cab4
      Bob Wilson authored
      values, resolving references to them, and then removing the definitions.
      If a template argument is set to an undefined value, we need to resolve
      references to that argument to an explicit undefined value.  The current code
      leaves the reference to the template argument as it is, which causes an
      assertion failure later when the definition of the template argument is
      removed.
      
      llvm-svn: 89581
      67e6cab4
  16. Nov 21, 2009
  17. Nov 19, 2009
  18. Nov 18, 2009
  19. Nov 14, 2009
  20. Nov 11, 2009
Loading