Merge zizzer.eecs.umich.edu:/bk/m5
[gem5.git] / base /
2004-05-28 Kevin LimMerged in new FastCPU stuff with existing code.
2004-05-27 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2004-05-23 Nathan Binkertmake the interaction of the stats event stuff with the
2004-05-21 Nathan BinkertAdd support for event tracking. Esentially this puts...
2004-05-21 Nathan BinkertChange the namespace Statistics to Stats
2004-05-17 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-05-17 Lisa Hsupush the new system_events file that i was prevented...
2004-05-13 Lisa HsuMerge zizzer.eecs.umich.edu:/bk/m5
2004-05-12 Nathan BinkertMake a new stat type of Value which is a scalar stat...
2004-05-08 Steve ReinhardtMerge
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-04 Nathan BinkertMajor stats package cleanup
2004-05-04 Nathan BinkertFunction for getting username
2004-03-25 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-03-25 Steve ReinhardtMinor cleanup from building & diffing behavior
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 BinkertMinor changes to Time
2004-03-05 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-03-05 Lisa HsuMerge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul...
2004-03-05 Lisa HsuOverall gist of this is to 'dynamicize' the tracking...
2004-03-04 Erik HallnorAutomerged
2004-03-01 Nathan BinkertMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2004-03-01 Nathan BinkertInitial cleanup pass of lisa's function call tracking
2004-03-01 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-03-01 Nathan Binkertmore debugging support
2004-02-26 Steve ReinhardtMerge.
2004-02-25 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-02-25 Nathan BinkertFix stats debugging and always compile it in for the
2004-02-20 Nathan BinkertMake it so dump takes a void *
2004-02-11 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-02-09 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-09 Nathan Binkert- Whack unused code
2004-02-09 Nathan BinkertMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2004-02-09 Nathan Binkertrandom fixes
2004-02-09 Steve ReinhardtResults of automatic (yet incomplete) merge.
2004-02-08 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-08 Erik HallnorSeparate template definitions and instantiations into...
2004-02-07 Nathan BinkertTotally rework the Range class. Now the range is from...
2004-02-04 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-04 Steve ReinhardtMore reformatting of reference parameter declarations.
2004-02-03 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-02-03 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-02-03 Nathan BinkertRemote debugging cleanup and internal debugging support
2004-02-02 Steve ReinhardtChange "Foo& foo" declarations to "Foo &foo".
2004-02-02 Steve ReinhardtMore conversions of ref-counted parameters to references:
2004-01-30 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-01-29 Nathan Binkertdelete the data in the arglist when the list is destroyed,
2004-01-29 Erik HallnorLogical test fix.
2004-01-29 Nathan Binkertprovide an output stream for simulator output. (This...
2004-01-29 Nathan Binkertcleanup on aisle 5
2004-01-28 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2004-01-27 Nathan Binkerta bunch of warning fixes
2004-01-20 Steve ReinhardtSet LIBELF_LINUX to 0 to build on zax. Builds
2004-01-15 Nathan BinkertMake each stat take up one full line. This allows...
2004-01-15 Steve ReinhardtFixes and cleanup to elf loader code.
2004-01-13 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2004-01-12 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-01-11 Steve ReinhardtFix cprintf bug, plus minor cleanup & better error...
2004-01-08 Ali SaidiFixed another small libelf problem, everything should...
2004-01-08 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2004-01-08 Ali SaidiChanged elf_object.* to use libelf for reading elf...
2003-12-28 Nathan BinkertImprove python output support
2003-12-24 Nathan BinkertAdd python output support to the statistics package!
2003-12-24 Nathan Binkertinitial basic hooks into the stats package to output...
2003-12-24 Nathan BinkertRandom cleanup
2003-12-24 Nathan Binkertformatting for consistency
2003-12-24 Nathan Binkertmore readable formatting
2003-12-24 Nathan BinkertRandom cleanup to make things work a bit better
2003-12-24 Nathan Binkertnever print the cdf or pdf or the overflow bucket if...
2003-12-24 Nathan Binkert- change the FormatFlags into more general StatFlags
2003-12-24 Nathan Binkert- Allow the stats package user to determine in which...
2003-12-22 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2003-12-21 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2003-12-20 Nathan BinkertFix a bunch of memory leak type bugs, and add some...
2003-12-19 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2003-12-19 Steve ReinhardtMinor cleanup of trace/output stuff (leftover from...
2003-12-19 Nathan BinkertMake stuff build on openbsd
2003-12-18 Erik HallnorMerge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich...
2003-12-17 Steve ReinhardtMiscellaneous minor fixes/improvements.
2003-12-16 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2003-12-16 Steve ReinhardtAnother fix for gcc 3.3.x.
2003-12-16 Steve ReinhardtAdd #define parameter and corresponding build option to
2003-12-15 Nathan BinkertAdd support for getting the hostname
2003-12-15 Nathan BinkertClean up time handling code
2003-12-12 Nathan Binkert- Add a new target m5.fast (or just fast for short)
2003-12-11 Steve ReinhardtRename RegResetCallback to registerResetCallback().
2003-12-10 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2003-12-09 Nathan BinkertMake the simulator compile on an Itanium.
2003-12-09 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2003-12-09 Nathan BinkertSweeping change in the stats package....again...
2003-12-08 Steve RaaschMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2003-12-05 Lisa Hsuremote_gdb.cc:
2003-12-02 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2003-12-02 Steve ReinhardtRestructuring of LiveProcess etc. to support multiple...
2003-11-23 Lisa Hsuget rid of the errors from simple-test1 and test1-6
2003-11-22 Nathan BinkertGo Blue!!!!
next