arch-power: Fix disassembly for compare instructions
[gem5.git] / src / sim / pseudo_inst.cc
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-01-23 Gabe Blacksim: Stop "using namespace std"
2020-12-15 Gabe Blacksim: Remove full system checks from some pseudo insts.
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-29 Gabe Blacksim: Remove the syscall gem5 op.
2020-10-29 Gabe Blacksim: Add a new gem5 op for workload events.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-30 Sungkeun Kimsim: Adding missing argument of panic function
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-20 Gabe Blackarch,cpu,sim: Route system calls through the workload.
2020-09-02 Gabe Blackmisc: Remove the "fault" parameter from syscall functions.
2020-07-24 Gabe Blackarch,sim,misc: Add a new m5 op "sum" which just sums...
2020-07-04 Gabe Blacksim: Retrofit the VPtr type.
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-24 Gabe Blackfastmodel,cpu,sim: Eliminate EndQuiesceEvent and plumbing.
2020-06-17 Gabe Blackarch,kern,sim: Move the stats in Kernel::Statistics...
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-19 Gabe Blackarch,base,cpu,sim: Statically allocate debugSymbolTable.
2020-05-19 Gabe Blackarch,base,cpu,kern,sim: Encapsulate symbols in a class.
2020-05-19 Bobby R. Brucemisc,sim: Fixed std::array bracket compiler error
2020-05-08 Nils Asmussenbase,sim: allow m5writeFile with stdout/stderr.
2020-04-28 Gabe Blackutil: Further simplify the initParam implementation.
2020-04-27 Gabe Blacksim: Simplify collecting the key value in initParam.
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
2020-04-22 Gabe Blackarch,sim,kern,dev,cpu: Create a Workload SimObject.
2020-03-11 Gabe Blackconfig,arch,cpu,kern,sim: Extract kernel information...
2020-03-09 Gabe Blackbase,cpu,sim: Stop including arch/vtophys.hh when not...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blacksim: Delete authors lists from files in sim.
2020-01-06 Gabe Blackarch,sim: Use the guest ABI mechanism with pseudo instr...
2019-12-10 Gabe Blacksim,arch: Collapse the ISA specific versions of m5Syscall.
2019-05-30 Gabe Blackarch, base, sim: Replace Copy(String)?(In|Out) with...
2019-04-30 Gabe Blackarch: cpu: Track kernel stats using the base ISA agnost...
2017-08-01 Andreas Sandbergsim: Use named constants for pseudo ops
2017-07-20 Jose Marinhosim: Prevent segfault in the wakeCpu m5op if id is...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-10-27 Michael LeBeanedev: Add m5 op to toggle synchronization for dist-gem5.
2016-09-14 Michael LeBeanesim: Refactor quiesce and remove FS asserts
2016-07-21 Mitch Hayengacpu: Add SMT support to MinorCPU
2015-11-27 Andreas Sandbergbase: Add support for changing output directories
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2016-01-07 Gabor Dozsadev: Distributed Ethernet link for distributed gem5...
2016-01-07 Gabor Dozsapseudo inst,util: Add optional key to initparam pseudo...
2015-12-14 Andreas Sandbergsim: Add an option to forward work items to Python
2015-11-05 Sascha Bischoffsim: Disable gzip compression for writefile pseudo...
2015-08-26 Emilio Castillocpu: quiesce pseudoinsts: Always do full quiesce
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2013-10-31 Dam Sunwoosim: added option to serialize SimLoopExitEvent
2013-09-18 Andreas Sandbergsim: Fix undefined behavior in the pseudo-inst interface
2013-06-03 Andreas Sandbergsim: Add debug output when executing pseudo-instructions
2013-05-02 Andreas Sandbergsim: Add support for m5fail in pseudoInst()
2013-04-22 Andreas Sandbergsim: Add a helper function to execute pseudo instructions
2013-01-08 Lluís Vilanovautil: add m5_fail op.
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Dam Sunwooutil: implements "writefile" gem5 op to export file...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-10 Prakash Ramrakhyanisim: Enable sampling of run-time for code-sections...
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in sim.
2011-10-31 Gabe BlackSE/FS: Make the functions available from the TC consist...
2011-09-23 Steve Reinhardtpseudo_inst: clean up workbegin/workend functions
2011-09-19 Gabe BlackPseudoinst: Add an initParam pseudo inst function.
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertdebug: create a Debug namespace
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiARM: Allow conditional quiesce instructions.
2011-02-07 Brad Beckmannm5: added work completed monitoring support
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-08 Steve Reinhardtstats: rename StatEvent() function to schedStatEvent().
2011-01-08 Steve Reinhardtpseudoinst: get rid of mainEventQueue references.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-04-15 Nathan Binkerttick: rename Clock namespace to SimClock
2010-01-19 Derek Howermerge
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-04-21 Nathan BinkertAutomated merge with ssh://m5sim.org//repo/m5
2009-04-21 Nathan Binkertpseudo: only include kernel stats if FULL_SYSTEM.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Ali SaidiCPA: Add new object for gathering critical path annotat...
2009-02-23 Nathan Binkertdebug: Move debug_break into src/base
2009-01-24 Nathan Binkertpseudo inst: Add new wake cpu instruction for sending...
2008-12-17 Steve ReinhardtMake Alpha pseudo-insts available from SE mode.
2008-11-10 Nathan Binkertpseudo inst: Add rpns (read processor nanoseconds)...
next