Age | Commit message (Expand) | Author |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: fix up code after sorting | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-04-04 | ARM: Cleanup implementation of ITSTATE and put important code in PCState. | Ali Saidi |
2011-03-29 | Power: Fix compilation. | Gabe Black |
2011-03-26 | mips: cleanup ISA-specific code | Korey Sewell |
2011-03-17 | O3: Send instruction back to fetch on squash to seed predecoder correctly. | Ali Saidi |
2011-03-01 | Spelling: Fix the a spelling error by changing mmaped to mmapped. | Gabe Black |
2011-02-03 | Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh. | Gabe Black |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-12-08 | POWER: Take advantage of new PCState syntax. | Gabe Black |
2010-11-15 | O3: Make O3 support variably lengthed instructions. | Gabe Black |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-10-22 | ISA: Simplify various implementations of completeAcc. | Gabe Black |
2010-10-01 | Power: Fix compile error from previous push. | Ali Saidi |
2010-10-01 | Debug: Implement getArgument() and function skipping for ARM. | Ali Saidi |
2010-09-14 | CPU: Trim unnecessary includes from some common files. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert |
2010-08-25 | ARM: Fixed register flattening logic (FP_Base_DepTag was set too low) | Min Kyu Jeong |
2010-08-23 | Power: Get rid of unused checkFpEnableFault. | Gabe Black |
2010-08-23 | ISA: Get rid of old, unused utility functions cluttering up the ISAs. | Gabe Black |
2010-08-17 | sim: revamp unserialization procedure | Steve Reinhardt |
2010-07-22 | Power: The condition register should be set or cleared upon a system call | Timothy M. Jones |
2010-07-22 | Power: Provide a utility function to copy registers from one thread context | Timothy M. Jones |
2010-06-15 | stats: only consider a formula initialized if there is a formula | Nathan Binkert |
2010-03-23 | cpu: fix exec tracing memory corruption bug | Steve Reinhardt |
2010-02-12 | O3PCU: Split loads and stores that cross cache line boundaries. | Timothy M. Jones |
2010-02-12 | Power ISA: Add an alignment fault to Power ISA and check alignment in TLB. | Timothy M. Jones |
2009-10-30 | Syscalls: Make system calls access arguments like a stack, not an array. | Gabe Black |
2009-10-27 | POWER: Add support for the Power ISA | Timothy M. Jones |