arch-power: Add byte-reversed load-store instructions
[gem5.git] / src /
2021-02-15 Sandipan Dasarch-power: Add byte-reversed load-store instructions
2021-02-15 Sandipan Dasarch-power: Add doubleword load-store instructions
2021-02-15 Sandipan Dasarch-power: Fix disassembly for load-store instructions
2021-02-15 Sandipan Dasarch-power: Fix load-store instructions
2021-02-15 Sandipan Dasarch-power: Refactor load-store instructions
2021-02-15 Sandipan Dasarch-power: Add fields for DS form instructions
2021-02-15 Sandipan Dasarch-power: Fix precedence of register operands
2021-02-15 Sandipan Dasarch-power: Add TAR and associated instructions
2021-02-15 Sandipan Dasarch-power: Fix disassembly for branch instructions
2021-02-15 Sandipan Dasarch-power: Fix branch conditional instructions
2021-02-15 Sandipan Dasarch-power: Refactor branch instructions
2021-02-15 Sandipan Dasarch-power: Fix extended opcode based decoding
2021-02-15 Sandipan Dasarch-power: Add and rename some opcode fields
2021-02-15 Sandipan Dasarch-power: Refactor instruction decoding
2021-02-15 Sandipan Dasarch-power: Refactor special purpose registers
2021-02-15 Sandipan Dasarch-power: Use 64-bit registers and operands
2021-02-15 Daniel R. Carvalhobase: Add enum to_number tests
2021-02-13 Gabe Blackarch-x86: Use popCount from bitfields.hh.
2021-02-13 Gabe Blackarch: Stop including unnecessary FP headers.
2021-02-12 Tiago Mückmem-ruby: intToTick helper
2021-02-12 Tiago Mückmem-ruby: add wakeup_port statement
2021-02-11 Tiago Mückmem-ruby: add andMask to WriteMask
2021-02-11 Tiago Mückpython: more readable Ruby dot topology
2021-02-11 Kyle Roartyarch-gcn3: Fix sign extension for branches with multipl...
2021-02-11 Tiago Mückmem-ruby: fix Sequencer latency reporting
2021-02-11 Tiago Mückmem-ruby: fix functional reads in abstract ctrl
2021-02-11 Tiago Mückmem-ruby: fixes for masked writes
2021-02-11 Tiago Mückmem-ruby: warns on masked functional writes
2021-02-11 Giacomo Travagliniarch-arm: Fix CPTR_EL2 writes
2021-02-10 Hoa Nguyenmem: Initialize pendingWrites stat of NVMStats
2021-02-10 Daniel R. Carvalhobase: Fix copyright of base/stats/SConscript
2021-02-10 Gabe Blackscons: Remove partial linking.
2021-02-10 Gabe Blackcpu: Delete the empty, default off "nocpu".
2021-02-10 Giacomo Travaglinidev-arm: Add VRAM to VExpress_GEM5_Base
2021-02-10 Hoa Nguyencpu: Remove units from stats description
2021-02-10 Hoa Nguyenarch-riscv: Fixed the style of stats variable names...
2021-02-10 Hoa Nguyendev,dev-arm: Remove units from stats description
2021-02-10 Hoa Nguyenmem: Remove units from stats description
2021-02-10 Hoa Nguyenbase-stats: Print Units in Stats dump
2021-02-10 Hoa Nguyenmem: Change warmupCycle stat to warmupTick
2021-02-10 Hoa Nguyencpu: Add Units to cpu stats
2021-02-10 Hoa Nguyenlearning-gem5: Add units to stats
2021-02-10 Hoa Nguyenarch-arm,arch-riscv,arch-x86: Add units to stats
2021-02-10 Hoa Nguyendev,dev-arm: Add units to stats in /src/dev
2021-02-10 Hoa Nguyensim: Add units to src/sim
2021-02-10 Hoa Nguyenmem: Add Units to mem stats
2021-02-10 Hoa Nguyencpu,mem: Converting stats to supported units
2021-02-10 Hoa Nguyenmem: Fix/Improve stats in src/mem
2021-02-10 Hoa Nguyenbase-stats: Add Units to Stats
2021-02-10 Gabe Blackcpu: Track misc regs in vectors in the O3 CPU instructi...
2021-02-10 Gabe Blackcpu: Track flat register indices in the Minor CPU with...
2021-02-10 Gabe Blackcpu: Factor MaxInst(SrcDest)Regs out of the trace CPU.
2021-02-09 David Schallbase: Add XOR and modulo operator to ChannelAddr
2021-02-09 Gabe Blacksim: Get rid of the IsConforming type trait template.
2021-02-09 Gabe Blackarch,sim: Use VPtr<> instead of Addr in system call...
2021-02-08 Giacomo Travaglinidev-arm: Reduce boilerplate when read/writing to Pio...
2021-02-07 Daniel R. Carvalhodev: Fix register bank unit test in .debug
2021-02-07 Daniel R. Carvalhobase: Fix storage unit test in .fast
2021-02-06 Gabe Blacktests,base: Delete the SymbolTable::load method and...
2021-02-06 Gabe Blacksim: Add a void * analogue to VPtr.
2021-02-06 Gabe Blackarch,sim: Add a UintPtr type to the ABI types for GuestABI.
2021-02-05 Daniel R. Carvalhobase: Initialize storage params on constructor
2021-02-05 Daniel R. Carvalhobase: Fix storage params safe_cast
2021-02-05 Daniel R. Carvalhobase: Make read-only functions const in ScalarBase
2021-02-05 Gabe Blacktests: Delete the now unused unittest/unittest.[cc...
2021-02-05 Gabe Blackbase,tests: Convert cprintftime from a "UnitTest" to...
2021-02-05 Gabe Blackscons: Remove the "abstract" tag from Executable classes.
2021-02-05 Gabe Blackbase: Replace a "panic" in cprintf with an M5_UNREACHABLE.
2021-02-05 Gabe Blackbase: Remove unnecessary includes from base/loader...
2021-02-05 Gabe Blackarch,cpu: Move a Decode DPRINTF into the arch Decoder...
2021-02-05 Gabe Blackcpu: Replace fixed sized arrays in the O3 inst with...
2021-02-04 Gabe Blackcpu: Style fixes in the trace CPU.
2021-02-04 Bobby R. Brucemisc: Revert version info for develop branch
2021-02-04 Bobby R. BruceMerge "misc: Merge branch v20.1.0.3 hotfix into develop...
2021-02-04 Earl Oufastmodel: fix cntfrq in A76
2021-02-04 Alexandru Dutuarch-gcn3: Implementation of s_sleep
2021-02-04 Kyle Roartyarch-x86: Make JRCXZ instruction do 64-bit jump
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-02-03 Bobby R. Brucescons,python: Fix `--without-python` flag
2021-02-03 Bobby R. Brucemisc: Updated the RELEASE-NOTES and version number
2021-02-03 Bobby R. Brucegpu-compute,misc: Remove unused private variable
2021-02-03 Bobby R. Brucegpu-compute,misc: Fix Clang missing override errors
2021-02-03 Bobby R. Brucearch-riscv,misc: Fix clang missing override errors
2021-02-03 Giacomo Travagliniarch-arm: Add destRegIdxArr arrays to TME instructions
2021-02-03 Gabe Blackmisc: Re-remove Authors lines from source files.
2021-02-03 Daniel R. Carvalhoscons: Add an "All" compound debug flag
2021-02-03 Gabe Blackarch-arm,cpu: Use getEMI() in more places.
2021-02-03 Gabe Blackarch-arm,cpu: Introduce a getEMI virtual method on...
2021-02-03 Gabe Blackarch: Templatize the BasicDecodeCache.
2021-02-03 Daniel R. Carvalhobase,tests: Create unit tests for Stats::Stor
2021-02-03 Daniel R. Carvalhobase: Move Stats::Info functions to its own source...
2021-02-03 Daniel R. Carvalhobase,tests: Add a basic fake class to handle curTick
2021-02-03 Daniel R. Carvalhosim: Move cur tick to its own files
2021-02-03 Daniel R. Carvalhoscons: Separate debug flags from debug-format flags
2021-02-02 Earl Ousystemc: remove boost header dependency
2021-02-02 Adrian Herreraarch-arm: don't expose FEAT_VHE by default
2021-02-02 Gabe Blackext: Update pybind11 to version 2.6.2.
2021-02-02 Earl Oufastmodel: add interface to update system counter freq
2021-02-02 Earl Oufastmodel: create base class for EVS CPU
2021-02-02 Gabe Blackarch-power: Delete unused register related constants.
next