gem5.git
2006-08-15 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-08-15 Ron DreslinskiSome changes to support blocking in the caches
2006-08-15 Steve ReinhardtUpdate release files.
2006-08-15 Gabe BlackSome touchup to the reorganized includes and "using...
2006-08-15 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-08-15 Gabe BlackCleaned up include files and got rid of many using...
2006-08-15 Gabe BlackFixed ALPHA_FS by moving the remnants of isa_fullsys_tr...
2006-08-15 Steve ReinhardtMore cleanup for release.
2006-08-14 Steve ReinhardtFix up doxygen.
2006-08-14 Steve ReinhardtChanges for release.
2006-08-14 Gabe BlackChanged the size parameter from int to int64_t
2006-08-12 Gabe BlackStarted to add support for O3 for sparc.
2006-08-12 Gabe BlackChanged the compiler guards to say SPARC
2006-08-12 Gabe BlackAdded code to support setting up all of the auxillieary...
2006-08-12 Gabe Black#include of iostream needed.
2006-08-12 Gabe BlackAdjusted the decoder a little.
2006-08-12 Gabe BlackStarted adding a system to output data after every...
2006-08-11 Gabe BlackPushed most of constants.hh back into isa_traits.hh...
2006-08-11 Korey Sewellmake test3.py usable again ... I guess I should fix...
2006-08-11 Korey Sewellreally confused about this license but OK...
2006-07-27 Kevin LimClean up some more config stuff.
2006-07-27 Kevin LimUpdate ref stats.
2006-07-27 Kevin LimOutput the command line.
2006-07-27 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-27 Kevin LimNeed config read/write latency.
2006-07-26 Korey SewellMIPS ISA runs 'hello world' in O3CPU ...
2006-07-26 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-07-26 Gabe BlackAdded alot of fp instructions, and some impdep instruct...
2006-07-26 Gabe BlackNow ignore sigaction
2006-07-23 Korey SewellMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-07-23 Korey SewellThis changeset gets the MIPS ISA pretty much working...
2006-07-23 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-07-23 Gabe BlackAdded myself to the authors list.
2006-07-23 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-23 Kevin LimFix up test.py
2006-07-22 Gabe BlackReorganized SPARC binaries
2006-07-22 Gabe BlackFixed subtract with carry, and started some work with...
2006-07-22 Kevin LimLast minute check in. Very few functional changes...
2006-07-21 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-21 Kevin LimRearrange the FS configs to be more shared. Also check...
2006-07-21 Kevin LimMissed some files in a previous check-in. Also check...
2006-07-21 Kevin LimMinor functionality updates.
2006-07-21 Kevin LimSome reorganization. Options are all handled at the...
2006-07-21 Gabe BlackFixed a glitch in the disassembly output.
2006-07-20 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-07-20 Ali SaidiMerge zizzer:/bk/newmem
2006-07-20 Ali SaidiMove PioPort timing code into Simple Timing Port object
2006-07-20 Ali SaidiEnforce the timing cpu ticking at it's clock rate
2006-07-19 Ali SaidiMerge zizzer:/bk/newmem
2006-07-19 Ali SaidiMerge zizzer:/bk/newmem
2006-07-19 Ali SaidiChange the device latency here to a latency rather...
2006-07-19 Kevin LimMinor changes to reflect state used for regression...
2006-07-19 Kevin LimPut regression tests back into m5. They are located...
2006-07-19 Kevin LimGet the path to load the ini file from. I'm not sure...
2006-07-19 Kevin LimO3CPU fixes.
2006-07-19 Kevin LimSome minor compiling fixes.
2006-07-19 Kevin LimUpdate configs.
2006-07-19 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-19 Gabe BlackCleaned things up a little.
2006-07-18 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-07-17 Korey Sewellupdate test3
2006-07-14 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-14 Kevin LimMinor updates.
2006-07-14 Kevin LimFix the CheckerCPU being included via python.
2006-07-14 Korey Sewellforgot tid
2006-07-14 Korey SewellFor now, halt context is the same as deallocating.
2006-07-14 Korey SewellMIPS specific fixes ... the main thing is that SMT...
2006-07-13 Ali SaidiMerge zizzer:/bk/newmem
2006-07-13 Ali Saidifix help when no arguments are passed to m5
2006-07-13 Ali Saidiadd system.mem_mode = ['timing', 'atomic']
2006-07-13 Kevin LimMove Dcache port creation from LSQUnit to LSQ in order...
2006-07-13 Kevin LimFix for bug when squashing and the fetching. Now fetch...
2006-07-13 Kevin LimUpdate for changes to draining.
2006-07-13 Kevin LimFix help message printing. Might need to clean up...
2006-07-13 Ali Saidimemory mode information now contained in system object
2006-07-12 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-12 Kevin LimBe sure to include the EIO sources as well so we can...
2006-07-12 Kevin LimSerialization changes to make O3CPU consistent with...
2006-07-12 Kevin LimInitial try of consolidating configuration files so...
2006-07-12 Kevin LimPush more default options to the Python object level...
2006-07-12 Kevin LimUpdates for serialization. As long as the tickEvent...
2006-07-12 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-12 Kevin LimTrack the PC of the cache data stored in fetch so it...
2006-07-12 Nathan BinkertAdd --pdb
2006-07-12 Nathan BinkertMerge m5.eecs.umich.edu:/bk/newmem
2006-07-12 Nathan BinkertFix __file__ for scripts
2006-07-11 Ron DreslinskiAdd a cache version of FS (should really make this...
2006-07-11 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-07-11 Ron DreslinskiFix ordering issue with squashed Icache Fetches and...
2006-07-11 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-11 Nathan BinkertFix option parsing.
2006-07-11 Nathan BinkertMigrate most of main() and and all option parsing to...
2006-07-10 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-07-10 Ron DreslinskiSome fixes so that MSHR's are matched and we don't...
2006-07-10 Kevin LimMinor fixes.
2006-07-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-07-10 Kevin LimSome minor cleanups.
2006-07-10 Kevin LimAdd parameters for backwards and forwards sizes for...
2006-07-10 Ron DreslinskiUpdate config for a system with an L2
2006-07-10 Ron DreslinskiFix offset calculation. Now L2's work with timing...
next