summaryrefslogtreecommitdiff
path: root/src/arch/SConscript
AgeCommit message (Expand)Author
2014-09-03arch, cpu: Factor out the ExecContext into a proper base classAndreas Sandberg
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2013-10-15cpu: add a condition-code register classYasuko Eckert
2012-05-26CPU: Merge the predecoder and decoder.Gabe Black
2012-05-25Decode: Make the Decoder class defined per ISA.Gabe Black
2012-04-23ISA: Put parser generated files in a "generated" directory.Gabe Black
2012-03-09CheckerCPU: Make CheckerCPU runtime selectable instead of compile selectableGeoffrey Blake
2012-02-07Faults: Turn off arch/faults.hhGabe Black
2011-09-24SCons: Add a comment I forgot to add in earlier.Gabe Black
2011-09-24SCons: Make the ISA parser a source for its output files like the comments say.Gabe Black
2011-06-02scons: rename TraceFlags to DebugFlagsNathan Binkert
2011-03-01Spelling: Fix the a spelling error by changing mmaped to mmapped.Gabe Black
2011-01-07scons: show sources and targets when building, and colorize output.Steve Reinhardt
2010-12-20Style: Replace some tabs with spaces.Gabe Black
2010-11-15SCons: Cleanup SCons output during compileAli Saidi
2010-08-22X86: Get rid of unused file arguments.hh.Gabe Black
2010-03-10scons: import ply to work around scons sys.path weirdnessNathan Binkert
2010-02-26cpu_models: get rid of cpu_models.py and move the stuff into SConsNathan Binkert
2010-02-26isa_parser: Make SCons import the isa_parserNathan Binkert
2009-07-08Registers: Add a registers.hh file as an ISA switched header.Gabe Black
2009-07-08Registers: Add an ISA object which replaces the MiscRegFile.Gabe Black
2009-05-12inorder-alpha-port: initial inorder support of ALPHAKorey Sewell
2009-02-27Processes: Make getting and setting system call arguments part of a process o...Gabe Black
2009-02-25ISA: Set up common trace flags for tracing registers.Gabe Black
2008-10-12CPU: Create a microcode ROM object in the CPU which is defined by the ISA.Gabe Black
2007-11-08ISA parser: Make the isa parser generate MaxInstSrcRegs and MaxInstDestRegs.Gabe Black
2007-07-28style: Check/Fix whitespace on SCons filesNathan Binkert
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-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2006-11-29Add support for mmapped iprs to atomic cpuAli Saidi
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-07Made kern a switching header file directory.Gabe Black
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black
2006-11-03Add a new file which describes an ISA's interrupt handling mechanism. It reco...Gabe Black
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-08-15Fixed ALPHA_FS by moving the remnants of isa_fullsys_traits.hh into arch/alph...Gabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-07-14Fix the CheckerCPU being included via python.Kevin Lim
2006-06-17Fix up code to be able to use the Checker.Kevin Lim
2006-06-12Fix python binary name in arch/SConscript.Steve Reinhardt
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22Get rid of FastCPU model.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt