Age | Commit message (Expand) | Author |
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 | Zeroed out the actual LSB in addition to moving it's original value the MSB. | Gabe Black |
2006-10-18 | Fixed a compiler error, disassembly output, and corrected the address calcula... | Gabe Black |
2006-10-18 | Fixed up ldblockf_p, implemented stdfa properly, and got rid of some old code. | Gabe Black |
2006-10-16 | Corrected the "Authors" line | Gabe Black |
2006-10-16 | Fix up microcode support. | Gabe Black |
2006-10-16 | Changed how floating point register numbers are decoded to fit with the spec. | 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 |
2006-10-12 | Some support for macro/micro instructions in SPARC. | Gabe Black |
2006-10-12 | Support for returning unimplemented instruction in the decoder, lifted from A... | Gabe Black |
2006-10-12 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-10-08 | Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing) | Steve Reinhardt |
2006-10-05 | remove traces of binning | Nathan Binkert |
2006-09-30 | Basic work towards supporting ASIs properly | Gabe Black |
2006-09-17 | Finished changing how stat structures are translated, fixed the handling of v... | Gabe Black |
2006-09-15 | Changes to correct stat behavior | Gabe Black |
2006-09-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-09-03 | Make the ASI constants available to the decoder. | Gabe Black |
2006-09-03 | Make the auxiliary vectors use the uid, euid, gid and egid parameters from th... | Gabe Black |
2006-08-31 | add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug... | Korey Sewell |
2006-08-30 | Forgot some commas | Gabe Black |
2006-08-29 | ASI constants. | Gabe Black |
2006-08-29 | Set both xcc.c and icc.c on return from a syscall. | Gabe Black |
2006-08-29 | Don't store if there's a fault. | Gabe Black |
2006-08-29 | Fiddled with the floating point accessors. | Gabe Black |
2006-08-29 | Cleaned up floating point by removing unnecessary conversions and by implemen... | Gabe Black |
2006-08-21 | Fix annulled unconditional branches | Gabe Black |
2006-08-21 | Got rid of the aux_data array since it shouldn't have existed. | Gabe Black |
2006-08-21 | Fixed the parameters to memset. sizeof(regSegments[x]) may have been returnin... | Gabe Black |
2006-08-21 | Two bugs found by my tracing tool. | Gabe Black |
2006-08-17 | Changes to build m5.fast | Steve Reinhardt |
2006-08-15 | Tweaks to Ali's changes | Gabe Black |
2006-08-15 | fixes for gcc 4.1 | Ali Saidi |
2006-08-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-08-15 | Cleaned up include files and got rid of many using directives in header files. | Gabe Black |
2006-08-14 | Fix up doxygen. | Steve Reinhardt |
2006-08-11 | Changed the compiler guards to say SPARC | Gabe Black |
2006-08-11 | Added code to support setting up all of the auxillieary vectors configured by... | Gabe Black |
2006-08-11 | Adjusted the decoder a little. | Gabe Black |
2006-08-11 | Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create... | Gabe Black |
2006-07-26 | Added alot of fp instructions, and some impdep instructions. | Gabe Black |
2006-07-26 | Now ignore sigaction | Gabe Black |
2006-07-22 | Fixed subtract with carry, and started some work with floating point. | Gabe Black |
2006-07-20 | Fixed a glitch in the disassembly output. | Gabe Black |