Age | Commit message (Expand) | Author |
2018-04-06 | arch-arm: Fix AArch32 branch instructions disassemble | Giacomo Travaglini |
2018-03-23 | arch-arm: Distinguish IS TLBI from non-IS | Giacomo Travaglini |
2018-02-19 | arch-arm: Add aarch64 semihosting support | Andreas Sandberg |
2017-10-17 | scons: Stop generating inc.d in the isa parser. | Gabe Black |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-04-29 | arch, base, dev, kern, sym: FreeBSD support | Ruslan Bukin |
2014-12-23 | arm: Raise an alignment fault if a PC has illegal alignment | Andreas Sandberg |
2014-10-16 | arm: Add a model of an ARM PMUv3 | Andreas Sandberg |
2014-05-09 | arch: teach ISA parser how to split code across files | Curtis Dunham |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2013-01-07 | arch: Make the ISA class inherit from SimObject | Andreas Sandberg |
2012-06-05 | ISA: Back-out NoopMachInst as a StaticInstPtr change. | Ali Saidi |
2012-06-05 | ARM: Fix compilation on ARM after Gabe's change. | Ali Saidi |
2012-05-26 | CPU: Merge the predecoder and decoder. | Gabe Black |
2012-05-25 | ISA: Make the decode function part of the ISA's decoder. | Gabe Black |
2011-11-02 | SE/FS: Get rid of FULL_SYSTEM in the ARM ISA. | Gabe Black |
2011-10-31 | SE/FS: Make the functions available from the TC consistent between SE and FS. | Gabe Black |
2011-10-16 | ARM: Build vtophys in SE mode. | Gabe Black |
2011-10-16 | ARM: Turn on the page table walker on ARM in SE mode. | Gabe Black |
2011-10-09 | SE/FS: Build the Interrupt objects in SE mode. | Gabe Black |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert |
2010-11-15 | ARM: Add support for GDB on ARM | William Wang |
2010-10-01 | ARM: Implement functional virtual to physical address translation | Ali Saidi |
2010-08-23 | ARM: Add system for ARM/Linux and bootstrapping | Ali Saidi |
2010-06-02 | ARM: Get rid of the empty branch.cc. | Gabe Black |
2010-06-02 | ARM: Move some predecoder stuff into a .cc file. | Gabe Black |
2010-06-02 | ARM: Move Miscreg functions out of isa.hh | Ali Saidi |
2010-06-02 | ARM: Implement the ARM TLB/Tablewalker. Needs performance improvements. | Ali Saidi |
2010-06-02 | ARM: Start over with translation from Alpha code as opposed to something that... | Ali Saidi |
2010-06-02 | ARM: Clean up the implementation of the VFP instructions. | Gabe Black |
2010-06-02 | ARM: Implement a function to decode CP15 registers to MiscReg indices. | Gabe Black |
2010-06-02 | ARM: Define versions of MSR and MRS outside the decoder. | Gabe Black |
2010-06-02 | ARM: Move the macro mem constructor out of the isa desc. | Gabe Black |
2010-06-02 | ARM: Make the predecoder handle Thumb instructions. | Gabe Black |
2009-11-17 | ARM: Boilerplate full-system code. | Ali Saidi |
2009-11-10 | ARM: Implement fault classes. | Gabe Black |
2009-07-27 | ARM: Add a native tracer. | Gabe Black |
2009-07-09 | ARM: Fold the MiscRegFile all the way into the ISA object. | Gabe Black |
2009-07-08 | Registers: Add a registers.hh file as an ISA switched header. | Gabe Black |
2009-07-08 | Registers: Collapse ARM and MIPS regfile directories. | Gabe Black |
2009-07-08 | Registers: Add an ISA object which replaces the MiscRegFile. | Gabe Black |
2009-06-21 | ARM: Simplify the ISA desc by pulling some classes out of it. | Gabe Black |
2009-06-21 | ARM: Clear out some inherited hangers on in util.isa and utility.hh. | Gabe Black |
2009-04-05 | arm: add ARM support to M5 | Stephen Hines |