Age | Commit message (Expand) | Author |
2007-08-13 | SPARC: Make nops have the IsNop flag set. | Gabe Black |
2007-06-19 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-06-12 | Make microOp vs microop and macroOp vs macroop capitilization consistent. | Gabe Black |
2007-05-09 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-05-08 | Add a hack to truncate addresses to 32 bits in SE. Paging should be changed t... | Gabe Black |
2007-04-27 | gcc 4.1 claims that mem_data might be used uninitialized, | Nathan Binkert |
2007-04-21 | create base/fenv.c to standerdize fenv across platforms. It's a c file and no... | Ali Saidi |
2007-04-11 | Make trying to execute macroops fail with a better error message. | Gabe Black |
2007-04-11 | Create a filter and a union to translate the SPARC instruction implementation... | Gabe Black |
2007-04-08 | Get the "hard" SPARC instructions working in o3. I don't like that the IsStor... | Gabe Black |
2007-03-16 | Make the SPARC branch instructions use ExtMachInsts in their constructors. Th... | Gabe Black |
2007-03-11 | Make sttw and sttwa use the twin memory operations. | Gabe Black |
2007-02-12 | rename store conditional stuff as extra data so it can be used for conditiona... | Ali Saidi |
2007-02-06 | more fp fixes | Ali Saidi |
2007-02-02 | fix mostly floating point related | Ali Saidi |
2007-01-30 | Implemented fbfss and fbpfcc instructions, and cleaned up branch code a little. | Gabe Black |
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 | Cleaned up disassembly a little. | Gabe Black |
2007-01-27 | Merge zizzer:/bk/newmem | 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-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-01-16 | Modify ISA and staticInst to support a IsFirstMicroOp flag | 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-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 | Changes to the isa_parser and affected files to fix an indexing problem with ... | Gabe Black |
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 | Added some debug output, and made sure not to accidentally ask for the result... | Gabe Black |
2006-12-04 | Add in code to pass the ASI to translation. | Gabe Black |
2006-11-14 | Fix up the disassembly a little. | Gabe Black |
2006-11-11 | Fix for CAS so that it knows about all the possible code in the constructor. | Gabe Black |
2006-11-10 | Put in provisions for rd, rdpr, rdhpr, wr, wrpr, and wrhpr to disassemble pro... | Gabe Black |
2006-11-10 | Fix up instructions to read and write control registers, and got rid of the c... | Gabe Black |
2006-10-29 | Move the mem classes into util.isa so that multiple inheritance can be used i... | Gabe Black |
2006-10-29 | Fix when the IsDelayedCommit flag is set. | Gabe Black |
2006-10-29 | Bring casa and casxa up to date | Gabe Black |
2006-10-25 | Fixed the priv instruction format. | Gabe Black |