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
/
alpha
Age
Commit message (
Expand
)
Author
2008-10-09
O3: Generalize the O3 CPU object so it isn't split out by ISA.
Gabe Black
2008-09-26
O3CPU: Add a hack to ensure that nextPC is set correctly after syscalls.
Kevin Lim
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2008-08-11
params: Convert the CPU objects to use the auto generated param structs.
Nathan Binkert
2007-10-02
CPU: Make sure the system parameter gets set in the cpu builders. Other param...
Gabe Black
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
2007-08-13
Move the "translate" member functions back into the base o3 class.
Gabe Black
2007-07-30
Fix problem with tracer not being initialized.
Gabe Black
2007-07-26
X86: Fix argument register indexing.
Gabe Black
2007-07-23
Major changes to how SimObjects are created and initialized. Almost all
Nathan Binkert
2007-04-15
Add extra constructors to Alpha and MIPS
Gabe Black
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-07
I missed a couple of WithEffects, this should do it
Ali Saidi
2007-03-07
*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg
Ali Saidi
2007-01-27
Merge zizzer:/bk/newmem
Gabe Black
2007-01-26
eliminate cpu checkInterrupts bool, it is redundant and unnecessary.
Lisa Hsu
2006-12-28
Implement a stub nnpc for alpha that is read only as npc+4.
Gabe Black
2006-12-20
Fixes to get ALPHA_FS and ALPHA_SE to compile again.
Gabe Black
2006-12-17
Convert Alpha (and finish converting MIPS) to new
Steve Reinhardt
2006-12-12
Merge zizzer:/bk/newmem/
Gabe Black
2006-12-12
Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(In...
Steve Reinhardt
2006-12-06
Moved the RegIdx arrays to the base dyninst.
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-19
Update Virtual and Physical ports.
Kevin Lim
2006-11-14
Make cpu's capable of having a phase shift
Ron Dreslinski
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-11
Get rid of the ParamContext for pseudo instructions and move
Nathan Binkert
2006-11-11
The Lock_Flag_DepTag went away earlier, and using TheISA gives the false impr...
Gabe Black
2006-11-10
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-11-07
Put kernel_stats back into arch.
Gabe Black
2006-11-03
Got rid of "inPalMode". Some places are still effectively checking if they ar...
Gabe Black
2006-11-03
Add a new file which describes an ISA's interrupt handling mechanism. It reco...
Gabe Black
2006-11-01
Merge zizzer.eecs.umich.edu:/bk/newmem/
Gabe Black
2006-11-01
Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...
Gabe Black
2006-10-31
Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...
Kevin Lim
2006-10-31
Missed a few instances of this function.
Gabe Black
2006-10-31
Move IntrFlag into the MiscRegFile and get rid of specialized accessor functi...
Gabe Black
2006-10-23
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-10-23
Add in support for LL/SC in the O3 CPU. Needs to be fully tested.
Kevin Lim
2006-10-20
Use PacketPtr everywhere
Nathan Binkert
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-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-08-11
Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...
Gabe Black
2006-07-23
This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...
Korey Sewell
2006-07-10
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
[next]