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
/
cpu.cc
Age
Commit message (
Expand
)
Author
2007-04-04
Pass ISA-specific O3 CPU as a constructor parameter instead of using setCPU f...
Kevin Lim
2007-03-23
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2007-03-23
A couple of minor fixes.
Kevin Lim
2007-03-09
Two fixes:
Kevin Lim
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2007-01-03
Merge zizzer:/bk/newmem
Gabe Black
2006-12-28
Implement a stub nnpc for alpha that is read only as npc+4.
Gabe Black
2006-12-20
<scold> Make sure that variables are always initalized! </scold>
Nathan Binkert
2006-12-16
Made branch delay slots get squashed, and passed back an NPC and NNPC to star...
Gabe Black
2006-12-06
Got rid of some typedefs, moved the tlbs to the base o3 cpu, and called the a...
Gabe Black
2006-11-29
Change the connecting of the physPort and virtPort to the memory object below...
Kevin Lim
2006-11-19
Update Virtual and Physical ports.
Kevin Lim
2006-11-09
Draining fixes.
Kevin Lim
2006-10-31
Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...
Kevin Lim
2006-10-18
only do this assert after you know you're not switched out or idle.
Lisa Hsu
2006-10-09
Comment out code that messed up SMT (but will be needed eventually).
Kevin Lim
2006-10-09
Fix caches plus sampling switch over.
Kevin Lim
2006-10-09
Fix outstanding bug (FS#158).
Kevin Lim
2006-10-08
Updates to O3 CPU. It should now work in FS mode, although sampling still ha...
Kevin Lim
2006-10-02
Updates to fix merge issues and bring almost everything up to working speed. ...
Kevin Lim
2006-09-30
Merge ktlim@zamp:./local/clean/o3-merge/m5
Kevin Lim
2006-08-31
add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug...
Korey Sewell
2006-07-23
This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...
Korey Sewell
2006-07-14
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-07-14
forgot tid
Korey Sewell
2006-07-14
For now, halt context is the same as deallocating.
Korey Sewell
2006-07-13
Update for changes to draining.
Kevin Lim
2006-07-12
Serialization changes to make O3CPU consistent with the other models.
Kevin Lim
2006-07-10
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-07-10
Add parameters for backwards and forwards sizes for time buffers.
Kevin Lim
2006-07-07
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
Korey Sewell
2006-07-07
Support Ron's changes for hooking up ports.
Kevin Lim
2006-07-07
Minor fix for SMT Hello Worlds to finish correctly.
Korey Sewell
2006-07-07
Switch out fixes for CPUs.
Kevin Lim
2006-07-07
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
Korey Sewell
2006-07-07
Fix so that O3CPU doesnt segfault on exit.
Korey Sewell
2006-07-06
Support serializing and unserializing in the O3 CPU. Also a few small fixes ...
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
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-07-06
Support for draining, and the new method of switching out. Now switching out...
Kevin Lim
2006-07-06
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
Korey Sewell
2006-07-06
more steps toward O3 SMT
Korey Sewell
2006-07-05
Remove sampler and serializer. Now they are handled through C++ interacting ...
Kevin Lim
2006-07-02
Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads)
Korey Sewell
2006-07-01
fix cpu builder to build the correct name...
Korey Sewell
2006-06-30
now O3CPU is totally independent of the ISA... all alpha specific stuff is t...
Korey Sewell
2006-06-30
Make O3CPU model independent of the ISA
Korey Sewell
2006-06-22
Checker related updates.
Kevin Lim
2006-06-16
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-06-16
Two updates that got combined into one ChangeSet accidentally. They're both ...
Kevin Lim
[next]