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
Age
Commit message (
Expand
)
Author
2007-04-22
Use proper cycles for IPC and CPI equations.
Kevin Lim
2007-04-09
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2007-04-09
Fix bug when blocking due to no free registers.
Kevin Lim
2007-04-08
Take into account that the flattened integer register space is a different si...
Gabe Black
2007-04-08
Get the "hard" SPARC instructions working in o3. I don't like that the IsStor...
Gabe Black
2007-04-04
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-04-04
Updates for other ISA cpu_builders.
Kevin Lim
2007-04-04
Pass ISA-specific O3 CPU as a constructor parameter instead of using setCPU f...
Kevin Lim
2007-04-03
Made the "data" field of store queue entries into a character array. It's siz...
Gabe Black
2007-04-03
Fix a memory leak. Hopefully this fixes the longer running benchmarks.
Kevin Lim
2007-04-02
Remove/comment out DPRINTFs that were causing a segfault.
Kevin Lim
2007-04-02
Fix up SPARC's CPU builder to match changes to Alpha's CPU builder.
Kevin Lim
2007-03-29
Update code so that the O3 CPU can handle not initially having anything hooke...
Kevin Lim
2007-03-24
Update for new trace data behavior.
Kevin Lim
2007-03-23
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2007-03-23
Updates for commit.
Kevin Lim
2007-03-23
Handle status bits a little better, as well as non-speculative instructions.
Kevin Lim
2007-03-23
Two fixes:
Kevin Lim
2007-03-23
A couple of minor fixes.
Kevin Lim
2007-03-15
Merge zizzer:/bk/newmem
Ali Saidi
2007-03-15
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-03-15
Make the predecoder an object with it's own switched header file. Start addin...
Gabe Black
2007-03-13
fix segfault when peer owner attempts to use functional port
Ali Saidi
2007-03-13
Replaced makeExtMI with predecode.
Gabe Black
2007-03-10
Rework the way SCons recurses into subdirectories, making it
Nathan Binkert
2007-03-09
Two fixes:
Kevin Lim
2007-03-07
I missed a couple of WithEffects, this should do it
Ali Saidi
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2007-03-05
Added an x86 dyninst
Gabe Black
2007-02-10
Clean up tracing stuff more, get rid of the trace log since
Nathan Binkert
2007-02-07
Make memory commands dense again to avoid cache stat table explosion.
Steve Reinhardt
2007-01-29
A minor hack to get branch prediction to behave like before on Alpha.
Gabe Black
2007-01-29
Fixed a warning about an unused variable.
Gabe Black
2007-01-27
Merge zizzer:/bk/newmem
Gabe Black
2007-01-26
eliminate cpu checkInterrupts bool, it is redundant and unnecessary.
Lisa Hsu
2007-01-03
Merge zizzer:/bk/newmem
Gabe Black
2006-12-30
Fix up previous commit to proper logic.
Kevin Lim
2006-12-28
Fixes to get non-delay slot ISAs (Alpha) working again, and pulling some debu...
Gabe Black
2006-12-28
Phased out DelaySlotInfo.
Gabe Black
2006-12-28
Some fixes for decode stage branches without delay slots. This will need some...
Gabe Black
2006-12-28
Make sure the value of PC is actually updated now that the instruction target...
Gabe Black
2006-12-28
Implement a stub nnpc for alpha that is read only as npc+4.
Gabe Black
2006-12-26
Remove some #if FULL_SYSTEMs so MP stuff works even in SE mode.
Kevin Lim
2006-12-21
style
Nathan Binkert
2006-12-20
don't use (*activeThreads).begin(), use activeThreads->blah().
Nathan Binkert
2006-12-20
<scold> Make sure that variables are always initalized! </scold>
Nathan Binkert
2006-12-20
Fixes to get MIPS_SE to compile.
Gabe Black
2006-12-20
Fixes to get ALPHA_FS and ALPHA_SE to compile again.
Gabe Black
2006-12-18
Fix a place where the wrong width parameter was used, and set the nextNPC cor...
Gabe Black
[next]