misc: Merged release-staging-v19.0.0.0 into develop
[gem5.git] / src / arch / arm / SConscript
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackarm: Delete authors lists from the arm files.
2020-02-06 Jordi Vaqueroarch-arm: This commit adds Pointer Authentication feature.
2019-05-11 Giacomo Gabrielliarch-arm: Add initial support for SVE contiguous loads...
2019-03-14 Giacomo Gabrielliarch-arm,cpu: Add initial support for Arm SVE
2019-01-22 Ciro Santilliarch-arm: implement the GDB XML target description...
2018-10-09 Matt Horsnellarch-arm: AArch32 Crypto SHA
2018-04-06 Giacomo Travagliniarch-arm: Fix AArch32 branch instructions disassemble
2018-03-23 Giacomo Travagliniarch-arm: Distinguish IS TLBI from non-IS
2018-02-19 Andreas Sandbergarch-arm: Add aarch64 semihosting support
2017-10-17 Gabe Blackscons: Stop generating inc.d in the isa parser.
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2014-12-23 Andreas Sandbergarm: Raise an alignment fault if a PC has illegal alignment
2014-10-16 Andreas Sandbergarm: Add a model of an ARM PMUv3
2014-05-09 Curtis Dunhamarch: teach ISA parser how to split code across files
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-01-07 Andreas Sandbergarch: Make the ISA class inherit from SimObject
2012-06-05 Ali SaidiISA: Back-out NoopMachInst as a StaticInstPtr change.
2012-06-05 Ali SaidiARM: Fix compilation on ARM after Gabe's change.
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-05-25 Gabe BlackISA: Make the decode function part of the ISA's decoder.
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the ARM ISA.
2011-10-31 Gabe BlackSE/FS: Make the functions available from the TC consist...
2011-10-16 Gabe BlackARM: Build vtophys in SE mode.
2011-10-16 Gabe BlackARM: Turn on the page table walker on ARM in SE mode.
2011-10-09 Gabe BlackSE/FS: Build the Interrupt objects in SE mode.
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2010-11-15 William WangARM: Add support for GDB on ARM
2010-10-01 Ali SaidiARM: Implement functional virtual to physical address...
2010-08-23 Ali SaidiARM: Add system for ARM/Linux and bootstrapping
2010-06-02 Gabe BlackARM: Get rid of the empty branch.cc.
2010-06-02 Gabe BlackARM: Move some predecoder stuff into a .cc file.
2010-06-02 Ali SaidiARM: Move Miscreg functions out of isa.hh
2010-06-02 Ali SaidiARM: Implement the ARM TLB/Tablewalker. Needs performan...
2010-06-02 Ali SaidiARM: Start over with translation from Alpha code as...
2010-06-02 Gabe BlackARM: Clean up the implementation of the VFP instructions.
2010-06-02 Gabe BlackARM: Implement a function to decode CP15 registers...
2010-06-02 Gabe BlackARM: Define versions of MSR and MRS outside the decoder.
2010-06-02 Gabe BlackARM: Move the macro mem constructor out of the isa...
2010-06-02 Gabe BlackARM: Make the predecoder handle Thumb instructions.
2010-01-19 Derek Howermerge
2009-11-18 Ali SaidiARM: Boilerplate full-system code.
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackARM: Implement fault classes.
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-27 Gabe BlackARM: Add a native tracer.
2009-07-13 Derek Howermerge
2009-07-10 Gabe BlackARM: Fold the MiscRegFile all the way into the ISA...
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-07-09 Gabe BlackRegisters: Collapse ARM and MIPS regfile directories.
2009-07-09 Gabe BlackRegisters: Add an ISA object which replaces the MiscReg...
2009-06-22 Gabe BlackARM: Simplify the ISA desc by pulling some classes...
2009-06-21 Gabe BlackARM: Clear out some inherited hangers on in util.isa...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-04-06 Stephen Hinesarm: add ARM support to M5