Age | Commit message (Expand) | Author |
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 |
2006-10-23 | Move around more SPARC memory code, and make block memory operations work wit... | Gabe Black |
2006-10-23 | Broke Load/Store instructions into microcode, and partially refactored memory... | Gabe Black |
2006-10-23 | Start making memory ops work with InitiateAcc and CompleteAcc, and some minor... | Gabe Black |
2006-10-23 | Change the default constructors to take ExtMachInsts rather than regular Mach... | Gabe Black |
2006-10-18 | Fixed a compiler error, disassembly output, and corrected the address calcula... | Gabe Black |
2006-10-16 | Fix up microcode support. | Gabe Black |
2006-10-16 | Made sure the constructor for insts use ExtMachInst rather than MachInst, sin... | Gabe Black |
2006-10-15 | Added an execute function to the macro op so it can be instantiated. | Gabe Black |
2006-10-15 | Fix how additional template parameters are handled. Non string parameters are... | Gabe Black |
2006-10-12 | Changed the sign extension function from mine to the provided one. Mine relie... | Gabe Black |
2006-10-12 | Some support for handling block loads and stores and ASIs properly. | Gabe Black |
2006-10-12 | The beginnings of an instruction format to deal with block loads and stores. ... | Gabe Black |