summaryrefslogtreecommitdiff
path: root/src/arch/alpha
AgeCommit message (Expand)Author
2007-03-18Compile fixes for SPARC_FS.Gabe Black
2007-03-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-03-15Make the predecoder an object with it's own switched header file. Start addin...Gabe Black
2007-03-13Replaced makeExtMI with predecode.Gabe Black
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2007-03-09implement ipi stufff for SPARCAli Saidi
2007-03-07Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ...Gabe Black
2007-03-07*MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscRegAli Saidi
2007-03-04Don't use the exact same name as a system header #defineNathan Binkert
2007-03-03Merge zizzer:/bk/newmemAli Saidi
2007-03-03Implement Niagara I/O interface and rework interruptsAli Saidi
2007-02-28The "hostname" variable isn't used in the process classes. It should be remov...Gabe Black
2007-02-21Merge zizzer:/bk/newmemAli Saidi
2007-02-21add pseduo instruction support for sparcAli Saidi
2007-02-21Fix compile issues on gcc 4.1.x related to namespaces.Nathan Binkert
2007-02-21#include needed for compileNathan Binkert
2007-02-18implement vtophys and 32bit gdb supportAli Saidi
2007-02-12Merge zizzer:/bk/newmemAli Saidi
2007-02-12rename store conditional stuff as extra data so it can be used for conditiona...Ali Saidi
2007-02-12Move store conditional result checking from SimpleAtomicCpu writeSteve Reinhardt
2007-01-27Merge zizzer:/bk/newmemGabe Black
2007-01-26eliminate cpu checkInterrupts bool, it is redundant and unnecessary.Lisa Hsu
2007-01-22Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2007-01-08pagetable.hh:Lisa Hsu
2006-12-28Implement a stub nnpc for alpha that is read only as npc+4.Gabe Black
2006-12-28Fixed NumMiscArchRegs. This is still a magic number, and it should be set aut...Gabe Black
2006-12-20Fixes to get ALPHA_FS and ALPHA_SE to compile again.Gabe Black
2006-12-20Initial work to make remote gdb available in SE mode. This is completely unte...Gabe Black
2006-12-17Convert Alpha (and finish converting MIPS) to newSteve Reinhardt
2006-12-16Merge zizzer:/bk/newmemGabe Black
2006-12-15Merge zizzer:/bk/sparcfsLisa Hsu
2006-12-15tlb.cc:Lisa Hsu
2006-12-13fix MiscRegFile::readRegWithEffect, which neglected the MISCREGS.Lisa Hsu
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-05Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre...Gabe Black
2006-11-29Merge zizzer:/bk/newmemAli Saidi
2006-11-29Add support for mmapped iprs to atomic cpuAli Saidi
2006-11-24Add no-op versions of ivlb and ivle back in for backwards compatibility.Steve Reinhardt
2006-11-20Fix typo.Kevin Lim
2006-11-16Implement current working directory for LiveProcessesNathan Binkert
2006-11-12Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2006-11-12Make setRegWithEffect do something in SE mode.Steve Reinhardt
2006-11-12Merge ktlim@zamp:./local/clean/tmp/test-regressKevin Lim
2006-11-12Updates to support new interrupt processing and removal of PcPAL.Kevin Lim
2006-11-11Certain header files should only be used in FS.Gabe Black
2006-11-10Actually finished moving the register file stuff around.Gabe Black
2006-11-10Moved the Alpha float regfile into it's own regfile and got rid of constants....Gabe Black
2006-11-10Split out alpha integer register file into it's own files.Gabe Black
2006-11-09Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec...Gabe Black