Age | Commit message (Expand) | Author |
2007-02-06 | more fp fixes | Ali Saidi |
2007-02-02 | more sparc fixes | Ali Saidi |
2007-02-02 | fix mostly floating point related | Ali Saidi |
2007-01-30 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-30 | Implemented fbfss and fbpfcc instructions, and cleaned up branch code a little. | Gabe Black |
2007-01-30 | change std::isnan() to a using namespace std and isnan(). We need a better wa... | Ali Saidi |
2007-01-30 | use std:: for isnan() and fix decoding of fcmpe* | Ali Saidi |
2007-01-30 | Make the FpUnimpl format actually write the Fsr. | Gabe Black |
2007-01-30 | Added FpUnimpl format for quad precision and other purposefully unimplemented... | Gabe Black |
2007-01-29 | Fix the Frs?s operands to use single width by default, rather than double width. | Gabe Black |
2007-01-29 | Add implementation for the fcmp instructions. These don't behave -quite- righ... | Gabe Black |
2007-01-29 | Fix the FCMPCC bitfield. | Gabe Black |
2007-01-29 | Cleaned up disassembly a little. | Gabe Black |
2007-01-28 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-28 | make unimplemented ops fail | Ali Saidi |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-27 | Fixed up printReg so that control registers are printed by name. This is poss... | Gabe Black |
2007-01-26 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-01-26 | Make Sparc traceflag even more chatty | Ali Saidi |
2007-01-26 | Merge zeep.pool:/z/saidi/work/m5.newmem | Ali Saidi |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2007-01-25 | fix smul and sdiv to sign extend, and handle overflow/underflow corretly | Ali Saidi |
2007-01-24 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-23 | use pstate.am to mask off PC/NPC where it needs to +be | Ali Saidi |
2007-01-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-01-22 | clean up fault code a little bit | Ali Saidi |
2007-01-20 | fix flushw implementation | Ali Saidi |
2007-01-20 | Spill and Fill handlers are actually n*4 + the start address | Ali Saidi |
2007-01-16 | Modify ISA and staticInst to support a IsFirstMicroOp flag | Ali Saidi |
2007-01-10 | bug fixes to get us to 145m instructions | Ali Saidi |
2007-01-03 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-19 | fix twinx loads a little bit | Ali Saidi |
2006-12-18 | Fixing the extended twin format to go with the new isa parser interface. | Gabe Black |
2006-12-18 | Merge zizzer.eecs.umich.edu:/.automount/zower/eecshome/m5/newmem | Gabe Black |
2006-12-18 | move the twinx loads to the correct opcode and add asis 0x24 and 0x27 | Ali Saidi |
2006-12-17 | Minor cleanup of new snippet/subst code. | Steve Reinhardt |
2006-12-17 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-17 | Added in the extended twin load format | Gabe Black |
2006-12-17 | Compilation fix after messy merge. | Gabe Black |
2006-12-16 | Support for twin loads. | Gabe Black |
2006-12-16 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-16 | Made changes to CWP be non speculative. | Gabe Black |
2006-12-16 | Changes to the isa_parser and affected files to fix an indexing problem with ... | Gabe Black |
2006-12-09 | Allocate the correct number of global registers | Ali Saidi |
2006-12-07 | get legion/m5 to first tlb miss fault | Ali Saidi |
2006-12-07 | Make branches handle the lack of a symbol table or the lack of a symbol grace... | Gabe Black |
2006-12-06 | Many more fixes for SPARC_FS. Gets us to the point where SOFTINT starts | Ali Saidi |
2006-12-06 | Reorganize the includes and add an include for misc.hh. | Gabe Black |
2006-12-06 | Added some debug output, and made sure not to accidentally ask for the result... | Gabe Black |
2006-12-06 | Some basic fix ups, and CWP is no longer set explicitly. | Gabe Black |