summaryrefslogtreecommitdiff
path: root/src/arch/SConscript
AgeCommit message (Expand)Author
2018-01-23arch: Remove the "arch/tlb.hh" switching header.Gabe Black
2017-11-10scons: Move Transform and termcap functionality into their own files.Gabe Black
2017-10-17scons: Stop generating inc.d in the isa parser.Gabe Black
2017-07-05cpu: Added interface for vector reg fileRekai Gonzalez-Alberquilla
2017-05-10scons: Use the generalized switching headers on the GPU ISA.Gabe Black
2017-05-10scons: arch: Generalize the switching header code.Gabe Black
2016-10-26gpu-compute: add gpu_isa.hh to switch hdrs, add GPUISA to WFTony Gutierrez
2016-01-19gpu-compute: AMD's baseline GPU modelTony Gutierrez
2015-07-28revert 5af8f40d8f2cNilay Vaish
2015-07-26cpu: implements vector registersNilay Vaish
2014-11-23kvm, x86: Adding support for SE mode executionAlexandru Dutu
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