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
    • David Majnemer's avatar
      DebugInfo: Emit info for casted decls in template args · a3644d60
      David Majnemer authored
      Summary:
      Previously the backend wouldn't get to see the underlying GlobalValue
      that corresponds to the template argument because it would be hidden by
      a cast at the IR level.  Instead strip the pointer casts off of the
      value until we see the underlying GlobalValue.
      
      Reviewers: dblaikie, echristo, majnemer
      
      Reviewed By: majnemer
      
      CC: cfe-commits
      
      Differential Revision: http://llvm-reviews.chandlerc.com/D1508
      
      llvm-svn: 189200
      a3644d60
  2. Aug 25, 2013
  3. Aug 24, 2013
Loading