Skip to content
  1. Aug 26, 2013
    • Craig Topper's avatar
      First round of fixes for the x86 fixes for the x86 move accumulator from/to... · 18854173
      Craig Topper authored
      First round of fixes for the x86 fixes for the x86 move accumulator from/to memory offset instructions.
      
      -Assembly parser now properly check the size of the memory operation specified in intel syntax. So 'mov word ptr [5], al' is no longer accepted.
      -x86-32 disassembly of these instructions no longer sign extends the 32-bit address immediate based on size.
      -Intel syntax printing prints the ptr size and places brackets around the address immediate.
      
      Known remaining issues with these instructions:
      -Segment override prefix is not supported. PR16962 and PR16961.
      -Immediate size should be changed by address size prefix.
      
      llvm-svn: 189201
      18854173
  2. Aug 25, 2013
  3. Aug 24, 2013
  4. Aug 23, 2013
  5. Aug 22, 2013
  6. Aug 21, 2013
  7. Aug 20, 2013
  8. Aug 19, 2013
  9. Aug 18, 2013
  10. Aug 16, 2013
  11. Aug 15, 2013
  12. Aug 14, 2013
  13. Aug 13, 2013
  14. Aug 11, 2013
  15. Aug 09, 2013
  16. Aug 08, 2013
Loading