summaryrefslogtreecommitdiff
path: root/src/arch/sparc
AgeCommit message (Expand)Author
2006-08-29Fiddled with the floating point accessors.Gabe Black
2006-08-29Cleaned up floating point by removing unnecessary conversions and by implemen...Gabe Black
2006-08-21Fix annulled unconditional branchesGabe Black
2006-08-21Got rid of the aux_data array since it shouldn't have existed.Gabe Black
2006-08-21Fixed the parameters to memset. sizeof(regSegments[x]) may have been returnin...Gabe Black
2006-08-21Two bugs found by my tracing tool.Gabe Black
2006-08-17Changes to build m5.fastSteve Reinhardt
2006-08-15Tweaks to Ali's changesGabe Black
2006-08-15fixes for gcc 4.1Ali Saidi
2006-08-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-08-14Fix up doxygen.Steve Reinhardt
2006-08-11Changed the compiler guards to say SPARCGabe Black
2006-08-11Added code to support setting up all of the auxillieary vectors configured by...Gabe Black
2006-08-11Adjusted the decoder a little.Gabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-07-26Added alot of fp instructions, and some impdep instructions.Gabe Black
2006-07-26Now ignore sigactionGabe Black
2006-07-22Fixed subtract with carry, and started some work with floating point.Gabe Black
2006-07-20Fixed a glitch in the disassembly output.Gabe Black
2006-07-19Cleaned things up a little.Gabe Black
2006-07-18Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-07-13add system.mem_mode = ['timing', 'atomic']Ali Saidi
2006-06-26add syscall emulation page table fault so we can allocate more stack pagesAli Saidi
2006-06-12Removed syscall function from thread_context.hh. ThreadContext is the interf...Kevin Lim
2006-06-12Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-06-12Made isHyperPriv and isPriv protected member variables.Gabe Black
2006-06-11Move LiveProcess::create() from arch-specific filesSteve Reinhardt
2006-06-11Fix compiling for SPARC_SE:Ali Saidi
2006-06-10Update scripts for testing ALPHA_FS and MIPS_SE.Steve Reinhardt
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-29commit a couple of minor things that I forgot to last time.Ali Saidi
2006-05-29Create a new CpuEvent class that has a pointer to an execution context in the...Ali Saidi
2006-05-29split off fullsystem and se iprs into two functions to remove lots of #ifsAli Saidi
2006-05-29Added in the IprAccessOp flag for priveleged and hyperpriveleged instructions.Gabe Black
2006-05-28Moved the Bit64 constant out of the regfile.hh into isa_traits.cc, which is t...Gabe Black
2006-05-28Used the Priv and new HPriv instruction formats, which have been tweaked to l...Gabe Black
2006-05-28Remove authors from copyright.Ali Saidi
2006-05-26Merge zizzer:/bk/newmemAli Saidi
2006-05-26Implement PR/HPR/ASR for full systemAli Saidi
2006-05-22Fix to SPARC Nop class for multiple CPU models.Steve Reinhardt
2006-05-22have multiple global levels (as required by UA2005)Ali Saidi
2006-05-22New directory structure:Steve Reinhardt