summaryrefslogtreecommitdiff
path: root/src/cpu/o3/fetch_impl.hh
AgeCommit message (Expand)Author
2007-02-07Make memory commands dense again to avoid cache stat table explosion.Steve Reinhardt
2007-01-29A minor hack to get branch prediction to behave like before on Alpha.Gabe Black
2007-01-03Merge zizzer:/bk/newmemGabe Black
2006-12-28Phased out DelaySlotInfo.Gabe Black
2006-12-20don't use (*activeThreads).begin(), use activeThreads->blah().Nathan Binkert
2006-12-20Fixes to get ALPHA_FS and ALPHA_SE to compile again.Gabe Black
2006-12-16Make fetch detect when a branch is happening, rather than trying to compute w...Gabe Black
2006-12-16Made branch delay slots get squashed, and passed back an NPC and NNPC to star...Gabe Black
2006-12-12Merge zizzer:/bk/newmem/Gabe Black
2006-12-11Fix for fetch to use the icache's block size to generate proper access size.Kevin Lim
2006-12-06Merge zizzer:/bk/newmemGabe Black
2006-12-06Added a DPRINTF to print out the actual value pulled from memory.Gabe Black
2006-12-02Fixes for MIPS_SE compiling. Regressions seem to work, but Korey should make...Kevin Lim
2006-11-13Make CPU models signal to update the snoop rangesRon Dreslinski
2006-11-12Fix for regression failure.Kevin Lim
2006-11-12Merge ktlim@zamp:./local/clean/tmp/test-regressKevin Lim
2006-11-12Updates to support new interrupt processing and removal of PcPAL.Kevin Lim
2006-11-10Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-10Change up some warnings to DPRINTFs.Kevin Lim
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black
2006-11-03Got rid of "inPalMode". Some places are still effectively checking if they ar...Gabe Black
2006-11-02Use ISA specific makeExtMI.Kevin Lim
2006-10-31Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...Kevin Lim
2006-10-23Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-23Fix fetch to stop fetching upon encountering a fault in SE mode. Also change...Kevin Lim
2006-10-20Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-17Fixes for uni-coherence in timing mode for FS.Ron Dreslinski
2006-10-16Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-13Fix assertion. I haven't tested it fully (I can't reproduce Lisa's error) bu...Kevin Lim
2006-10-12Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-08Fixes for functional path.Ron Dreslinski
2006-10-08Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().Steve Reinhardt
2006-10-08Updates to O3 CPU. It should now work in FS mode, although sampling still ha...Kevin Lim
2006-10-02Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-09-30Changed makeExtMI to take a ThreadContext instead of a pc.Gabe Black
2006-09-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-09-03Fix up the parameters to getInstRecordGabe Black
2006-08-31add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug...Korey Sewell
2006-08-16Fixes for Kevins O3 model to work with the blocking caches.Ron Dreslinski
2006-08-15Some touchup to the reorganized includes and "using" directives.Gabe Black
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-07-26MIPS ISA runs 'hello world' in O3CPU ...Korey Sewell
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-07-13Fix for bug when squashing and the fetching. Now fetch checks if the cache d...Kevin Lim
2006-07-12Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-12Track the PC of the cache data stored in fetch so it doesn't access memory mu...Kevin Lim
2006-07-11Fix ordering issue with squashed Icache Fetches and Static data in packet.Ron Dreslinski