util: c++-ify command line arguments in the m5 utility.
[gem5.git] / util /
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
2019-03-01 Gabe Blackutil, tlm: Fix a memory error in the SCMasterPort class.
2019-02-25 Gabe Blacksystemc: Update the systemc example to use m5.systemc...
2019-02-12 Andreas Sandbergpython: Replace orderdict with collections.OrderedDict
2019-01-11 Andrea Mondellimisc: updated shabang for python script
2018-12-19 Nikos Nikolerissystemc: Allow specific functions to shadow the base...
2018-11-29 Gabe Blackutil: Add the scons configuration cache to .gitignore...
2018-11-29 Gabe Blacksystemc: Update the gem5-within-systemc README to menti...
2018-11-07 Gabe Blacksystemc: Fix some paths in the tlm SCons(script|struct).
2018-11-02 Gabe Blackutil: Add some examples for using systemc code within...
2018-11-02 Gabe Blackutil: Move the existing systemc example into a subdirec...
2018-09-26 Kevin Brodskyutil: Do not use $(PWD) in Makefiles
2018-08-17 Brandon Potterutil: add util/maint/show_changes_by_file.py tool
2018-08-17 Sean Wilsontests: Add test for the m5-exit instruction.
2018-06-15 Tuan Tatests,style: add RISC-V assembly tests
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-04-06 Pau Cabreutil,arch-arm: Update gen_arm_fs_files.py to use new...
2018-01-25 Hanhwi Jangutil: Implement Lua module for m5ops.
next