gem5/src
Gabe Black 997f36c711 Registers: Collapse ARM and MIPS regfile directories.
--HG--
rename : src/arch/arm/regfile/misc_regfile.hh => src/arch/arm/misc_regfile.hh
rename : src/arch/arm/regfile/regfile.cc => src/arch/arm/regfile.cc
rename : src/arch/mips/regfile/misc_regfile.cc => src/arch/mips/misc_regfile.cc
rename : src/arch/mips/regfile/misc_regfile.hh => src/arch/mips/misc_regfile.hh
2009-07-08 23:02:21 -07:00
..
arch Registers: Collapse ARM and MIPS regfile directories. 2009-07-08 23:02:21 -07:00
base ARM: Add a findLsbSet function and use it to implement clz. 2009-07-01 22:16:36 -07:00
cpu Registers: Eliminate the ISA defined RegFile class. 2009-07-08 23:02:21 -07:00
dev typo: correct spelling 2009-07-02 16:48:22 -07:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern Registers: Eliminate the ISA defined RegFile class. 2009-07-08 23:02:21 -07:00
mem slicc: fixed MI_example bug. The directory wasn't deallocating the TBE, leading to a leak. Also increased the default max TBE size to 256 to allow memtest to pass the regression. 2009-07-08 08:40:32 -05:00
python attrdict: correct delattr 2009-07-02 16:48:22 -07:00
sim types: clean up types, especially signed vs unsigned 2009-06-04 23:21:12 -07:00
unittest includes: sort includes again 2009-05-17 14:34:52 -07:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript scons: Make shared library builds work again 2009-06-12 21:19:16 -07:00