1. 22 Dec, 2017 5 commits
  2. 20 Dec, 2017 25 commits
  3. 19 Dec, 2017 5 commits
  4. 18 Dec, 2017 4 commits
  5. 16 Dec, 2017 1 commit
    • Felip Moll's avatar
      Fix for bitstring interpretation on big-endian machine · 5a23c48a
      Felip Moll authored
      This patch fix commit b31bb7 for big-endian machines inverting the
      __builtin_clzll and __builtin_cltll calls depending on the architecture.
      This caused to get the incorrect first and last bit set on the bitmap in
      bit_ffs bit_fls.
      
      bug 4494
      5a23c48a