1. 20 Dec, 2017 2 commits
  2. 19 Dec, 2017 5 commits
  3. 18 Dec, 2017 4 commits
  4. 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
  5. 15 Dec, 2017 6 commits
  6. 14 Dec, 2017 1 commit
  7. 13 Dec, 2017 2 commits
  8. 12 Dec, 2017 4 commits
  9. 11 Dec, 2017 5 commits
  10. 09 Dec, 2017 2 commits
  11. 08 Dec, 2017 3 commits
  12. 07 Dec, 2017 4 commits
  13. 06 Dec, 2017 1 commit
    • Danny Auble's avatar
      Wait to start a batch step · a42d325f
      Danny Auble authored
      until the prolog and extern step are fully ran/launched.
      
      Only matters if running with PrologFlags=[contain|alloc].
      
      patch 2 of 2
      
      Bug 4458
      a42d325f