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
/
commit_impl.hh
Age
Commit message (
Expand
)
Author
2008-12-06
eventq: use the flags data structure
Nathan Binkert
2008-10-21
style: Use the correct m5 style for things relating to interrupts.
Nathan Binkert
2008-10-09
eventq: convert all usage of events to use the new API.
Nathan Binkert
2008-09-26
O3CPU: Fix thread writeback logic.
Kevin Lim
2008-08-11
params: Convert the CPU objects to use the auto generated param structs.
Nathan Binkert
2008-02-06
Make the Event::description() a const function
Stephen Hines
2007-10-02
CPU: Make the cpus check the pc event queues in SE mode.
Gabe Black
2007-09-28
Rename cycles() function to ticks()
Ali Saidi
2007-06-30
Event descriptions should not end in "event"
Steve Reinhardt
2007-05-09
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2007-04-26
Remove unnecessary check.
Kevin Lim
2007-04-14
Add support for microcode and pull out the special branch delay slot handling...
Gabe Black
2007-04-13
Remove most of the special handling for delay slots since they have to be squ...
Gabe Black
2007-04-04
Pass ISA-specific O3 CPU as a constructor parameter instead of using setCPU f...
Kevin Lim
2007-04-02
Remove/comment out DPRINTFs that were causing a segfault.
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-02-10
Clean up tracing stuff more, get rid of the trace log since
Nathan Binkert
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-26
Remove some #if FULL_SYSTEMs so MP stuff works even in SE mode.
Kevin Lim
2006-12-20
don't use (*activeThreads).begin(), use activeThreads->blah().
Nathan Binkert
2006-12-18
Make sure you only handle branch delay slots specially when there actually wa...
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-06
Fix for MIPS_SE/m5.fast compile.
Kevin Lim
2006-12-06
Merge zizzer:/bk/newmem
Gabe Black
2006-12-06
Change how optional delay slot instructions are detected and squashed.
Gabe Black
2006-12-02
Fixes for MIPS_SE compiling. Regressions seem to work, but Korey should make...
Kevin Lim
2006-11-13
More interrupt reworking.
Kevin Lim
2006-11-12
Fix for non-FS compile.
Kevin Lim
2006-11-12
Updates to support new interrupt processing and removal of PcPAL.
Kevin Lim
2006-11-08
Move the check to see if you're in user mode into the isa directory.
Gabe Black
2006-11-03
Got rid of "inPalMode". Some places are still effectively checking if they ar...
Gabe Black
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-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-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
Some minor cleanups.
Kevin Lim
2006-07-07
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
Korey Sewell
2006-07-07
Minor fix for SMT Hello Worlds to finish correctly.
Korey Sewell
2006-07-07
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
Korey Sewell
[next]