gem5/src/arch/mips/isa
Andreas Hansson a2d246b6b8 arch: Use shared_ptr for all Faults
This patch takes quite a large step in transitioning from the ad-hoc
RefCountingPtr to the c++11 shared_ptr by adopting its use for all
Faults. There are no changes in behaviour, and the code modifications
are mostly just replacing "new" with "make_shared".
2014-10-16 05:49:51 -04:00
..
formats arch: Use shared_ptr for all Faults 2014-10-16 05:49:51 -04:00
base.isa cpu: rename *_DepTag constants to *_Reg_Base 2013-10-15 14:22:43 -04:00
bitfields.isa Style: Replace some tabs with spaces. 2010-12-20 16:24:40 -05:00
decoder.isa arch: Use shared_ptr for all Faults 2014-10-16 05:49:51 -04:00
includes.isa scons: Add warning for missing declarations 2013-02-19 05:56:07 -05:00
main.isa go back and fix up MIPS copyright headers 2007-11-16 21:32:22 -05:00
operands.isa ISA parser: Define operand types with a ctype directly. 2011-07-05 16:52:15 -07:00