Age | Commit message (Expand) | Author |
2018-11-27 | arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. | Gabe Black |
2018-11-06 | mips: Clean up type overrides for operands. | Gabe Black |
2018-10-12 | mips: Use little endian packet accessors. | Gabe Black |
2018-03-26 | arch: Fix all override related warnings. | Gabe Black |
2018-03-26 | arch: Add a virtual asBytes function to the StaticInst class. | Gabe Black |
2018-01-10 | style: change C/C++ source permissions to noexec | BKP |
2017-12-22 | arch,cpu: "virtualize" the TLB interface. | Gabe Black |
2017-12-13 | cpu,alpha,mips,power,riscv,sparc: Get rid of eaComp and memAccInst. | 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 | cpu: Simplify the rename interface and use RegId | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | Brandon Potter |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
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-12-29 | mips: Floating point convert bug fix | Christopher Torng |
2013-10-15 | cpu: rename *_DepTag constants to *_Reg_Base | Steve Reinhardt |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
2013-02-19 | scons: Add warning for overloaded virtual functions | Andreas Hansson |
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-03-19 | clang: Fix recently introduced clang compilation errors | Andreas Hansson |
2012-01-28 | MIPS: Fix a compiler warning from the eret instruction. | Gabe Black |
2012-01-16 | Merge yet again with the main repository. | Gabe Black |
2012-01-12 | mips: Fix decoder of two float-convert instructions | Deyuan Guo |
2012-01-07 | Merge with main repository. | 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 | MIPS: Get rid of cruft in the fault classes. | Gabe Black |
2011-09-19 | MIPS: Get rid of #if style config checks in the ISA description. | 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-22 | mips: fix nmsub and nmadd definitions | Deyaun Guo |
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-02-12 | inorder: remove unused isa ops | Korey Sewell |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-12-20 | Style: Replace some tabs with spaces. | Gabe Black |
2010-12-08 | MIPS: Take advantage of new PCState syntax. | Gabe Black |
2010-11-08 | ARM/Alpha/Cpu: Change prefetchs to be more like normal loads. | Ali Saidi |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-10-22 | ISA: Simplify various implementations of completeAcc. | Gabe Black |
2010-10-16 | Mem: Reclaim some request flags used by MIPS for alignment checking. | Gabe Black |
2010-03-23 | cpu: fix exec tracing memory corruption bug | Steve Reinhardt |
2009-12-31 | MIPS: Implement the SE mode version of rdhwr. | Gabe Black |