summaryrefslogtreecommitdiff
path: root/src/mem/cache/cache.cc
AgeCommit message (Expand)Author
2014-07-28mem: refactor LRU cache tags and add random replacement tagsAnthony Gutierrez
2013-06-27mem: Remove the cache builderAndreas Hansson
2013-01-07mem: Remove the IIC replacement policyAndreas Sandberg
2008-10-23remove the totally obsolete split cacheLisa Hsu
2007-06-27Get rid of coherence protocol object.Steve Reinhardt
2007-06-17More major reorg of cache. Seems to work for atomic mode now,Steve Reinhardt
2007-05-18First set of changes for reorganized cache coherence support.Steve Reinhardt
2006-12-18Get rid of generic CacheTags object (fold back into Cache).Steve Reinhardt
2006-12-04Turn cache MissQueue/BlockingBuffer into virtual objectSteve Reinhardt
2006-12-02Make cache compression policy a runtime virtual thingSteve Reinhardt
2006-06-28Was having difficulty with merging the cache, reverted to an early version an...Ron Dreslinski