Age | Commit message (Expand) | Author |
2011-11-28 | SPARC: Minor style fix. | Gabe Black |
2011-11-27 | SPARC: Isolate FP operations enough to prevent code/rounding mode reordering. | Gabe Black |
2011-10-31 | GCC: Get everything working with gcc 4.6.1. | Gabe Black |
2011-09-26 | ISA parser: Use '_' instead of '.' to delimit type modifiers on operands. | Gabe Black |
2011-09-19 | SPARC: Remove #if FULL_SYSTEMs from the ISA description. | 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-07-05 | ISA parser: Define operand types with a ctype directly. | 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 |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-01-15 | SPARC: Adjust the "call" instruction so R15 doesn't get marked as a source. | Gabe Black |
2010-12-20 | Style: Replace some tabs with spaces. | 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-10-22 | ISA: Simplify various implementations of completeAcc. | 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-07-08 | Registers: Add a registers.hh file as an ISA switched header. | 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-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
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-08-13 | SPARC: Make nops have the IsNop flag set. | Gabe Black |
2007-07-31 | Add a flag to indicate an instruction triggers a syscall in SE mode. | 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-23 | Merge zizzer.eecs.umich.edu:/n/wexford/x/gblack/m5/newmem-o3-spec | Gabe Black |
2007-04-23 | Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem | Gabe Black |
2007-04-22 | Make the GSR into a renamed control register. It should be split into a renam... | Gabe Black |
2007-04-21 | create base/fenv.c to standerdize fenv across platforms. It's a c file and no... | Ali Saidi |
2007-04-14 | Make the fsr a serializing register. Other control registers probably need th... | Gabe Black |
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-17 | The syntax used for twin stores was confusing the parser so it's now broken d... | Gabe Black |
2007-03-16 | Make the SPARC branch instructions use ExtMachInsts in their constructors. Th... | Gabe Black |
2007-03-12 | Fix mulscc. | Gabe Black |