gem5.git
2004-06-15 Nathan BinkertReconfigure ini files to match the default system that... m5_1.0_beta2
2004-06-14 Erik HallnorAdd fast writes (wh64) back to the cache.
2004-06-13 Erik HallnorMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2004-06-13 Erik HallnorAdd some rewritten trace readers.
2004-06-10 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
2004-06-10 Lisa Hsuforgot to remove these files
2004-06-10 Lisa Hsulif kernelt stats out of tru64 directory
2004-06-10 Steve ReinhardtRename '*.odesc' files to '*.od'.
2004-06-10 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-06-10 Steve ReinhardtMinor restructuring of Python config code, mostly to...
2004-06-09 Erik HallnorDon't print 0 stats for memory commands we don't see.
2004-06-09 Erik HallnorMake TraceCPU only compile in non-fullsystem.
2004-06-08 Erik HallnorTracing now works for upto 4 threads. Easy change to...
2004-06-08 Erik HallnorAdd the capability to read and write memory trace files...
2004-06-01 Steve ReinhardtRename OpClass enum in .odesc file too.
2004-05-31 Steve ReinhardtRenamed OpClass enum members: they all end in 'Op'...
2004-05-31 Steve ReinhardtIgnore fast_cpu_exec.cc.
2004-05-31 Steve ReinhardtAdd parameter defaults to .odesc files. There was...
2004-05-28 Kevin LimUpdated FastCPU model with all the recent changes.
2004-05-28 Kevin LimMerged in new FastCPU stuff with existing code.
2004-05-27 Kevin LimFastCPU model added. It's very similar to the SimpleCP...
2004-05-27 Ali Saiditest to see if pushing to m5-tru64 triggers an e-mail
2004-05-27 Steve Reinhardtpostint, postext:
2004-05-27 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2004-05-27 Steve Reinhardtconfig_files.doxygen:
2004-05-23 Nathan Binkertmake the interaction of the stats event stuff with the
2004-05-21 Nathan Binkertfix column name for indexes
2004-05-21 Nathan Binkertadd a few statistics events
2004-05-21 Nathan BinkertAdd support for event tracking. Esentially this puts...
2004-05-21 Nathan BinkertChange the namespace Statistics to Stats
2004-05-21 Erik HallnorUpdate the adaptive cache compression scheme.
2004-05-20 Nathan BinkertMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2004-05-20 Nathan BinkertReplaced by python
2004-05-19 Steve ReinhardtAdd a level of indirection to the register accessors...
2004-05-18 Steve ReinhardtReplace explicit xc->misspeculating() tests in execute...
2004-05-17 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-05-17 Lisa Hsulift system-independent binning stuff out of Tru64Syste...
2004-05-17 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-05-17 Steve ReinhardtSignificant changes to ISA description to completely...
2004-05-17 Lisa Hsupush the new system_events file that i was prevented...
2004-05-17 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
2004-05-16 Nathan BinkertNow that the generation stuff is working, make the...
2004-05-16 Nathan BinkertMake the build process deal with the target arch directory
2004-05-13 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
2004-05-13 Lisa Hsulift some things out of the tru64 directory into common...
2004-05-13 Nathan BinkertAdd VPtr class that makes it possible to esentially...
2004-05-13 Nathan Binkertremove the annotation junk
2004-05-13 Nathan Binkertpass the address of both the old an new pcbb on context
2004-05-13 Nathan Binkertwrap mbuf stuff in the tru64 namespace since other...
2004-05-13 Nathan BinkertAvoid sending a signal to ourselves if we're not debugging
2004-05-12 Nathan BinkertMake a new stat type of Value which is a scalar stat...
2004-05-11 Steve Reinhardtdma_bus_interface_impl.hh:
2004-05-10 Steve ReinhardtDo a better job of factoring out CPU model in ISA descr...
2004-05-09 Steve ReinhardtVery minor fixes.
2004-05-08 Steve ReinhardtMerge
2004-05-06 Nathan Binkertdon't do dependencies on make generate
2004-05-06 Nathan BinkertMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2004-05-06 Nathan Binkertadd support for sticking generated files in the build...
2004-05-06 Erik HallnorDocumentation fixes
2004-05-05 Nathan Binkertfile used by old compile time binning which lisa's...
2004-05-05 Nathan Binkertadd a bit more data to the rob dump
2004-05-04 Nathan BinkertMajor stats package cleanup
2004-05-04 Erik HallnorUpdate for doxygen 1.3.6
2004-05-04 Nathan BinkertFunction for getting username
2004-05-04 Nathan Binkertdon't duplicate stat names
2004-04-29 Erik HallnorDerive from SimObject so stats are registered.
2004-04-29 Erik HallnorChange the way the DMAInterface works internally to...
2004-04-28 Steve ReinhardtMinor enhancements to Python config stuff:
2004-04-28 Erik HallnorMerge ehallnor@zizzer:/bk/m5
2004-04-28 Erik HallnorLittle updates do the documentation.
2004-04-28 Erik HallnorAdd an adaptive compression scheme.
2004-04-22 Nathan BinkertCleanup configs since bridges are now autosensing of...
2004-04-16 Erik HallnorFix the way write delay are sent on the data bus so...
2004-04-14 Erik HallnorCode cleanup and debugging for the bus.
2004-04-13 Erik HallnorEach direction in the BusBridge can now buffer max...
2004-04-13 Erik HallnorDelete the new store data.
2004-04-13 Erik HallnorAdd data to stores to make compression results consista...
2004-04-09 Erik HallnorConnect the bus bridge up correctly, internally.
2004-04-06 Steve ReinhardtBeta version of Python configuration tool. Generates...
2004-04-05 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-04-05 Steve ReinhardtChanges to config to allow everything (including 'children'
2004-04-05 Erik HallnorMake BusBridge bidirectional. Add a new slave and maste...
2004-04-03 Steve ReinhardtMore {Itb,Dtb} -> {ITB,DTB} renames (forgot to test...
2004-04-03 Steve ReinhardtMerge
2004-04-03 Steve ReinhardtBasic cleanup pass to get rid of a few things that...
2004-04-02 Erik HallnorAdd new range functions to DmaInterface as well.
2004-04-02 Erik HallnorAdd automatic bus bridge address range setting/resettin...
2004-04-02 Steve ReinhardtFix dependencies (broken since Nate's tree-build change).
2004-04-01 Erik HallnorAdd a average references to a cache block stat.
2004-03-26 Nathan BinkertGet rid of the printExtraOutput stuff
2004-03-25 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-03-25 Nathan BinkertGet rid of symlink hack in makefile
2004-03-25 Steve ReinhardtMinor cleanup from building & diffing behavior
2004-03-24 Nathan BinkertDon't indent namespaces because it just wastes space
2004-03-24 Nathan BinkertGet rid of the old VPATH stuff for getting at source...
2004-03-24 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-03-24 Nathan BinkertHacks to make the libelf stuff work in openbsd.
2004-03-24 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-03-24 Erik HallnorA few memory system performance enhancements.
2004-03-24 Nathan Binkertmemory.ini:
next