1. 13 Apr, 2016 18 commits
  2. 11 Apr, 2016 6 commits
  3. 09 Apr, 2016 13 commits
  4. 08 Apr, 2016 2 commits
  5. 07 Apr, 2016 1 commit
    • Andy Polyakov's avatar
      PPC assembly pack: remove branch hints. · 20b88bb1
      Andy Polyakov authored
      
      
      As it turns out branch hints grew as kind of a misconception. In
      addition their interpretation by GNU assembler is affected by
      assembler flags and can end up with opposite meaning on different
      processors. As we have to loose quite a lot on misinterprerations,
      especially on newer processors, we just omit them altogether.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      20b88bb1