Skip to content
  1. Jun 19, 2010
  2. Jun 18, 2010
  3. Jun 17, 2010
  4. Jun 16, 2010
  5. Jun 15, 2010
  6. Jun 14, 2010
  7. Jun 12, 2010
  8. Jun 09, 2010
    • Eli Friedman's avatar
      A few new x86-64 specific README entries. · ab44d128
      Eli Friedman authored
      llvm-svn: 105674
      ab44d128
    • Kevin Enderby's avatar
      Incremental improvement to the handling of the x86 "Jump if rCX Zero" · 0de0f3fc
      Kevin Enderby authored
      instruction.  Added the 64-bit version "jrcxz" so it is recognized and also
      added the checks for incorrect uses of "jcxz" in 64-bit mode and "jrcxz" in
      32-bit mode.  Still to do is to correctly handle the encoding of the
      instruction adding the Address-size override prefix byte, 0x67, when the width
      of the count register is not the same as the mode the machine is running in.
      Which for example means the encoding of "jecxz" depends if you are assembling
      as a 32-bit target or a 64-bit target.
      
      llvm-svn: 105661
      0de0f3fc
Loading