summaryrefslogtreecommitdiff
path: root/src/cpu/o3/lsq_impl.hh
AgeCommit message (Expand)Author
2006-12-21styleNathan Binkert
2006-12-20don't use (*activeThreads).begin(), use activeThreads->blah().Nathan Binkert
2006-11-13Make CPU models signal to update the snoop rangesRon Dreslinski
2006-11-13Change warn to DPRINTF.Kevin Lim
2006-10-19Small changes:Ron Dreslinski
2006-10-17Fixes for uni-coherence in timing mode for FS.Ron Dreslinski
2006-10-08Fixes for functional path.Ron Dreslinski
2006-10-02Updates to fix merge issues and bring almost everything up to working speed. ...Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-08-16Fixes for Kevins O3 model to work with the blocking caches.Ron Dreslinski
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-07-13Move Dcache port creation from LSQUnit to LSQ in order to support Ron's recen...Kevin Lim
2006-07-06Support serializing and unserializing in the O3 CPU. Also a few small fixes ...Kevin Lim
2006-06-16Two updates that got combined into one ChangeSet accidentally. They're both ...Kevin Lim
2006-06-13Minor updates for stats.Kevin Lim
2006-06-09Removing of old code and adding in new comments.Kevin Lim
2006-06-07Update copyright.Kevin Lim
2006-06-02Fixes to get compiling to work. This is mainly fixing up some includes; chan...Kevin Lim