Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-07 | Eliminate Wunknown-pragmas for Clang/LLVM (#265) | Zenithal | 1 | -1/+1 | |
2019-10-22 | Make performance counters always 64 bits wide (#178) | Luís Marques | 1 | -3/+16 | |
This prevents the counters from easily overflowing for a 32-bit pk. | |||||
2019-08-12 | Prevent memset from calling itself | Andrew Waterman | 1 | -0/+5 | |
With -ftree-loop-distribute-patterns, GCC detects that the body of memset is equivalent to memset, and so turns it into a call to memset, causing infinite recursion. Closes #170. | |||||
2018-07-09 | Properly license all nontrivial files | Andrew Waterman | 2 | -0/+4 | |
2016-05-24 | speed up memcpy for aligned bases but misaligned length | Andrew Waterman | 1 | -10/+13 | |
2016-03-09 | Refactor pk, bbl, machine into separate libraries | Andrew Waterman | 4 | -0/+194 | |
Yuck. |