Skip to content
  1. Nov 12, 2009
  2. Nov 11, 2009
  3. Nov 10, 2009
  4. Nov 09, 2009
    • Dan Gohman's avatar
      Remove an unneeded #include. · a9515265
      Dan Gohman authored
      llvm-svn: 86601
      a9515265
    • Mike Stump's avatar
      Fix for 64-bit builds. · f04c4cdb
      Mike Stump authored
      llvm-svn: 86600
      f04c4cdb
    • Dan Gohman's avatar
      Print "..." instead of all the uninteresting register clobbers on call · 2745d192
      Dan Gohman authored
      instructions. This makes CodeGen dumps significantly less noisy.
      
      Example before:
        BL <ga:@bar>, %R0<imp-def>, %R1<imp-def,dead>, %R2<imp-def,dead>, %R3<imp-def,dead>, %R12<imp-def,dead>, %LR<imp-def,dead>, %D0<imp-def,dead>, %D1<imp-def,dead>, %D2<imp-def,dead>, %D3<imp-def,dead>, %D4<imp-def,dead>, %D5<imp-def,dead>, %D6<imp-def,dead>, %D7<imp-def,dead>, %D16<imp-def,dead>, %D17<imp-def,dead>, %D18<imp-def,dead>, %D19<imp-def,dead>, %D20<imp-def,dead>, %D21<imp-def,dead>, %D22<imp-def,dead>, %D23<imp-def,dead>, %D24<imp-def,dead>, %D25<imp-def,dead>, %D26<imp-def,dead>, %D27<imp-def,dead>, %D28<imp-def,dead>, %D29<imp-def,dead>, %D30<imp-def,dead>, %D31<imp-def,dead>, %CPSR<imp-def,dead>, %FPSCR<imp-def,dead>
      
      Same example after:
        BL <ga:@bar>, %R0<imp-def>, %R1<imp-def,dead>, %LR<imp-def,dead>, %CPSR<imp-def,dead>, ...
      
      llvm-svn: 86583
      2745d192
    • David Goodwin's avatar
      Fix dependencies added to model memory aliasing for post-RA scheduling. The... · d2f9c044
      David Goodwin authored
      Fix dependencies added to model memory aliasing for post-RA scheduling. The dependencies were overly conservative for memory access that are known not to alias.
      
      llvm-svn: 86580
      d2f9c044
    • Dan Gohman's avatar
      Constify MachineFunctionAnalysis' TargetMachine reference. · 6f67f890
      Dan Gohman authored
      llvm-svn: 86564
      6f67f890
Loading