summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2007-01-28Merge zizzer:/bk/newmemAli Saidi
2007-01-28fix comparing fp registers between legion and m5Ali Saidi
2007-01-28Merge zizzer:/bk/newmemGabe Black
2007-01-28Stick the conversion of python to unix time with all ofNathan Binkert
2007-01-27I missed a couple of thingsAli Saidi
2007-01-27While I'm waiting for legion to run make m5 compile with a few more compilersAli Saidi
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-27Got rid of some DPRINTFs that were printing raw pointers.Gabe Black
2007-01-27Fixed up printReg so that control registers are printed by name. This is poss...Gabe Black
2007-01-26Merge zizzer:/bk/newmemAli Saidi
2007-01-26forgot to include this fileAli Saidi
2007-01-26Merge zizzer:/bk/newmemAli Saidi
2007-01-26Make Sparc traceflag even more chattyAli Saidi
2007-01-26Merge zizzer:/bk/newmemAli Saidi
2007-01-26Merge zeep.pool:/z/saidi/work/m5.newmemAli Saidi
2007-01-26make our code a little more standards compliantAli Saidi
2007-01-26Fixed the number of integer registers. There are MaxGL+1 sets of globals, not...Gabe Black
2007-01-26Merge zizzer:/bk/newmemLisa Hsu
2007-01-26eliminate cpu checkInterrupts bool, it is redundant and unnecessary.Lisa Hsu
2007-01-25Move time forward to Jan 1, 2009 and update statsNathan Binkert
2007-01-25Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2007-01-25Instead of passing an int to represent time between python and C++Nathan Binkert
2007-01-25fix smul and sdiv to sign extend, and handle overflow/underflow corretlyAli Saidi
2007-01-25Fixed a warning that was breaking compilation.Gabe Black
2007-01-24Merge zizzer:/bk/newmemGabe Black
2007-01-23use pstate.am to mask off PC/NPC where it needs to +beAli Saidi
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-22Added remote gdb objects to each processGabe Black
2007-01-22fix compiling on x86/SolarisAli Saidi
2007-01-22clean up fault code a little bitAli Saidi
2007-01-22we decided to check for .interp instead of .dynamicAli Saidi
2007-01-22Merge zizzer:/bk/newmemAli Saidi