Age | Commit message (Expand) | Author |
2011-09-19 | SPARC: Remove #if FULL_SYSTEMs from the ISA description. | Gabe Black |
2011-07-02 | ISA: Use readBytes/writeBytes for all instruction level memory operations. | Gabe Black |
2011-06-10 | sparc: don't use directcntrl branch flag | Korey Sewell |
2011-06-09 | sparc: compilation fixes for inorder | Korey Sewell |
2010-12-20 | Style: Replace some tabs with spaces. | Gabe Black |
2010-12-08 | SPARC: Take advantage of new PCState syntax. | Gabe Black |
2010-11-11 | SPARC: Clean up some historical style issues. | Gabe Black |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-10-22 | ISA: Simplify various implementations of completeAcc. | Gabe Black |
2009-02-25 | SPARC: Adjust a few instructions to not write registers in initiateAcc. | Gabe Black |
2008-11-10 | mem: update stuff for changes to Packet and Request | Nathan Binkert |
2008-09-27 | gcc: Add extra parens to quell warnings. | Nathan Binkert |
2007-09-25 | SPARC: Remove parameter that was only ever set to one value. | Gabe Black |
2007-09-25 | SPARC: Clean up of privileged instructions. | Gabe Black |
2007-09-25 | SPARC: Long overdue cleanup of the condition code handlers. | Gabe Black |
2007-09-25 | SPARC: Clean up the branch instructions a bit. | Gabe Black |
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 |