Age | Commit message (Expand) | Author |
2016-01-11 | scons: Enable -Wextra by default | Andreas Hansson |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2012-04-14 | clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6 | Andreas Hansson |
2012-02-11 | SPARC: Make PSTATE and HPSTATE a BitUnion. | Gabe Black |
2011-09-26 | ISA parser: Use '_' instead of '.' to delimit type modifiers on operands. | Gabe Black |
2011-09-19 | PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts. | Gabe Black |
2011-07-05 | ISAs: Streamline some spots where Mem is used in the ISA descriptions. | Gabe Black |
2011-06-09 | sparc: compilation fixes for inorder | Korey Sewell |
2011-01-15 | SPARC: Adjust the "call" instruction so R15 doesn't get marked as a source. | Gabe Black |
2010-12-08 | SPARC: Take advantage of new PCState syntax. | Gabe Black |
2010-12-07 | O3: Support squashing all state after special instruction | Ali Saidi |
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-05-14 | SPARC: Implement the version of movcc that uses the fp condition codes. | Gabe Black |
2009-09-15 | SPARC: Make resTemp in udivcc wide enough to hold all the bits we need. | Vince Weaver |
2009-02-25 | SPARC: Adjust a few instructions to not write registers in initiateAcc. | Gabe Black |
2007-09-25 | SPARC: Remove parameter that was only ever set to one value. | Gabe Black |
2007-09-25 | SPARC: Remove some redundant code from some of the fp instructions. | 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-07-31 | Add a flag to indicate an instruction triggers a syscall in SE mode. | Gabe Black |
2007-03-17 | The syntax used for twin stores was confusing the parser so it's now broken d... | Gabe Black |
2007-03-12 | Fix mulscc. | Gabe Black |
2007-03-12 | Fix the mnemonic and the branch displacement field size of the branch on floa... | Gabe Black |
2007-03-11 | Make sttw and sttwa use the twin memory operations. | Gabe Black |
2007-03-10 | Added implementations of the fpop2 instructions. | Gabe Black |
2007-03-09 | implement ipi stufff for SPARC | Ali Saidi |
2007-03-02 | make ldtw(a) -- Twin 32 bit load work correctly -- by doing it the same way a... | Ali Saidi |
2007-02-28 | Make the m5 psuedo instructions use the BasicOperate format | Gabe Black |
2007-02-28 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-02-28 | Make trap instructions always generate TrapInstruction Fault objects which ca... | Gabe Black |
2007-02-24 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-02-24 | make m5 readfile work on solaris... we can have a solaris regression soon! | Ali Saidi |
2007-02-23 | Ali and I both made the same change and we only need it once. I liked mine a ... | Gabe Black |
2007-02-23 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-02-22 | Make the m5 pseudo instructions only work in FS. Also, make sure any undefine... | Gabe Black |
2007-02-22 | fix se compiling oops | Ali Saidi |
2007-02-21 | add pseduo instruction support for sparc | Ali Saidi |
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 | 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 | Added FpUnimpl format for quad precision and other purposefully unimplemented... | Gabe Black |
2007-01-29 | Add implementation for the fcmp instructions. These don't behave -quite- righ... | Gabe Black |
2007-01-28 | Merge zizzer:/bk/newmem | Gabe Black |