util: Make the googletest library available to the m5 utility.
[gem5.git] / util /
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
2020-05-12 Bobby R. Brucemisc: Added missing optional dependencies to 18.04...
2020-05-12 Bobby R. Brucemisc: Added python-six as a dependency in 18.04 docker
2020-05-12 Bobby R. Brucemisc: Removed python3 Dockerfile
2020-05-12 Bobby R. Brucemisc: Added Dockerfile for Ubuntu 20.04
2020-05-06 Giacomo Travagliniutil: Make cpt_upgraders python3 compatible
2020-05-06 Giacomo Travagliniutil: Port git hooks to python3
2020-05-02 Gabe Blackutil: Add support for multiple call types in the m5...
2020-04-30 Tony Gutierrezarch-gcn3: Add files for arch gcn3 (GPU machine ISA)
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-16 Gabe Blackutil: Add config files for crosstool-ng toolchains.
2020-04-15 Gabe Blackutil,scons: Generalize the aarch64 scons for the m5...
2020-04-15 Gabe Blackutil: In build_cross_gcc, set LIMITS_H_TEST=true.
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-03-26 Gabe Blackutil: Add a file to suppress spurious lsan leaks in...
2020-03-21 Gabe Blackutil: Add some settings files for build_cross_gcc.
2020-03-20 Bobby R. Brucemisc: Added Dockerfile for clang
2020-03-20 Bobby R. Brucemisc: Added Dockerfile for GCC of different versions
2020-03-20 Bobby R. Brucemisc: Added Dockerfile for minimum gem5 dependencies
2020-03-20 Bobby R. Brucemisc: Added Dockerfile for Python3
2020-03-20 Gabe Blackutil: Add the ability to build a cross GDB to build_cro...
2020-03-20 Gabe Blackutil: Add a script to help build cross compilers.
2020-03-03 Bobby R. Brucetests,misc: Created presubmit.yaml Google Cloud Build...
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: Remove ALPHA from the regress script.
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.
2020-02-13 Bobby R. Brucemisc: Updated git-commit-msg.py to print rejected commit
2020-01-29 Bobby R. Brucemisc: Updated old gem5 website URLs with new gem5 websi...
2020-01-16 Chun-Chen TK Hsuutil: Add fastmodel in valid tag list
2020-01-07 Giacomo Travaglinisystem-arm: Rename ARM bootloader directories
2020-01-07 Adrian Herreramisc: Reflect changes of arm bootloader name
2019-12-06 Daniel R. Carvalhoutil: Add a git commit-msg hook
2019-11-26 Ciro Santillibase: add the --debug-flag to DPRINTF output with FmtFlag
2019-10-01 Georg Kotheimerstyle: normalize filename in SortedIncludes.fix()
2019-03-19 Ryan Gambordutil: Build m5 with -no-pie flag
2019-03-18 Ryan Gambordutil: changed shebang on gem5img.py to python2.7
2019-03-14 Giacomo Gabrielliarch-arm,cpu: Add initial support for Arm SVE
next