Skip to content
  1. Aug 26, 2013
    • Benjamin Kramer's avatar
      CodeGen: Unify two implementations of canDevirtualizeMemberFunctionCall. · 7463ed7c
      Benjamin Kramer authored
      They were mostly copy&paste of each other, move it to CodeGenFunction. Of course
      the two implementations have diverged over time; the one in CGExprCXX seems to
      be the more modern one so I picked that one and moved it to CGClass which feels
      like a better home for it. No intended functionality change.
      
      llvm-svn: 189203
      7463ed7c
    • Bill Schmidt's avatar
      [PowerPC] Add fast-isel branch and compare selection. · 0300813d
      Bill Schmidt authored
      First chunk of actual fast-isel selection code.  This handles direct
      and indirect branches, as well as feeding compares for direct
      branches.  PPCFastISel::PPCEmitIntExt() is just roughed in and will be
      expanded in a future patch.  This also corrects a problem with
      selection for constant pool entries in JIT mode or with small code
      model.
      
      llvm-svn: 189202
      0300813d
    • 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