Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-08-16 | user: compile host-utils.c only once | Blue Swirl | 1 | -1/+2 |
2007-11-05 | Code used by the linux-user targets should not use vl.h. | j_mayer | 1 | -1/+2 |
2007-11-04 | For consistency, move muls64 / mulu64 prototypes to host-utils.h | j_mayer | 1 | -13/+2 |
2007-10-26 | The other half of the mul64 rework. Sorry for the breakage, I committed | ths | 1 | -0/+2 |
2007-10-25 | Restore a more maintainable version of the 64bit multiply code. | ths | 1 | -34/+69 |
2007-10-23 | Fix overflow when multiplying two large positive numbers. | ths | 1 | -2/+4 |
2007-05-16 | More generic 64 bit multiplication support, by Aurelien Jarno. | ths | 1 | -0/+75 |