Age | Commit message (Expand) | Author |
2018-03-26 | arch: Fix all override related warnings. | Gabe Black |
2017-12-13 | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. | Gabe Black |
2017-12-13 | cpu,alpha,mips,power,riscv,sparc: Get rid of eaComp and memAccInst. | Gabe Black |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-11-22 | sparc: Move integer StaticInst base classes out of the ISA desc. | Gabe Black |
2017-11-22 | sparc: Move the mem base classes out of the ISA description. | Gabe Black |
2017-11-22 | sparc: Move the microop/macroop base classes out of the ISA desc. | Gabe Black |
2017-11-22 | sparc: Pull the unimplemented formats out of the ISA description. | Gabe Black |
2017-11-22 | sparc: Pull the "Uknown" StaticInst class out of the ISA description. | Gabe Black |
2017-11-22 | sparc: Pull most of the Nop format out of the ISA description. | Gabe Black |
2017-11-22 | sparc: Pull more StaticInst base classes out of the ISA desc. | Gabe Black |
2017-11-22 | sparc: Pull flat static instruction classes out of the ISA. | Gabe Black |
2017-11-20 | sparc: Pull StaticInst base classes out of the ISA description. | Gabe Black |
2017-11-07 | alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates. | 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 |
2016-01-17 | cpu. arch: add initiateMemRead() to ExecContext interface | Steve Reinhardt |
2016-01-11 | scons: Enable -Wextra by default | Andreas Hansson |
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 |
2014-05-09 | arch: remove inline specifiers on all inst constrs, all ISAs | Curtis Dunham |
2013-10-15 | cpu: rename *_DepTag constants to *_Reg_Base | Steve Reinhardt |
2012-05-25 | ISA: Make the decode function part of the ISA's decoder. | Gabe Black |
2012-04-14 | clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6 | Andreas Hansson |
2012-02-11 | SPARC: Make PSTATE and HPSTATE a BitUnion. | Gabe Black |
2012-01-07 | Merge with the main repository again. | Gabe Black |
2012-01-07 | Merge with main repository. | Gabe Black |
2011-11-28 | SPARC: Minor style fix. | Gabe Black |
2011-11-27 | SPARC: Isolate FP operations enough to prevent code/rounding mode reordering. | Gabe Black |
2011-10-31 | SE/FS: Remove the last uses of FULL_SYSTEM from SPARC. | Gabe Black |
2011-10-31 | GCC: Get everything working with gcc 4.6.1. | 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 |
2011-09-19 | PseudoInst: Remove the now unnecessary #if FULL_SYSTEMs around pseudoinsts. | Gabe Black |
2011-07-05 | ISAs: Streamline some spots where Mem is used in the ISA descriptions. | Gabe Black |
2011-07-05 | ISA parser: Define operand types with a ctype directly. | Gabe Black |
2011-07-02 | ISA: Use readBytes/writeBytes for all instruction level memory operations. | Gabe Black |
2011-06-10 | sparc: don't use directcntrl branch flag | Korey Sewell |
2011-06-09 | sparc: compilation fixes for inorder | Korey Sewell |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-01-15 | SPARC: Adjust the "call" instruction so R15 doesn't get marked as a source. | Gabe Black |
2010-12-20 | Style: Replace some tabs with spaces. | Gabe Black |
2010-12-08 | SPARC: Take advantage of new PCState syntax. | Gabe Black |
2010-12-07 | O3: Support squashing all state after special instruction | Ali Saidi |
2010-11-11 | SPARC: Clean up some historical style issues. | Gabe Black |