]> git.proxmox.com Git - qemu.git/history - host-utils.h
Version 1.0.1
[qemu.git] / host-utils.h
2011-09-29 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-5...
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'pmaydell/omap-for-upstrea...
2011-09-26 Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2011-09-23 Stefan WeilMove macro QEMU_GNUC_PREREQ to compiler.h
2009-12-17 Richard Hendersontarget-alpha: Fix generic ctz64.
2009-08-16 Blue Swirluser: compile host-utils.c only once
2008-11-12 balrogInclude <strings.h> for ffs().
2008-10-12 aurel32Define macro QEMU_GNUC_PREREQ and use it
2008-10-12 aurel32Only use __builtin_* with GCC >= 3.4
2008-10-12 aurel32Optimize some host-utils function with gcc builtins
2008-06-05 thsFix always_inline definition for Darwin, by Andreas...
2007-12-18 thsCode formatting.
2007-11-05 j_mayerFix muls64 prototype to match the actual implementation.
2007-11-04 j_mayerFor consistency, move muls64 / mulu64 prototypes to...
2007-10-28 j_mayerAdd shared ctz32, cto32, ctz64, cto64,
2007-10-27 thsAdd sharable clz/clo inline functions and use them...