index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cpu
/
o3
/
fetch_impl.hh
Age
Commit message (
Expand
)
Author
2006-12-16
Make fetch detect when a branch is happening, rather than trying to compute w...
Gabe Black
2006-12-16
Made branch delay slots get squashed, and passed back an NPC and NNPC to star...
Gabe Black
2006-12-12
Merge zizzer:/bk/newmem/
Gabe Black
2006-12-11
Fix for fetch to use the icache's block size to generate proper access size.
Kevin Lim
2006-12-06
Merge zizzer:/bk/newmem
Gabe Black
2006-12-06
Added a DPRINTF to print out the actual value pulled from memory.
Gabe Black
2006-12-02
Fixes for MIPS_SE compiling. Regressions seem to work, but Korey should make...
Kevin Lim
2006-11-13
Make CPU models signal to update the snoop ranges
Ron Dreslinski
2006-11-12
Fix for regression failure.
Kevin Lim
2006-11-12
Merge ktlim@zamp:./local/clean/tmp/test-regress
Kevin Lim
2006-11-12
Updates to support new interrupt processing and removal of PcPAL.
Kevin Lim
2006-11-10
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-11-10
Change up some warnings to DPRINTFs.
Kevin Lim
2006-11-06
Remote GDB support has been changed to use inheritance. Alpha should work, bu...
Gabe Black
2006-11-03
Got rid of "inPalMode". Some places are still effectively checking if they ar...
Gabe Black
2006-11-02
Use ISA specific makeExtMI.
Kevin Lim
2006-10-31
Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...
Kevin Lim
2006-10-23
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-10-23
Fix fetch to stop fetching upon encountering a fault in SE mode. Also change...
Kevin Lim
2006-10-20
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-20
Use PacketPtr everywhere
Nathan Binkert
2006-10-17
Fixes for uni-coherence in timing mode for FS.
Ron Dreslinski
2006-10-16
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-13
Fix assertion. I haven't tested it fully (I can't reproduce Lisa's error) bu...
Kevin Lim
2006-10-12
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-09
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-10-08
Fixes for functional path.
Ron Dreslinski
2006-10-08
Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
Steve Reinhardt
2006-10-08
Updates to O3 CPU. It should now work in FS mode, although sampling still ha...
Kevin Lim
2006-10-02
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-09-30
Merge ktlim@zamp:./local/clean/o3-merge/m5
Kevin Lim
2006-09-30
Changed makeExtMI to take a ThreadContext instead of a pc.
Gabe Black
2006-09-15
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-09-03
Fix up the parameters to getInstRecord
Gabe Black
2006-08-31
add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug...
Korey Sewell
2006-08-16
Fixes for Kevins O3 model to work with the blocking caches.
Ron Dreslinski
2006-08-15
Some touchup to the reorganized includes and "using" directives.
Gabe Black
2006-08-15
Cleaned up include files and got rid of many using directives in header files.
Gabe Black
2006-07-26
MIPS ISA runs 'hello world' in O3CPU ...
Korey Sewell
2006-07-23
This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...
Korey Sewell
2006-07-13
Fix for bug when squashing and the fetching. Now fetch checks if the cache d...
Kevin Lim
2006-07-12
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-07-12
Track the PC of the cache data stored in fetch so it doesn't access memory mu...
Kevin Lim
2006-07-11
Fix ordering issue with squashed Icache Fetches and Static data in packet.
Ron Dreslinski
2006-07-07
Support Ron's changes for hooking up ports.
Kevin Lim
2006-07-07
Fix for bug when draining and a memory access is outstanding.
Kevin Lim
2006-07-06
Fix the O3CPU to support the multi-pass method for checking if the system has...
Kevin Lim
2006-07-06
Support for draining, and the new method of switching out. Now switching out...
Kevin Lim
2006-07-02
Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads)
Korey Sewell
2006-06-22
Misc fixes.
Kevin Lim
[next]