Skip to content
  1. May 29, 2009
    • Bill Wendling's avatar
      The MONITOR and MWAIT instructions have insufficient information for · 2e09bd3d
      Bill Wendling authored
      decoding. Essentially, they both map to the same column in the "opcode
      extensions for one- and two-byte opcodes" table in the x86 manual. The RawFrm
      complicates decoding this.
      
      Instead, use opcode 0x01, prefix 0x01, and form MRM1r. Then have the code
      emitter special case these, a la [SML]FENCE.
      
      llvm-svn: 72556
      2e09bd3d
  2. May 28, 2009
  3. May 27, 2009
  4. May 26, 2009
  5. May 25, 2009
  6. May 24, 2009
  7. May 23, 2009
  8. May 20, 2009
  9. May 18, 2009
  10. May 15, 2009
  11. May 13, 2009
  12. May 12, 2009
  13. May 11, 2009
  14. May 09, 2009
  15. May 08, 2009
  16. May 06, 2009
    • Dale Johannesen's avatar
      Use X86AddrNumOperands instead of magic constant one · 72b6582c
      Dale Johannesen authored
      more place.  This fixes a bunch of x86-64 JIT regressions.
      (Introduced when the value of the magic constant changed
      in 68645.  At the time apparently nobody noticed; failures
      were hidden in 70343-70439 by an unrelated bug, so showed
      up again as "new" failures in 70440.)
      
      llvm-svn: 71106
      72b6582c
  17. May 05, 2009
  18. May 04, 2009
  19. May 01, 2009
  20. Apr 30, 2009
Loading