Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-04-04 | Merge pull request #1306 from Jakub-Palider/master-override-cache-name | Andrew Waterman | 1 | -2/+4 |
2023-04-04 | Allow client to override default names of caches | Jakub Palider | 1 | -2/+4 |
2023-04-04 | Add cache statistics print on demand | Jakub Palider | 1 | -0/+4 |
2022-10-04 | Suppress most unused variable warnings | Andrew Waterman | 1 | -2/+3 |
2022-01-29 | add clean_invalidate function for caches | liweiwei | 1 | -0/+5 |
2018-09-24 | Add "--log-cache-miss" option to generate a log of cache miss. (#241) | takeoverjp | 1 | -0/+6 |
2015-09-24 | Use enum instead of two bools to denote memory access type | Andrew Waterman | 1 | -8/+8 |
2014-09-27 | Avoid use of __int128_t | Andrew Waterman | 1 | -1/+1 |
2013-03-25 | add BSD license | Andrew Waterman | 1 | -0/+2 |
2013-03-25 | support compilation with gcc 4.7 | Andrew Waterman | 1 | -1/+1 |
2013-02-15 | fix D$ model not acknowledging stores | Andrew Waterman | 1 | -1/+1 |
2013-02-15 | specialize fully-associative caches | Andrew Waterman | 1 | -21/+41 |
2013-02-13 | add I$/D$/L2$ simulators | Andrew Waterman | 1 | -0/+102 |