Skip to content
  1. Aug 26, 2013
    • 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
  2. Aug 25, 2013
  3. Aug 24, 2013
  4. Aug 23, 2013
Loading