Age | Commit message (Expand) | Author |
2017-10-17 | scons: Stop generating inc.d in the isa parser. | Gabe Black |
2014-05-09 | arch: teach ISA parser how to split code across files | Curtis Dunham |
2013-01-07 | arch: Make the ISA class inherit from SimObject | Andreas Sandberg |
2012-06-05 | ISA: Back-out NoopMachInst as a StaticInstPtr change. | Ali Saidi |
2012-06-04 | ISA: Turn the ExtMachInst NoopMachinst into the StaticInstPtr NoopStaticInst. | Gabe Black |
2012-05-25 | ISA: Make the decode function part of the ISA's decoder. | Gabe Black |
2011-10-31 | SE/FS: Remove the last uses of FULL_SYSTEM from SPARC. | Gabe Black |
2011-10-16 | SPARC: Build vtophys into SE mode. | Gabe Black |
2011-10-09 | [mq]: sefssparcregfile.patch | Gabe Black |
2011-10-09 | SE/FS: Build the Interrupt objects in SE mode. | Gabe Black |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert |
2010-10-14 | SPARC: Get rid of the copy/pasted StackTrace stolen from Alpha. | Gabe Black |
2009-07-19 | CPU: Separate out native trace into ISA (in)dependent code and SimObjects. | Gabe Black |
2009-07-09 | SPARC: Fold the MiscRegFile all the way into the ISA object. | Gabe Black |
2009-07-08 | Registers: Add a registers.hh file as an ISA switched header. | Gabe Black |
2009-07-08 | Registers: Eliminate the ISA defined integer register file. | Gabe Black |
2009-07-08 | Registers: Eliminate the ISA defined floating point register file. | Gabe Black |
2009-07-08 | Registers: Add an ISA object which replaces the MiscRegFile. | Gabe Black |
2009-02-25 | SPARC: Add a traceflag for register windows. | Gabe Black |
2009-01-19 | tracing: Add help strings for some of the trace flags | Nathan Binkert |
2009-01-13 | SCons: centralize the Dir() workaround for newer versions of scons. | Nathan Binkert |
2008-10-12 | Turn Interrupts objects into SimObjects. Also, move local APIC state into x86... | Gabe Black |
2008-05-20 | SCons: Fixing SCons bug 2006 issues for non-alpha ISAs | Stephen Hines |
2007-10-31 | Traceflags: Add SCons function to created a traceflag instead of having one f... | Ali Saidi |
2007-08-26 | Address Translation: Make SE mode use an actual TLB/MMU for translation like FS. | Gabe Black |
2007-08-01 | Arguments: Get rid of duplicate code for the Arguments class in each architec... | Ali Saidi |
2007-05-27 | Move SimObject python files alongside the C++ and fix | Nathan Binkert |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-09 | Split the syscall table, SPARC specific syscall implementations, and the 32 b... | Gabe Black |
2006-12-20 | Initial work to make remote gdb available in SE mode. This is completely unte... | Gabe Black |
2006-12-04 | reogranize code to split off FS only misc regs with effect into their own fil... | Ali Saidi |
2006-11-23 | first cut at a sparc tlb | Ali Saidi |
2006-11-07 | Added in alot of missing source files. | Gabe Black |
2006-11-03 | removed ua2005.cc since it's been obsorbed into the miscregfile, and added sy... | Gabe Black |
2006-09-30 | Basic work towards supporting ASIs properly | Gabe Black |
2006-08-11 | Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create... | Gabe Black |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-29 | commit a couple of minor things that I forgot to last time. | Ali Saidi |
2006-05-29 | split off fullsystem and se iprs into two functions to remove lots of #ifs | Ali Saidi |
2006-05-22 | New directory structure: | Steve Reinhardt |