summaryrefslogtreecommitdiff
path: root/src/arch/sparc/isa_traits.hh
AgeCommit message (Expand)Author
2007-07-26X86: Fix argument register indexing.Gabe Black
2007-04-22Make the GSR into a renamed control register. It should be split into a renam...Gabe Black
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-02-18implement vtophys and 32bit gdb supportAli Saidi
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26Merge zeep.pool:/z/saidi/work/m5.newmemAli Saidi
2007-01-26make our code a little more standards compliantAli Saidi
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-08some formatting changes, and update how I do bitfields for HPSTATE and PSTATE...Lisa Hsu
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-05Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre...Gabe Black
2006-11-29Fixes to get compilation.Gabe Black
2006-11-29Merge zizzer:/bk/sparcfsGabe Black
2006-11-24Fix weird type modifier.Gabe Black
2006-11-23first cut at a sparc tlbAli Saidi
2006-11-22Moved some constants from isa_traits.hh to the reg file headers.Gabe Black
2006-11-10Fixed up DepTags a little. I think NumMicroIntRegs shouldn't be added to Ctrl...Gabe Black
2006-10-29Add an integer microcode register.Gabe Black
2006-10-26Changed the number of register windows to be more realistic.Gabe Black
2006-10-24Replace the Alpha No op with a SPARC one.Gabe Black
2006-08-31add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug...Korey Sewell
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
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-29split off fullsystem and se iprs into two functions to remove lots of #ifsAli Saidi
2006-05-26Implement PR/HPR/ASR for full systemAli Saidi
2006-05-22New directory structure:Steve Reinhardt