Age | Commit message (Expand) | Author |
2017-11-20 | sparc: Pull StaticInst base classes out of the ISA description. | Gabe Black |
2017-11-02 | alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts. | Gabe Black |
2017-07-05 | arch: ISA parser additions of vector registers | Rekai Gonzalez-Alberquilla |
2017-07-05 | cpu: Simplify the rename interface and use RegId | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
2017-05-01 | arch-sparc: Fix wrong indentation causing warnings for gcc 6 | Nikos Nikoleris |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2014-05-09 | arch: teach ISA parser how to split code across files | Curtis Dunham |
2013-10-15 | cpu: rename *_DepTag constants to *_Reg_Base | Steve Reinhardt |
2012-02-11 | SPARC: Make PSTATE and HPSTATE a BitUnion. | Gabe Black |
2011-09-30 | SE/FS: Use the new FullSystem constant where possible. | Gabe Black |
2011-09-26 | ISA parser: Use '_' instead of '.' to delimit type modifiers on operands. | Gabe Black |
2011-09-19 | SPARC: Remove #if FULL_SYSTEMs from the ISA description. | Gabe Black |
2010-12-20 | Style: Replace some tabs with spaces. | Gabe Black |
2010-11-11 | SPARC: Clean up some historical style issues. | Gabe Black |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2007-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
2007-04-11 | Create a filter and a union to translate the SPARC instruction implementation... | Gabe Black |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-01-30 | Implemented fbfss and fbpfcc instructions, and cleaned up branch code a little. | Gabe Black |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-27 | Fixed up printReg so that control registers are printed by name. This is poss... | Gabe Black |
2007-01-26 | Make Sparc traceflag even more chatty | Ali Saidi |
2006-11-23 | Fixes to the isa description. | Gabe Black |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |
2006-11-10 | Fixed up the code that prints out registers to take into account microregisters. | Gabe Black |
2006-10-16 | Made sure the constructor for insts use ExtMachInst rather than MachInst, sin... | Gabe Black |
2006-07-20 | Fixed a glitch in the disassembly output. | Gabe Black |
2006-07-19 | Cleaned things up a little. | Gabe Black |
2006-05-22 | New directory structure: | Steve Reinhardt |