util: Add a --debug-build option to the m5 util scons.
[gem5.git] / 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-12-01 Kyle Roartyutil: Update ROCm to 1.6.4 in gcn Dockerfile, install...
2020-11-27 Giacomo Travagliniutil: Port util to python3
2020-11-26 Hoa Nguyenutil: Add a gerrit bot
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-20 Nikos Nikolerisutil: Relax commit message checker to allow fixups
2020-11-20 Matthew Porembautil: Use MAINTAINERS.yaml for valid tags in git hook
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-11 Andreas Sandbergutil: Add a library to parse MAINTAINERS.yaml
2020-11-09 Matthew Porembautil: Update python version for GCN3
2020-11-06 Kyle Roartyutil: Specify version of rocm-cmake in gcn3 Dockerfile
2020-11-06 Bobby R. Bruceutil: Updated compiler-test.sh for Python3
2020-11-06 Bobby R. Bruceutil,misc: Altered cpt_upgrader.py shebang to Python3
2020-11-06 Bobby R. Bruceutil: Updated the Dockerfiles for Python3
2020-11-05 Ciro Santilliutil: add update-copyright utility to update copyright...
2020-11-03 Gabe Blackutil: Add a unit test for the "addr" call type in the...
2020-10-23 Hoa Nguyenutil: Fix an incorrect print statement in git pre-commi...
2020-10-16 Kyle Roartyutil: Update GCN dockerfile for python3
2020-10-13 Gabe Blackutil: Add a copyright to gem5img.py.
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 Ciro Santilliutil: add pkg-config to ubuntu all-dependencies Dockerfiles
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-17 Bobby R. Bruceutil: Removed libelf-dev dep from Dockerfiles
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-09-05 Bobby R. Brucemisc,scons,util: Drop support for GCC 4
2020-09-04 Matt Sinclairutil: add dev-hsa commit message tag
2020-09-04 Kyle Roartyutil: Install scons 3.1 from pip in gcn-gpu dockerfile
2020-08-28 Bobby R. Bruceutil: Updated Dockfiles with the libelf-dev dep
2020-08-28 Bobby R. Bruceutil: Added GCN-GPU to cloudbuild_create_images
2020-08-27 Gabe Blackutil: Explicitly decode/encode in utf-8.
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-24 Bobby R. Bruceutil,tests: Added .txt file extension to txt files
2020-08-24 Bobby R. Bruceutil,tests: Added exit code to the compiler tests
2020-08-24 Bobby R. Bruceutil,tests: Removed GCC 4.8 from compilers tests
2020-08-16 Gabe Blackutil,systemc: Update the stats API used in one of the...
2020-08-16 Gabe Blackutil,systemc: Update the gem5-within-systemc TLM exampl...
2020-08-15 Giacomo Travagliniutil: Add Xen compilation to gen_arm_fs_files.py
2020-08-15 Giacomo Travagliniutil: Remove dependency check
2020-08-15 Giacomo Travagliniutil: Allow the short -j option in gen_arm_fs_files.py
2020-08-15 Giacomo Travagliniutil: Change gen_arm_fs_files.py to allow selective...
2020-08-13 Kyle Roartyutil: Add build dependency to gcn Dockerfile
2020-08-12 Kyle Roartyutil: Install python six module in gcn dockerfile
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-08-05 Bobby R. Bruceutils,tests: Enable passing of build args to compiler...
2020-08-05 Gabe Blackutil: Delete the util/regress script.
2020-07-30 Gabe Blackutil: Add a "writefile" unit test to the m5 utility.
2020-07-27 Kyle Roartyutil: Update HIP patch used in gcn Dockerfile
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-20 Bobby R. Bruceutil,tests: Updated compiler-tests to support paths...
2020-07-16 Bobby R. Bruceutil: Added cloudbuild_create_images.yaml
2020-07-16 Bobby R. Bruceutil,tests: Added gcc version 10 to compiler tests
2020-07-16 Bobby R. Bruceutil: Added Dockerfile for GCC versions on ubuntu 20.04
2020-07-15 Bobby R. Bruceutil,tests: Added compiler test script
2020-07-13 Gabe Blackmisc: Remove support for checking out as a mercurial...
2020-07-07 Gabe Blackutil: Delete util/batch, util/pbs, and util qdo.
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-25 Bobby R. Brucepython,util: Fixed string decoding in include verifier
2020-06-24 Kyle Roartyutil: Update MIOpen version used in Docker
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-17 Tony Gutierrezarch, gpu-compute: Remove HSAIL related files
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-08 Giacomo Travaglinimisc: Remove any reference to the ALPHA ISA
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-27 Richard Coopermisc: Fix util/gem5img.py for new versions of sfdisk
2020-05-21 Kyle Roartyutil: Add dockerfile for GCN3 w/machine learning
2020-05-18 Gabe Blackutil: Pull argument parsing functions out of m5.c.
2020-05-14 Jason Lowe-Powerutil: Update style file->open for python3
next