| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
non-pipeline elts
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
These don't get hit & look like bug magnets to me...
|
| |
|
| |
|
|
|
|
|
|
| |
Apparently gcc will omit to copy hidden padding bytes under some circumstances,
which means later on memcmp() will indicate a difference between structs
even though all the visible members are identical.
|
| |
|
| |
|
|
|
|
| |
This reverts commit feceb43948f76cc4d4c8ecbb86b1b1f438c6daee.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Use a faster path in that case & make gears go faster.
|
| |
|
|
|
|
|
| |
Start pulling over some of the optimizations from the fixed function
paths.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|