1. 362aaf1 host-utils: Simplify pow2ceil() by Markus Armbruster · 8 years ago
  2. 43c64a0 host-utils: Proactively fix pow2floor(), switch to unsigned by Markus Armbruster · 8 years ago
  3. fa54abb8 Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1 by Peter Maydell · 8 years ago
  4. f539fbe host-utils: Implement unsigned quadword left/right shift and unit tests by Jose Ricardo Ziviani · 9 years ago
  5. 7bdcecb qemu/host-utils.h: Reduce the operation count in the fallback ctpop by Richard Henderson · 9 years ago
  6. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 9 years ago
  7. e52eeb4 host-utils: Prefer 'false' for bool type by Eric Blake · 9 years ago
  8. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  9. 652a4b7 host-utils: Add revbit functions by Richard Henderson · 10 years ago
  10. 8f1ed5f Make pow2ceil() and pow2floor() inline by Peter Maydell · 10 years ago
  11. 49caffe qemu-common.h: Move muldiv64() to host-utils.h by Peter Maydell · 10 years ago
  12. e44259b target-ppc: Add ISA2.06 divde[o] Instructions by Tom Musta · 12 years ago
  13. 98d1eb2 target-ppc: Add ISA2.06 divdeu[o] Instructions by Tom Musta · 12 years ago
  14. 1c884ab include/qemu/host-utils.h: Trivial typo: ctz->cto by Dr. David Alan Gilbert · 11 years ago
  15. afd3fe4 host-utils: add clrsb32/64 - count leading redundant sign bits by Claudio Fontana · 12 years ago
  16. f540166 host-utils: Use __int128_t for mul[us]64 by Richard Henderson · 12 years ago
  17. 72d8115 host-utils: Fix coding style and add comments by Richard Henderson · 12 years ago
  18. 0165437 host-utils: Add host long specific aliases for clz, ctz, ctpop by Richard Henderson · 12 years ago
  19. fbeadf5 bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl by Paolo Bonzini · 13 years ago
  20. 4c37ef0 host-utils: add ffsl by Paolo Bonzini · 13 years ago
  21. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 13 years ago[Renamed (98%) from host-utils.h]
  22. cb9c377 janitor: add guards to headers by Paolo Bonzini · 13 years ago
  23. f8b7275 Move macro QEMU_GNUC_PREREQ to compiler.h by Stefan Weil · 14 years ago
  24. 0644524 target-alpha: Fix generic ctz64. by Richard Henderson · 16 years ago
  25. facd285 user: compile host-utils.c only once by Blue Swirl · 16 years ago
  26. c890684 Include <strings.h> for ffs(). by balrog · 17 years ago
  27. bad5b1e Define macro QEMU_GNUC_PREREQ and use it by aurel32 · 17 years ago
  28. 5b7ada4 Only use __builtin_* with GCC >= 3.4 by aurel32 · 17 years ago
  29. 7d01998 Optimize some host-utils function with gcc builtins by aurel32 · 17 years ago
  30. cebdff7 Fix always_inline definition for Darwin, by Andreas Faerber. by ths · 17 years ago
  31. 3800af9 Code formatting. by ths · 18 years ago
  32. 05e1d83 Fix muls64 prototype to match the actual implementation. by j_mayer · 18 years ago
  33. 7a51ad8 For consistency, move muls64 / mulu64 prototypes to host-utils.h by j_mayer · 18 years ago
  34. b9ef45f Add shared ctz32, cto32, ctz64, cto64, by j_mayer · 18 years ago
  35. 05f778c Add sharable clz/clo inline functions and use them for the mips target. by ths · 18 years ago