summaryrefslogtreecommitdiff
path: root/src/arch/sparc/SConscript
AgeCommit message (Expand)Author
2017-10-17scons: Stop generating inc.d in the isa parser.Gabe Black
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-10-31SE/FS: Remove the last uses of FULL_SYSTEM from SPARC.Gabe Black
2011-10-16SPARC: Build vtophys into SE mode.Gabe Black
2011-10-09[mq]: sefssparcregfile.patchGabe Black
2011-10-09SE/FS: Build the Interrupt objects in SE mode.Gabe Black
2011-06-02scons: rename TraceFlags to DebugFlagsNathan Binkert
2010-10-14SPARC: Get rid of the copy/pasted StackTrace stolen from Alpha.Gabe Black
2009-07-19CPU: Separate out native trace into ISA (in)dependent code and SimObjects.Gabe Black
2009-07-09SPARC: Fold the MiscRegFile all the way into the ISA object.Gabe Black
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-07-08Registers: Eliminate the ISA defined integer register file.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
2009-02-25SPARC: Add a traceflag for register windows.Gabe Black
2009-01-19tracing: Add help strings for some of the trace flagsNathan Binkert
2009-01-13SCons: centralize the Dir() workaround for newer versions of scons.Nathan Binkert
2008-10-12Turn Interrupts objects into SimObjects. Also, move local APIC state into x86...Gabe Black
2008-05-20SCons: Fixing SCons bug 2006 issues for non-alpha ISAsStephen Hines
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
2007-03-09Split the syscall table, SPARC specific syscall implementations, and the 32 b...Gabe Black
2006-12-20Initial work to make remote gdb available in SE mode. This is completely unte...Gabe Black
2006-12-04reogranize code to split off FS only misc regs with effect into their own fil...Ali Saidi
2006-11-23first cut at a sparc tlbAli Saidi
2006-11-07Added in alot of missing source files.Gabe Black
2006-11-03removed ua2005.cc since it's been obsorbed into the miscregfile, and added sy...Gabe Black
2006-09-30Basic work towards supporting ASIs properlyGabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
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-29split off fullsystem and se iprs into two functions to remove lots of #ifsAli Saidi
2006-05-22New directory structure:Steve Reinhardt