gem5/src/arch/power/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
bitfields.isa Power: Change bitfield name to avoid conflicts with range_map 2012-03-26 05:35:24 -04:00
decoder.isa Power: Change bitfield name to avoid conflicts with range_map 2012-03-26 05:35:24 -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 POWER: Add support for the Power ISA 2009-10-27 09:24:39 -07:00
operands.isa ISA parser: Define operand types with a ctype directly. 2011-07-05 16:52:15 -07:00