Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-24 | Use enum instead of two bools to denote memory access type | Andrew Waterman | 1 | -6/+12 | |
2014-09-27 | Avoid use of __int128_t | Andrew Waterman | 1 | -1/+1 | |
It is nonstandard, and GCC doesn't support it on 32-bit platforms. The resulting code for MULH[[S]U] is crappier, but that doesn't really matter, as these instructions are dynamically infrequent. | |||||
2013-12-17 | Speed things up quite a bit | Andrew Waterman | 1 | -0/+1 | |
2013-03-25 | add BSD license | Andrew Waterman | 1 | -0/+2 | |
2013-02-15 | specialize fully-associative caches | Andrew Waterman | 1 | -6/+1 | |
the dumb linear search of a set's tag array was far too slow | |||||
2013-02-13 | add I$/D$/L2$ simulators | Andrew Waterman | 1 | -0/+46 | |