summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-09Get rid of the Random context and add the support directly to python.Nathan Binkert
2007-02-09Clean up from my last commit to the trace stuff.Nathan Binkert
2007-02-09Get rid of the Trace ParamContext and give python directNathan Binkert
2007-02-08Use c99 variadic macros for non gnu compilersNathan Binkert
2007-02-07Get rid of the gross operator,()/variadic macro hackNathan Binkert
2007-02-07Quick program to time how long ccprintf takes to writeNathan Binkert
2007-02-07Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemSteve Reinhardt
2007-02-07Merge zizzer:/bk/newmemAli Saidi
2007-02-07Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2007-02-07Make memory commands dense again to avoid cache stat table explosion.Steve Reinhardt
2007-02-06More DPRINTF cleanup.Steve Reinhardt
2007-02-06Initialize the variable to something.Nathan Binkert
2007-02-06Include compiler.hh since we use some of the #definesNathan Binkert
2007-02-06Minor DPRINTF fixes.Steve Reinhardt
2007-02-06merge my index fix and lisa's fixAli Saidi
2007-02-06Fix for LL/SC that Ron sent me.Kevin Lim
2007-02-06more fp fixesAli Saidi
2007-02-06Fix for previous commit: need to ifdef NDEBUG on theSteve Reinhardt
2007-02-05Use an instance counter to give Events repeatable IDsSteve Reinhardt
2007-02-02more sparc fixesAli Saidi
2007-02-02make interrupt code serialize itself and fix indentingAli Saidi
2007-02-02fix mostly floating point relatedAli Saidi
2007-02-01Merge zizzer:/bk/newmemLisa Hsu
2007-02-01only increment numPosted if an interrupt of that type hasn't been posted before.Lisa Hsu
2007-01-31make sparc fs less chattyAli Saidi
2007-01-30Merge zizzer:/bk/newmemAli Saidi
2007-01-30add fsr to the list of registers we are interested inAli Saidi
2007-01-30Make SPARC checkpointing workAli Saidi
2007-01-30Merge zizzer:/bk/newmemGabe Black
2007-01-30Implemented fbfss and fbpfcc instructions, and cleaned up branch code a little.Gabe Black
2007-01-30change std::isnan() to a using namespace std and isnan(). We need a better wa...Ali Saidi
2007-01-30use std:: for isnan() and fix decoding of fcmpe*Ali Saidi
2007-01-30sizeof with a pointer to dynamically allocated memory will return the size of...Gabe Black
2007-01-30Make clearSingleStep in SPARC a warning, and rephrase the panic for setSingle...Gabe Black
2007-01-30Make the FpUnimpl format actually write the Fsr.Gabe Black
2007-01-30Added FpUnimpl format for quad precision and other purposefully unimplemented...Gabe Black
2007-01-29Merge zizzer:/bk/newmemGabe Black
2007-01-29Fix the Frs?s operands to use single width by default, rather than double width.Gabe Black
2007-01-29Add implementation for the fcmp instructions. These don't behave -quite- righ...Gabe Black
2007-01-29Fix the FCMPCC bitfield.Gabe Black
2007-01-29timegm() is a gnuism... replace with the code from the timegm() man pageAli Saidi
2007-01-29fix some over sights in moving windowing and ccr registers to int reg fileAli Saidi
2007-01-29Merge zizzer:/bk/newmemAli Saidi
2007-01-29Cleaned up disassembly a little.Gabe Black
2007-01-29A minor hack to get branch prediction to behave like before on Alpha.Gabe Black
2007-01-29Fixed a warning about an unused variable.Gabe Black
2007-01-28Merge zizzer:/bk/newmemGabe Black
2007-01-28Merge zizzer:/bk/newmemAli Saidi
2007-01-28Merge zizzer:/bk/newmemAli Saidi
2007-01-28make unimplemented ops failAli Saidi