Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2014-03-10 | PowerPC: strncat optimization for PPC64 | Adhemerval Zanella | |
The optimization is achieved by following techniques: 1. Doubleword aligned memory access and compares using cmpb instruction. 2. Loop unrolling for byte load/store. 3. CPU pre-fetch to avoid cache miss. |