util: Pull "usage()" out of the call types in the m5 utility.
[gem5.git] / util / m5 /
2020-08-12 Gabe Blackutil: Pull "usage()" out of the call types in the m5...
2020-07-30 Gabe Blackutil: Add a "writefile" unit test to the m5 utility.
2020-07-27 Gabe Blackutil: Standardize console output in the m5 writefile...
2020-07-27 Gabe Blackutil: Add a unit test for the m5 utility's "readfile...
2020-07-27 Gabe Blackutil: Add unit tests for most remaining m5 utility...
2020-07-27 Gabe Blackutil: Add a unit test for the m5 util's "sum" command.
2020-07-27 Gabe Blackutil: Make m5 commands return a bool instead of calling...
2020-07-27 Gabe Blackutil: Split up the commands into separate files in...
2020-07-27 Gabe Blackutil: Add a "command" unit test for the m5 utility.
2020-07-27 Gabe Blackutil: Redistribute command code in the m5 utility.
2020-07-27 Gabe Blackutil: Add a "call_type" unit test to the m5 utility.
2020-07-27 Gabe Blackutil: Add an "args" unit test to the m5 utility.
2020-07-25 Gabe Blackutil: Make the googletest library available to the...
2020-07-24 Gabe Blackutil: Expose the "sum" m5 op in the m5 utility.
2020-07-24 Gabe Blackutil: Make the device file name used by map_m5_mem...
2020-07-24 Gabe Blackutil: c++-ify usage printing in the m5 utility.
2020-07-24 Gabe Blackutil: c++-ify the commands in the m5 utility.
2020-07-24 Gabe Blackutil: Further consolidate the Args interface in the...
2020-07-24 Gabe Blackutil: Move the m5 utility ABIs into a subdir.
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-27 Hoa Nguyenutil: Add missing iostream header to util/m5/src/comman...
2020-06-26 Gabe Blackutil: Move the call type implementations into their...
2020-06-26 Gabe Blackutil: c++-ify command line arguments in the m5 utility.
2020-06-26 Gabe Blackutil: c++-ify the call type in the m5 utility.
2020-06-26 Gabe Blackutil: Convert the m5 utility to C++.
2020-06-26 Gabe Blackutil: Pull most code out of m5.c.
2020-06-22 Gabe Blackutil: Add a semihosting implementation to the aarch64...
2020-06-22 Gabe Blackutil: Allow overriding the magic address in the m5...
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-18 Gabe Blackutil: Pull argument parsing functions out of m5.c.
2020-05-02 Gabe Blackutil: Add support for multiple call types in the m5...
2020-04-28 Gabe Blackutil: Add an abstraction layer for call types in the...
2020-04-28 Gabe Blackutil: Use a dispatch table to call ops in the m5 utility.
2020-04-28 Gabe Blackmisc,util: Remove explicit ';'s from M5OP_FOREACH.
2020-04-28 Gabe Blackutil: Delete the execfile m5 utility command.
2020-04-28 Gabe Blackutil: Eliminate the sw99param m5 utility command.
2020-04-28 Gabe Blackutil: Improve the usage text of the m5 utility.
2020-04-27 Gabe Blackutil: Refactor the string->register packing function...
2020-04-27 Gabe Blackutil: Correct some help text for the initparam m5 utili...
2020-04-27 Gabe Blackutil: Remove the "pin" command from the m5 utility.
2020-04-27 Gabe Blackutil: Add missing functions to the java wrapper for...
2020-04-27 Gabe Blackutil: Update the java wrapper names for m5 ops.
2020-04-27 Gabe Blackutil: Convert the other architecture's m5 utility build...
2020-04-26 Gabe Blackutil: Add some additional flags for files in the m5...
2020-04-15 Gabe Blackutil,scons: Generalize the aarch64 scons for the m5...
2020-04-10 Gabe Blackutil: Move m5op_arm_A64.S into an aarch64 subdirectory.
2020-04-10 Gabe Blackutil: Delete the aarch64 Makefile for the m5 utility.
2020-04-10 Gabe Blackutil,scons: Detect java and lua51 in the m5 utility...
2020-04-10 Gabe Blackutil: Add SCons build files for the aarch64 verson...
2020-04-09 Gabe Blackutil: Implement PIC assembly for the aarch64.
2020-04-01 Gabe Blackutil: Update jni_gem5Op.c so it will compile again.
2020-04-01 Gabe Blackutil: Update the m5 util Makefiles to not use javah.
2020-04-01 Gabe Blackutil: Move source files into a src directory.
2020-04-01 Gabe Blackutil,x86: Use M5OP_FOREACH to define the m5op entry...
2020-04-01 Gabe Blackutil,sparc: Use M5OP_FOREACH to define the m5op entry...
2020-04-01 Gabe Blackutil: Undef M5OP at the end of assembly files that...
2020-03-31 Gabe Blackutil: Remove the subfunc arg from M5OP_FOREACH.
2020-03-31 Gabe Blackutil: Remove the annotation pseudo ops symbols from...
2020-02-26 Bobby R. BruceMerge "misc: merge branch 'release-staging-v19.0.0...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-25 Jason Lowe-Powerarch-x86: Change guest ABI for x86 pseudo insts v19.0.0.0
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackutil: Delete some Alpha related files from the m5 utility.
2020-02-18 Gabe Blackutil: Delete authors lists from files in util.
2019-03-19 Ryan Gambordutil: Build m5 with -no-pie flag
2018-09-26 Kevin Brodskyutil: Do not use $(PWD) in Makefiles
2018-08-17 Sean Wilsontests: Add test for the m5-exit instruction.
2018-01-25 Hanhwi Jangutil: Implement Lua module for m5ops.
2018-01-20 Hanhwi Jangutil: Implement PIC version of m5ops for X86.
2018-01-11 Earl Ouutil/m5: add Android.mk
2018-01-09 Hanhwi Jangutil: Add the missing wakecpu m5op in X86.
2017-09-26 Gabe Blackmisc: Make the m5 utilities writefile command accept...
2017-08-01 Andreas Sandbergutil: Move m5op.h to the shared include directory
2017-08-01 Andreas Sandbergutil, m5: Use consistent naming for m5op C symbols
2017-08-01 Andreas Sandbergutil: Move the m5ops.h file to a shared directory
2017-05-15 Brandon Potterstyle: fix line lengths and include ordering
2017-05-09 Andreas Sandbergutil, arm: Support mmapped m5ops on aarch64
2017-05-09 Andreas Sandbergutil: Correctly handle short writes in m5 (read|exec...
2017-05-09 Andreas Sandbergutil: Add the m5_loadsymbol pseudo op to the m5 tool
2017-05-09 Andreas Sandbergutil: Fix incorrect use of m5_loadsymbol
2017-05-08 Andreas Sandbergutil: Fix incorrect return type in m5 writefile
2016-10-27 Michael LeBeanedev: Add m5 op to toggle synchronization for dist-gem5.
2016-03-30 Andreas Sandbergarm: Clean up m5ops assembly library
2016-03-16 Gabor Dozsamisc: Fix argument handling for m5 initparam util
2016-03-01 Prakash Ramrakhyaniutil: update Java JNI interface to m5ops
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2016-01-07 Gabor Dozsapseudo inst,util: Add optional key to initparam pseudo...
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-05-09 Eric Van Hensbergenarm: Add Makefile for aarch64 build of util/m5
2014-04-01 Anthony Gutierrezarm: fix typos in makefile for ARM m5 util and link...
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-10-31 Ali Saidiarm: fix m5ops binary for ARM and add m5fail.
2013-09-30 Andreas Sandbergx86: Add support for m5ops through a memory mapped...
2013-08-14 Anthony Gutierrezarm: use -march when compiling m5op_arm.S
2013-05-14 Andreas Sandbergarm: Add support for the m5fail pseudo-op
2013-05-14 Andreas Sandbergarm: Fix compilation error in m5 utility
next