Skip to content
  1. Apr 05, 2013
    • Adrian Prantl's avatar
      typo · 322f41d0
      Adrian Prantl authored
      llvm-svn: 178804
      322f41d0
    • Hal Finkel's avatar
      Rename the current PPC BCL definition to BCLalways · e5680b3c
      Hal Finkel authored
      BCL is normally a conditional branch-and-link instruction, but has
      an unconditional form (which is used in the SjLj code, for example).
      To make clear that this BCL instruction definition is specifically
      the special unconditional form (which does not meaningfully take
      a condition-register input), rename it to BCLalways.
      
      No functionality change intended.
      
      llvm-svn: 178803
      e5680b3c
    • Hal Finkel's avatar
      PPC: Improve code generation for mixed-precision reciprocal sqrt · f96c18e3
      Hal Finkel authored
      The DAGCombine logic that recognized a/sqrt(b) and transformed it into
      a multiplication by the reciprocal sqrt did not handle cases where the
      sqrt and the division were separated by an fpext or fptrunc.
      
      llvm-svn: 178801
      f96c18e3
  2. Apr 04, 2013
  3. Apr 03, 2013
Loading