Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap calls to memcpy(3) in a function called block_copy(). This way, | marcel | 2005-01-28 | 1 | -2/+9 |
* | Skip the register based postinc stores here and don't count them | marcel | 2005-01-27 | 1 | -5/+12 |
* | Make the local variables global so that the compiler cannot assume | marcel | 2005-01-27 | 1 | -4/+5 |
* | Fix the unaligned store with post increment test: The misaligned pointer | marcel | 2005-01-27 | 1 | -1/+1 |
* | Add tests for post increment. This bumps the number of tests up to | marcel | 2005-01-27 | 2 | -37/+181 |
* | Regression test for unaligned loads and stores for short, int, long, | marcel | 2005-01-02 | 2 | -0/+144 |