gem5/src/arch/x86/isa/microops
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
..
base.isa GCC: Get everything working with gcc 4.6.1. 2011-10-31 01:09:44 -07:00
debug.isa arch: Use shared_ptr for all Faults 2014-10-16 05:49:51 -04:00
fpop.isa x86: set op class of two fp instructions 2014-09-01 16:55:49 -05:00
ldstop.isa arch: teach ISA parser how to split code across files 2014-05-09 18:58:47 -04:00
limmop.isa arch: teach ISA parser how to split code across files 2014-05-09 18:58:47 -04:00
mediaop.isa arch: teach ISA parser how to split code across files 2014-05-09 18:58:47 -04:00
microops.isa copyright: Change HP copyright on x86 code to be more friendly 2010-05-23 22:44:15 -07:00
regop.isa arch: Use shared_ptr for all Faults 2014-10-16 05:49:51 -04:00
seqop.isa arch: teach ISA parser how to split code across files 2014-05-09 18:58:47 -04:00
specop.isa x86: Flag instructions that call suspend as IsQuiesce 2014-09-03 07:42:46 -04:00