Skip to content
  1. Sep 04, 2013
  2. Sep 03, 2013
  3. Aug 31, 2013
  4. Aug 30, 2013
  5. Aug 29, 2013
    • Andrew Trick's avatar
      Comment and revise the cyclic critical path code. · 483f4199
      Andrew Trick authored
      This should be much more clear now. It's still disabled pending testing.
      
      llvm-svn: 189597
      483f4199
    • Hal Finkel's avatar
      Revert: r189565 - Add getUnrollingPreferences to TTI · 8e83820a
      Hal Finkel authored
      Revert unintentional commit (of an unreviewed change).
      
      Original commit message:
      
      Add getUnrollingPreferences to TTI
      
      Allow targets to customize the default behavior of the generic loop unrolling
      transformation. This will be used by the PowerPC backend when targeting the A2
      core (which is in-order with a deep pipeline), and using more aggressive
      defaults is important.
      
      llvm-svn: 189566
      8e83820a
    • Hal Finkel's avatar
      Add getUnrollingPreferences to TTI · 63e6c0e9
      Hal Finkel authored
      Allow targets to customize the default behavior of the generic loop unrolling
      transformation. This will be used by the PowerPC backend when targeting the A2
      core (which is in-order with a deep pipeline), and using more aggressive
      defaults is important.
      
      llvm-svn: 189565
      63e6c0e9
    • Hal Finkel's avatar
      Use TargetSubtargetInfo::useAA() in DAGCombine · 5ef4dccd
      Hal Finkel authored
      This uses the TargetSubtargetInfo::useAA() function to control the defaults of
      the -combiner-alias-analysis and -combiner-global-alias-analysis options.
      
      llvm-svn: 189564
      5ef4dccd
    • Hal Finkel's avatar
      Add useAA() to TargetSubtargetInfo · b350ffd1
      Hal Finkel authored
      There are several optional (off-by-default) features in CodeGen that can make
      use of alias analysis. These features are important for generating code for
      some kinds of cores (for example the (in-order) PPC A2 core). This adds a
      useAA() function to TargetSubtargetInfo to allow these features to be enabled
      by default on a per-subtarget basis.
      
      Here is the first use of this function: To control the default of the
      -enable-aa-sched-mi feature.
      
      llvm-svn: 189563
      b350ffd1
    • Juergen Ributzka's avatar
      11c52c60
  6. Aug 28, 2013
  7. Aug 27, 2013
  8. Aug 26, 2013
  9. Aug 25, 2013
    • David Majnemer's avatar
      AsmPrinter: Get rid of llvm$workaround$fake$stub$ · b78df507
      David Majnemer authored
      We currently emit labels with the prefix Lllvm$workaround$fake$stub$ if
      the target's MCAsmInfo has getLinkOnceDirective() mapped to something
      interesting.  This was apparently a work around introduced in r31033 for
      binutils that we don't need anymore.
      
      llvm-svn: 189187
      b78df507
  10. Aug 24, 2013
Loading