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