gem5/src
Geoffrey Blake d0b0a55515 O3: Fix offset calculation into storeQueue buffer for store->load forwarding
Calculation of offset to copy from storeQueue[idx].data structure for load to
store forwarding fixed to be difference in bytes between store and load virtual
addresses.  Previous method would induce bug where a load would index into
buffer at the wrong location.
2011-05-23 10:40:21 -05:00
..
arch O3: Fix issue with interrupts/faults occuring in the middle of a macro-op 2011-05-23 10:40:18 -05:00
base stats: delete mysql support 2011-05-12 11:19:35 -07:00
cpu O3: Fix offset calculation into storeQueue buffer for store->load forwarding 2011-05-23 10:40:21 -05:00
dev ARM: Better RealView/Versatile EB platform support. 2011-05-13 17:27:00 -05:00
doxygen
kern trace: reimplement the DTRACE function so it doesn't use a vector 2011-04-15 10:44:32 -07:00
mem garnet: use vnet_type from protocol to decide buffer depths 2011-05-21 00:40:57 -04:00
python stats: delete mysql support 2011-05-12 11:19:35 -07:00
sim Debug: Add a function to cause the simulator to create a checkpoint from GDB. 2011-05-04 20:38:27 -05:00
unittest unittest: Make unit tests capable of using swig and python, convert stattest 2011-04-15 10:45:11 -07:00
Doxyfile
SConscript scons: Allow the build directory live under an EXTRAS directory 2011-04-20 11:14:51 -07:00