summaryrefslogtreecommitdiff
path: root/src/arch/alpha/SConscript
AgeCommit message (Expand)Author
2017-10-17scons: Stop generating inc.d in the isa parser.Gabe Black
2016-11-17alpha: Remove ALPHA tru64 support and associated testsAndreas Hansson
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2013-01-07arch: Make the ISA class inherit from SimObjectAndreas Sandberg
2012-06-05ISA: Back-out NoopMachInst as a StaticInstPtr change.Ali Saidi
2012-06-04ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst.Gabe Black
2012-05-25ISA: Make the decode function part of the ISA's decoder.Gabe Black
2011-11-01SE/FS: Get rid of uses of FULL_SYSTEM in Alpha.Gabe Black
2011-10-31SE/FS: Make the functions available from the TC consistent between SE and FS.Gabe Black
2011-10-16Alpha: Turn on vtophys in SE mode.Gabe Black
2011-10-09SE/FS: Build the Interrupt objects in SE mode.Gabe Black
2009-07-08Alpha: Pull the MiscRegFile fully into the ISA object.Gabe Black
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-07-08Alpha: Move reg_redir into its own files, and move some constants into regfil...Gabe Black
2009-07-08Alpha: Phase out Alpha's intregfile.hh and intregfile.cc.Gabe Black
2009-07-08Registers: Eliminate the ISA defined floating point register file.Gabe Black
2009-07-08Registers: Add an ISA object which replaces the MiscRegFile.Gabe Black
2008-10-12Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...Gabe Black
2007-11-08CPU: Add function to explictly compare thread contexts after copying.Ali Saidi
2007-10-31Traceflags: Add SCons function to created a traceflag instead of having one f...Ali Saidi
2007-08-26Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.Gabe Black
2007-08-01Arguments: Get rid of duplicate code for the Arguments class in each architec...Ali Saidi
2007-05-27Move SimObject python files alongside the C++ and fixNathan Binkert
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2006-12-20Initial work to make remote gdb available in SE mode. This is completely unte...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
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black
2006-10-31Make the IPRs use regular miscreg indexes, and make a table or two to find th...Gabe Black
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt