gem5/src/arch/sparc/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 arch: Use shared_ptr for all Faults 2014-10-16 05:49:51 -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 ISA: Make the decode function part of the ISA's decoder. 2012-05-25 00:55:24 -07:00
main.isa SPARC: Clean up some historical style issues. 2010-11-11 02:03:58 -08:00
operands.isa SPARC: Make PSTATE and HPSTATE a BitUnion. 2012-02-11 14:16:38 -08:00