alpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of ISA_HAS_DELAY_SLOT.
[gem5.git] / src / arch / arm / isa_traits.hh
2018-01-10 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,cpu: Get rid of...
2017-12-23 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86: Get rid of TheISA...
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2012-11-02 Dam SunwooISA: generic Linux thread info support
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.
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-08-19 Geoffrey BlakeFix bugs due to interaction between SEV instructions...
2011-02-23 Ali SaidiARM: Make Noop actually decode to a noop and set it...
2011-01-18 Ali SaidiARM: Use an actual NOP instead of a instruction that...
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-12-20 Gabe BlackStyle: Replace some tabs with spaces.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-08-26 Min Kyu JeongARM: Support unaligned memory access.
2010-08-26 William WangARM: Remove ALPHA KSeg functions.
2010-08-23 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Ali SaidiARM: Move PC mode bits around so they can be used for...
2010-06-02 Gabe BlackARM: Add base classes for multiply instructions.
2010-02-12 Timothy M. JonesO3PCU: Split loads and stores that cross cache line...
2010-01-19 Derek Howermerge
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackARM: Implement fault classes.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-07-09 Gabe BlackARM, Simple CPU: Fix an index and add assert checks.
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
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