Age | Commit message (Expand) | Author |
2007-07-28 | Turn the instruction tracing code into pluggable sim objects. | Gabe Black |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-06-19 | Make branches work by repopulating the predecoder every time through. This is... | Gabe Black |
2007-06-14 | Modified instruction decode method. | Vincentius Robby |
2007-06-13 | Seperate the pc-pc and the pc of the incoming bytes, and get rid of the "more... | Gabe Black |
2007-06-12 | Make microOp vs microop and macroOp vs macroop capitilization consistent. | Gabe Black |
2007-06-04 | don't be so aggressive with the tracing on #if | Ali Saidi |
2007-06-02 | Don't mask the pc because the Alpha predecoder needs it to set the PAL mode b... | Gabe Black |
2007-06-01 | cast sizeof(MachInst) to Addr before generating a mask | Ali Saidi |
2007-05-31 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-05-31 | Assign traceData to be NULL at BaseSimpleCPU constructor. | Vincentius Robby |
2007-05-18 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-05-18 | Changes to make simple cpu handle pcs appropriately for x86 | Gabe Black |
2007-04-16 | Fixes for splash, may conflict with Korey's SMT work and doesn't support 03cp... | Ron Dreslinski |
2007-04-11 | Use a computed mask to mask out the fetch address and not a hard coded one. | Gabe Black |
2007-04-11 | Make the itlb set the PHYSICAL flag on a request when it translates it. This ... | Gabe Black |
2007-03-16 | Fix ALPHA_FS compile. The MachInst -> StaticInstPtr constructor is no longer ... | Gabe Black |
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 | Replaced makeExtMI with predecode. | Gabe Black |
2007-03-13 | fix interrupting during a quisce on sparc | Ali Saidi |
2007-03-05 | Add x86 version of call to "decode" | Gabe Black |
2007-02-10 | Clean up tracing stuff more, get rid of the trace log since | Nathan Binkert |
2007-01-26 | Merge zizzer:/bk/newmem | Lisa Hsu |
2007-01-26 | eliminate cpu checkInterrupts bool, it is redundant and unnecessary. | Lisa Hsu |
2007-01-25 | fix smul and sdiv to sign extend, and handle overflow/underflow corretly | Ali Saidi |
2007-01-16 | In the case that we generate a fault (e.g. a tlb miss) on a microcoded instru... | Ali Saidi |
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-07 | Put kernel_stats back into arch. | Gabe Black |
2006-11-07 | Only include kern/kernel_stats.hh if in full system. This was breaking MIPS_SE | 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-02 | Use ISA specific makeExtMI. | Kevin Lim |
2006-10-31 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-10-31 | Remove mem parameter. Now the translating port asks the CPU's dcache's peer ... | Kevin Lim |
2006-10-29 | An attempt to serialize the state of the micro code mechanism in the simple cpu. | Gabe Black |
2006-10-28 | This one really needs to be arch/faults.hh | Gabe Black |
2006-10-28 | Include the right version of faults.hh | Gabe Black |
2006-10-20 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-19 | refactor code for the packet, get rid of packet_impl.hh | Nathan Binkert |
2006-10-16 | Fix up microcode support. | Gabe Black |
2006-10-15 | Started implementing microcode. | Gabe Black |
2006-10-02 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-09-30 | Merge ktlim@zamp:./local/clean/o3-merge/m5 | Kevin Lim |
2006-09-30 | Changed makeExtMI to take a ThreadContext instead of a pc. | Gabe Black |
2006-09-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-08-31 | add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug... | Korey Sewell |
2006-08-30 | Change the cpu pointer in the InstRecord object to a thread context pointer. | Gabe Black |
2006-08-15 | Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alph... | Gabe Black |