summaryrefslogtreecommitdiff
path: root/src/sim/process_impl.hh
AgeCommit message (Expand)Author
2019-10-30arch,sim: Make copyStringArray take an explicit endianness.Gabe Black
2019-05-30arch, base, sim: Demote (SE|FS)TranslatingPortProxy &s to PortProxy &s.Gabe Black
2019-05-29arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods.Gabe Black
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2012-02-24MEM: Make port proxies use references rather than pointersAndreas Hansson
2012-01-31Merge with head, hopefully the last time for this batch.Gabe Black
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2012-01-28Merge with the main repo.Gabe Black
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2011-10-30SE/FS: Build the base process class in FS.Gabe Black
2011-04-15includes: sort all includesNathan Binkert
2010-09-13Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.Gabe Black
2009-06-04types: clean up types, especially signed vs unsignedNathan Binkert
2007-05-09fix the translating ports so it can add a page on a faultAli Saidi