index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-11-16
sim: Fix data type of ticks per second before passing it to C++
Srikant Bharadwaj
2018-11-16
mem: avoid calling regStat twice on a QoSPolicy
Matteo Andreozzi
2018-11-16
cpu: Fix the usage of const DynInstPtr
Rekai Gonzalez-Alberquilla
2018-11-15
mem-cache: fix invalid iterator access
Javier Bueno
2018-11-15
mem-cache: Make StridePrefetcher use Replacement Policies
Daniel
2018-11-15
mem-cache: Add invalidation function to StrideEntry
Daniel
2018-11-15
mem-cache: Make PCTable context independent
Daniel
2018-11-15
mem-cache: Vectorize StridePrefetcher's entries.
Daniel
2018-11-15
mem-cache: Return entry in StridePrefetcher::pcTableHit()
Daniel
2018-11-15
mem-cache: Cleanup prefetchers
Daniel
2018-11-14
cpu: Fixed ratio of pred to hyst bits for LTAGE Bimodal
Pau Cabre
2018-11-14
mem-cache: Remove Cache dependency from Tags
Daniel R. Carvalho
2018-11-14
mem-cache: Move access latency calculation to Cache
Daniel R. Carvalho
2018-11-14
arch-arm: Print register name when warning on AT instructions
Giacomo Travaglini
2018-11-14
mem-cache: implement a probe-based interface
Javier Bueno
2018-11-14
sim: Move BitUnion overloading to show/parseParams
Giacomo Travaglini
2018-11-14
sim: Move paramIn/Out definition to header file
Giacomo Travaglini
2018-11-13
cpu: Fixed PC shifting on LTAGE branch predictor
Pau Cabre
2018-11-13
mem-cache: Align how we handle requests in atomic with timing
Nikos Nikoleris
2018-11-12
systemc: Push python headers on top of sources
Giacomo Travaglini
2018-11-12
systemc: Stop using python to set/manage the global time resolution.
Gabe Black
2018-11-12
sim: Push the global frequency management code into C++.
Gabe Black
2018-11-09
systemc: Get rid of a duplicated base class initializer for sc_fifo.
Gabe Black
2018-11-09
systemc: Add a missing "const" on one of the sc_event operators.
Gabe Black
2018-11-09
systemc: Only build python utility code if python is enabled.
Gabe Black
2018-11-09
systemc: Separate and conditionalize exposing sc_main to python.
Gabe Black
2018-11-09
systemc: Seperate out the sc_main fiber and its bookkeeping.
Gabe Black
2018-11-09
systemc: Stop using python init to set up predefined message ids.
Gabe Black
2018-11-09
systemc: Wrap some report maps in functions.
Gabe Black
2018-11-07
mem-ruby: Use Packet writing functions instead of memcpy
Daniel R. Carvalho
2018-11-07
arch-arm: Deprecate usage of legacy bootloader patching
Giacomo Travaglini
2018-11-07
arch-arm: ArmSystem::resetAddr64 renamed to be used in AArch32
Giacomo Travaglini
2018-11-07
arch-arm: Implement AArch32 RVBAR
Giacomo Travaglini
2018-11-07
arch-arm: Remove SCTLR.VE bit
Giacomo Travaglini
2018-11-07
arch-arm: Refactor ISA::clear by adding a ISA::clear32 method
Giacomo Travaglini
2018-11-07
arch-arm: Remove MISCREG commented numbers
Giacomo Travaglini
2018-11-06
mips: Change the integer and fp register widths to be 64 bits.
Gabe Black
2018-11-06
mips: Clean up type overrides for operands.
Gabe Black
2018-11-06
mips: Explicitly truncate the syscall return value down to 32 bits.
Gabe Black
2018-11-05
null: Claim to use 64 bit floating point registers.
Gabe Black
2018-11-05
sparc: Switch the FloatReg and FloatRegBits types to be 64 bit.
Gabe Black
2018-11-05
base: Add standard types for floating and nonfloating point register values.
Gabe Black
2018-11-05
systemc: Enable systemc support by default.
Gabe Black
2018-11-05
systemc: Explicitly keep the sc_port bind alongside sc_in's version.
Gabe Black
2018-11-05
systemc: Change how SC_BIND_PROXY_NIL is initialized.
Gabe Black
2018-11-05
systemc: Get rid of implementations for some disabled sc_vector methods.
Gabe Black
2018-11-05
systemc: Move a function after the class it uses internally.
Gabe Black
2018-11-05
systemc: Get rid of an unused private member in sc_clock.
Gabe Black
2018-11-05
mem-cache: Rename the tag class init function to tagsInit.
Gabe Black
2018-11-05
mem: Use Packet writing functions instead of memcpy
Daniel R. Carvalho
[next]