Age | Commit message (Expand) | Author |
2014-09-27 | arch: Use const StaticInstPtr references where possible | Andreas Hansson |
2014-09-20 | alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivate | Mitch Hayenga |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-03-19 | gcc: Clean-up of non-C++0x compliant code, first steps | Andreas Hansson |
2011-05-13 | ARM: Further break up condition code into NZ, C, V bits. | Ali Saidi |
2011-05-13 | Trace: Allow printing ASIDs and selectively tracing based on user/kernel code. | Chander Sudanthi |
2011-04-04 | ARM: Cleanup and small fixes to some NEON ops to match the spec. | William Wang |
2011-03-24 | Arm: Get rid of unused and incomplete setCp15Register and readCp15Register. | Gabe Black |
2010-11-15 | ARM: Add support for GDB on ARM | William Wang |
2010-11-15 | ARM: Make utility.hh meet style guidelines | Ali Saidi |
2010-11-15 | ARM: Add support for switching CPUs | Ali Saidi |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-10-15 | GetArgument: Rework getArgument so that X86_FS compiles again. | Gabe Black |
2010-10-01 | Debug: Implement getArgument() and function skipping for ARM. | Ali Saidi |
2010-10-01 | ARM: Clean up use of TBit and JBit. | 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-08-31 | ARM: Get rid of the checkFpEnableFault function in ARM. | Gabe Black |
2010-08-25 | ARM: Fix VFP enabled checks for mem instructions | Ali Saidi |
2010-08-25 | ARM: Implement CPACR register and return Undefined Instruction when FP access... | Gabe Black |
2010-08-25 | ARM: Expand the mode checking utility functions. | Gabe Black |
2010-08-23 | ISA: Get rid of old, unused utility functions cluttering up the ISAs. | Gabe Black |
2010-06-02 | ARM: Get rid of the binary dumping function in utility.hh. | Gabe Black |
2010-06-02 | ARM: Implement support for the IT instruction and the ITSTATE bits of CPSR. | Gabe Black |
2010-06-02 | ARM: Rework how unrecognized/unimplemented instructions are handled. | Gabe Black |
2010-06-02 | ARM: Replace the "never" condition with the "unconditional" condition. | Gabe Black |
2009-11-17 | ARM: Begin implementing CP15 | Ali Saidi |
2009-11-17 | ARM: Boilerplate full-system code. | Ali Saidi |
2009-07-08 | Registers: Add a registers.hh file as an ISA switched header. | Gabe Black |
2009-06-21 | ARM: Make inst bitfields accessible outside of the isa desc. | Gabe Black |
2009-06-21 | ARM: Clear out some inherited hangers on in util.isa and utility.hh. | Gabe Black |
2009-06-21 | ARM: Pull some static code out of the isa desc and create miscregs.hh. | Gabe Black |
2009-05-17 | includes: sort includes again | Nathan Binkert |
2009-05-17 | types: Move stuff for global types into src/base/types.hh | Nathan Binkert |
2009-04-05 | arm: add ARM support to M5 | Stephen Hines |