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