Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We've been lax about matching END() macros in asm code for some time. This | peter | 2008-11-02 | 8 | -0/+16 |
* | Optimize the instruction alignment. | alc | 2005-04-23 | 1 | -2/+1 |
* | Add a machine-specific, optimized implementation of strcat. | alc | 2005-04-10 | 2 | -1/+166 |
* | Eliminate a conditional branch and as a side-effect eliminate a branch to | alc | 2005-04-10 | 1 | -5/+4 |
* | Add a machine-specific, optimized implementation of strcpy. | alc | 2005-04-10 | 2 | -1/+113 |
* | Add a machine-specific, optimized implementation of strcmp. | alc | 2005-04-09 | 2 | -1/+75 |
* | Add machine-specific, optimized implementations of bcmp and memcmp. | alc | 2005-04-08 | 3 | -1/+67 |
* | Eliminate unneeded instructions that are a vestige of mechanical | alc | 2005-04-08 | 1 | -10/+4 |
* | Eliminate an unneeded instruction that is a vestige of mechanical | alc | 2005-04-07 | 1 | -7/+5 |
* | Add machine-specific, optimized implementations of bcopy, bzero, memcpy, | alc | 2005-04-07 | 6 | -0/+212 |