Skip to content
  1. Apr 05, 2013
    • Manman Ren's avatar
      Debug Info: revert 178722 for now. · bdcb4464
      Manman Ren authored
      There is a difference for FORM_ref_addr between DWARF 2 and DWARF 3+.
      Since Eric is against guarding DWARF 2 ref_addr with DarwinGDBCompat, we are
      still in discussion on how to handle this.
      
      The correct solution is to update our header to say version 4 instead of version
      2 and update tool chains as well.
      
      rdar://problem/13559431
      
      llvm-svn: 178806
      bdcb4464
    • 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