aboutsummaryrefslogtreecommitdiff
path: root/riscv/memtracer.h
AgeCommit message (Collapse)AuthorFilesLines
2015-09-24Use enum instead of two bools to denote memory access typeAndrew Waterman1-6/+12
2014-09-27Avoid use of __int128_tAndrew Waterman1-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-17Speed things up quite a bitAndrew Waterman1-0/+1
2013-03-25add BSD licenseAndrew Waterman1-0/+2
2013-02-15specialize fully-associative cachesAndrew Waterman1-6/+1
the dumb linear search of a set's tag array was far too slow
2013-02-13add I$/D$/L2$ simulatorsAndrew Waterman1-0/+46