summaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2004-03-04Overall gist of this is to 'dynamicize' the tracking of functions so you can ...Lisa Hsu
2004-02-29Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5Nathan Binkert
2004-02-29Initial cleanup pass of lisa's function call trackingNathan Binkert
2004-02-29more debugging supportNathan Binkert
2004-02-25Fix stats debugging and always compile it in for theNathan Binkert
2004-02-20Make it so dump takes a void *Nathan Binkert
2004-02-09- Whack unused codeNathan Binkert
2004-02-09Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5Nathan Binkert
2004-02-09random fixesNathan Binkert
2004-02-08Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5Erik Hallnor
2004-02-08Separate template definitions and instantiations into *_impl.hh and *.cc. Eve...Erik Hallnor
2004-02-07Totally rework the Range class. Now the range is from [start, end)Nathan Binkert
2004-02-04More reformatting of reference parameter declarations.Steve Reinhardt
2004-02-03Remote debugging cleanup and internal debugging supportNathan Binkert
2004-02-02Change "Foo& foo" declarations to "Foo &foo".Steve Reinhardt
2004-02-02More conversions of ref-counted parameters to references:Steve Reinhardt
2004-01-29delete the data in the arglist when the list is destroyed,Nathan Binkert
2004-01-29provide an output stream for simulator output. (This takes place of theNathan Binkert
2004-01-29cleanup on aisle 5Nathan Binkert
2004-01-27a bunch of warning fixesNathan Binkert
2004-01-20Set LIBELF_LINUX to 0 to build on zax. BuildsSteve Reinhardt
2004-01-15Make each stat take up one full line. This allows us to use grepNathan Binkert
2004-01-14Fixes and cleanup to elf loader code.Steve Reinhardt
2004-01-11Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2004-01-11Fix cprintf bug, plus minor cleanup & better error messages.Steve Reinhardt
2004-01-08Fixed another small libelf problem, everything should work now, on anyAli Saidi
2004-01-08Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2004-01-07Changed elf_object.* to use libelf for reading elf files. The makefileAli Saidi
2003-12-28Improve python output supportNathan Binkert
2003-12-24Add python output support to the statistics package!Nathan Binkert
2003-12-24initial basic hooks into the stats package to output python codeNathan Binkert
2003-12-24Random cleanupNathan Binkert
2003-12-24formatting for consistencyNathan Binkert
2003-12-24more readable formattingNathan Binkert
2003-12-24Random cleanup to make things work a bit betterNathan Binkert
2003-12-24never print the cdf or pdf or the overflow bucket if we're simplescalrNathan Binkert
2003-12-23- change the FormatFlags into more general StatFlagsNathan Binkert
2003-12-23- Allow the stats package user to determine in which mode to dumpNathan Binkert
2003-12-20Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2003-12-20Fix a bunch of memory leak type bugs, and add some betterNathan Binkert
2003-12-19Minor cleanup of trace/output stuff (leftover from EINTR bug fix).Steve Reinhardt
2003-12-19Make stuff build on openbsdNathan Binkert
2003-12-17Miscellaneous minor fixes/improvements.Steve Reinhardt
2003-12-15Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2003-12-15Another fix for gcc 3.3.x.Steve Reinhardt
2003-12-15Add #define parameter and corresponding build option toSteve Reinhardt
2003-12-15Add support for getting the hostnameNathan Binkert
2003-12-15Clean up time handling codeNathan Binkert
2003-12-11- Add a new target m5.fast (or just fast for short)Nathan Binkert
2003-12-10Rename RegResetCallback to registerResetCallback().Steve Reinhardt