summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)Author
2006-12-19fix twinx loads a little bitAli Saidi
2006-12-18Fixing the extended twin format to go with the new isa parser interface.Gabe Black
2006-12-18Merge zizzer.eecs.umich.edu:/.automount/zower/eecshome/m5/newmemGabe Black
2006-12-18move the twinx loads to the correct opcode and add asis 0x24 and 0x27Ali Saidi
2006-12-17Minor cleanup of new snippet/subst code.Steve Reinhardt
2006-12-17Convert Alpha (and finish converting MIPS) to newSteve Reinhardt
2006-12-17Merge zizzer:/bk/newmemGabe Black
2006-12-17Compilation fixes.Gabe Black
2006-12-17Added in the extended twin load formatGabe Black
2006-12-17Started removing "CodeBlock" objects from the mips isa description.Gabe Black
2006-12-17Compilation fix after messy merge.Gabe Black
2006-12-16Merge zizzer:/bk/sparcfs/Gabe Black
2006-12-16Support for twin loads.Gabe Black
2006-12-16Compiler error fix.Gabe Black
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-16Made changes to CWP be non speculative.Gabe Black
2006-12-16Changes to the isa_parser and affected files to fix an indexing problem with ...Gabe Black
2006-12-15Merge zizzer:/bk/sparcfsLisa Hsu
2006-12-15Merge zizzer:/bk/sparcfsLisa Hsu
2006-12-15some small general fixes to make everythign work nicely with other ISAs, now ...Lisa Hsu
2006-12-15tlb.cc:Lisa Hsu
2006-12-15Optimized the TLB translations with some cachingAli Saidi
2006-12-14flesh out twinx asisAli Saidi
2006-12-13Merge zizzer:/bk/newmemLisa Hsu
2006-12-13fix MiscRegFile::readRegWithEffect, which neglected the MISCREGS.Lisa Hsu
2006-12-13Merge zizzer:/bk/sparcfsLisa Hsu
2006-12-12Merge zizzer:/bk/newmemLisa Hsu
2006-12-12Merge zizzer:/bk/newmem/Gabe Black
2006-12-12Fix bugs in tlbmap (and thus rangemap since the code is nearly identical)Ali Saidi
2006-12-12Rename the StaticInst-based (read|set)(Int|Float)Reg methods to (read|set)(In...Steve Reinhardt
2006-12-09fix lisa's hand mergeAli Saidi
2006-12-09Merge zizzer:/bk/sparcfsAli Saidi
2006-12-09Allocate the correct number of global registersAli Saidi
2006-12-08Merge zizzer:/bk/sparcfsLisa Hsu
2006-12-08mostly implemented SOFTINT relevant interrupt stuff.Lisa Hsu
2006-12-07get legion/m5 to first tlb miss faultAli Saidi
2006-12-07Make branches handle the lack of a symbol table or the lack of a symbol grace...Gabe Black
2006-12-07Change how Page Faults work in SPARC. It now prints the faulting address, and...Gabe Black
2006-12-06Handle access to ASI_QUEUEAli Saidi
2006-12-06Many more fixes for SPARC_FS. Gets us to the point where SOFTINT startsAli Saidi
2006-12-06Made the alpha setSyscallReturn take a ThreadContext pointer instead of a Reg...Gabe Black
2006-12-06Added a flattenIntIndex function for Alpha.Gabe Black
2006-12-06Change to use -return_value.value like other implementations.Gabe Black
2006-12-06Some changes for misc regs which were changed into unofficial integer registe...Gabe Black
2006-12-06Reorganize the includes and add an include for misc.hh.Gabe Black
2006-12-06Added some debug output, and made sure not to accidentally ask for the result...Gabe Black
2006-12-06Some basic fix ups, and CWP is no longer set explicitly.Gabe Black
2006-12-06Changed the integer register file to work with flattened indices.Gabe Black
2006-12-06Change MIPS's setSyscallReturn to use a thread context.Gabe Black
2006-12-06Added basic flatten function for mips.Gabe Black