Skip to content
  1. Nov 26, 2012
  2. Nov 25, 2012
  3. Nov 23, 2012
  4. Nov 22, 2012
  5. Nov 21, 2012
    • Chandler Carruth's avatar
      PR14055: Implement support for sub-vector operations in SROA. · 845b73c0
      Chandler Carruth authored
      Now if we can transform an alloca into a single vector value, but it has
      subvector, non-element accesses, we form the appropriate shufflevectors
      to allow SROA to proceed. This fixes PR14055 which pointed out a very
      common pattern that SROA couldn't handle -- mixed vec3 and vec4
      operations on a single alloca.
      
      llvm-svn: 168418
      845b73c0
  6. Nov 20, 2012
  7. Nov 19, 2012
    • Bob Wilson's avatar
      Clean up handling of always-inline functions in the inliner. · a5b0dc88
      Bob Wilson authored
      This patch moves the isInlineViable function from the InlineAlways pass into
      the InlineCostAnalyzer and then changes the InlineCost computation to use that
      simple check for always-inline functions. All the special-case checks for
      AlwaysInline in the CallAnalyzer can then go away.
      
      llvm-svn: 168300
      a5b0dc88
  8. Nov 18, 2012
  9. Nov 17, 2012
  10. Nov 16, 2012
Loading