Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-09-23 | Move macro QEMU_GNUC_PREREQ to compiler.h | Stefan Weil | 1 | -1/+1 |
2009-12-17 | target-alpha: Fix generic ctz64. | Richard Henderson | 1 | -1/+1 |
2009-08-16 | user: compile host-utils.c only once | Blue Swirl | 1 | -16/+16 |
2008-11-12 | Include <strings.h> for ffs(). | balrog | 1 | -24/+24 |
2008-10-12 | Define macro QEMU_GNUC_PREREQ and use it | aurel32 | 1 | -6/+6 |
2008-10-12 | Only use __builtin_* with GCC >= 3.4 | aurel32 | 1 | -6/+6 |
2008-10-12 | Optimize some host-utils function with gcc builtins | aurel32 | 1 | -4/+36 |
2008-06-05 | Fix always_inline definition for Darwin, by Andreas Faerber. | ths | 1 | -0/+2 |
2007-12-18 | Code formatting. | ths | 1 | -1/+1 |
2007-11-05 | Fix muls64 prototype to match the actual implementation. | j_mayer | 1 | -1/+1 |
2007-11-04 | For consistency, move muls64 / mulu64 prototypes to host-utils.h | j_mayer | 1 | -26/+27 |
2007-10-28 | Add shared ctz32, cto32, ctz64, cto64, | j_mayer | 1 | -0/+97 |
2007-10-27 | Add sharable clz/clo inline functions and use them for the mips target. | ths | 1 | -0/+104 |