Age | Commit message (Expand) | Author |
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 |
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 | 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-27 | Make full CPU handle SE faults | Ali Saidi |
2006-06-22 | Misc fixes. | Kevin Lim |
2006-06-16 | Two updates that got combined into one ChangeSet accidentally. They're both ... | Kevin Lim |
2006-06-16 | Checker updates. | Kevin Lim |
2006-06-14 | Minor code cleanup of BaseDynInst. | Kevin Lim |
2006-06-13 | Minor updates for stats. | Kevin Lim |
2006-06-12 | Clean up/shift some code around. | Kevin Lim |
2006-06-08 | Get O3 CPU mostly working in full system, and fix an FP bug that showed up. | Kevin Lim |
2006-06-06 | Change ExecContext to ThreadContext. This is being renamed to differentiate ... | Kevin Lim |
2006-06-05 | Fixes to get new CPU model working for simple test case. The CPU does not ye... | Kevin Lim |
2006-06-04 | Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 | Kevin Lim |
2006-06-02 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-06-02 | Fixes to get compiling to work. This is mainly fixing up some includes; chan... | Kevin Lim |