tests: arch-power: Add 64-bit hello binaries
[gem5.git] / util / m5 /
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-01-20 Ayaz Akramarch-riscv,util: Add m5op.S for riscv to enable pseudo...
2020-12-21 Gabe Blackutil: Force the m5 utility to be built using c++14.
2020-12-21 Gabe Blackutil: Break up some unit tests in the m5 utility.
2020-12-21 Gabe Blackutil: Use the std namespace for memcpy and memset in...
2020-12-21 Gabe Blackutil: Expose addr config mechanisms in the gem5 op...
2020-12-21 Gabe Blackutil: Embed the JNI library (.so) in the jar file for...
2020-12-21 Gabe Blackutil: Enable using different call types in the gem5...
2020-12-16 Adrian Herrerautil: m5ops, optional extra build flags
2020-12-10 Gabe Blackutil: Add a simple junit test for the gem5 ops java...
2020-12-10 Gabe Blackutil: Rework some checks in the m5 util scons to use...
2020-12-04 Gabe Blackutil: Make running m5 util unit tests opt-in.
2020-12-04 Gabe Blackutil: Break out the dispatch tables in the m5 util...
2020-12-04 Gabe Blackutil: Automatically load the java .so in the gem5 ops...
2020-12-04 Gabe Blackutil: Reorganize the java wrapper for gem5 ops.
2020-12-04 Gabe Blackutil: Add the "sum" method to the java and lua m5 util...
2020-12-04 Gabe Blackutil: Link m5_mmap into the JNI shared library for...
2020-12-04 Gabe Blackutil: Rename the aarch64 m5 util version to arm64.
2020-12-04 Gabe Blackutil: Add a --verbose flag to the m5 util's scons.
2020-12-04 Gabe Blackutil: Add a --no-test-xml option to the m5 util's scons.
2020-12-04 Gabe Blackutil: Pass TERM through to commands in the m5 util...
2020-12-04 Gabe Blackutil: Add a --debug-build option to the m5 util scons.
2020-12-04 Gabe Blackutil: Add a README file for the m5 utility.
2020-12-04 Gabe Blackutil: Teach the m5 utility's scons how to run unit...
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-03 Gabe Blackutil: Add a unit test for the "addr" call type in the...
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
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-17 Gabe Blackutil: Add an unmap_m5_mem() function to the m5 util...
2020-09-17 Gabe Blackutil: Add a "semi" call type unit test to the m5 utility.
2020-08-25 Gabe Blackutil: Fix interworking for the thumb version of the...
2020-08-25 Gabe Blackutil: Enable neon when building arm/thumb versions...
2020-08-25 Gabe Blackutil: Add a unit test for the "inst" call type in the...
2020-08-12 Gabe Blackutil: Add stub unit tests for the call types in the...
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
next