stats: update stats for mmap() change.
[gem5.git] / src / arch / arm / utility.hh
2015-05-26 Nathanael Premillieuarm: Make address translation faster with better caching
2014-09-27 Andreas Hanssonarch: Use const StaticInstPtr references where possible
2014-09-20 Mitch Hayengaalpha,arm,mips,power,x86,cpu,sim: Cleanup activate...
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2011-05-13 Ali SaidiARM: Further break up condition code into NZ, C, V...
2011-05-13 Chander SudanthiTrace: Allow printing ASIDs and selectively tracing...
2011-04-04 William WangARM: Cleanup and small fixes to some NEON ops to match...
2011-03-24 Gabe BlackArm: Get rid of unused and incomplete setCp15Register...
2010-11-15 William WangARM: Add support for GDB on ARM
2010-11-15 Ali SaidiARM: Make utility.hh meet style guidelines
2010-11-15 Ali SaidiARM: Add support for switching CPUs
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-16 Gabe BlackGetArgument: Rework getArgument so that X86_FS compiles...
2010-10-01 Ali SaidiDebug: Implement getArgument() and function skipping...
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-08-31 Gabe BlackARM: Get rid of the checkFpEnableFault function in...
2010-08-26 Ali SaidiARM: Fix VFP enabled checks for mem instructions
2010-08-26 Gabe BlackARM: Implement CPACR register and return Undefined...
2010-08-26 Gabe BlackARM: Expand the mode checking utility functions.
2010-08-23 Gabe BlackISA: Get rid of old, unused utility functions clutterin...
2010-06-02 Gabe BlackARM: Get rid of the binary dumping function in utility.hh.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Gabe BlackARM: Rework how unrecognized/unimplemented instructions...
2010-06-02 Gabe BlackARM: Replace the "never" condition with the "unconditio...
2010-01-19 Derek Howermerge
2009-11-18 Ali SaidiARM: Begin implementing CP15
2009-11-18 Ali SaidiARM: Boilerplate full-system code.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-06-21 Gabe BlackARM: Make inst bitfields accessible outside of the...
2009-06-21 Gabe BlackARM: Clear out some inherited hangers on in util.isa...
2009-06-21 Gabe BlackARM: Pull some static code out of the isa desc and...
2009-05-17 Nathan Binkertincludes: sort includes again
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