tests: fix the memcheck test
[gem5.git] / util /
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.
2018-01-20 Hanhwi Jangutil: Implement PIC version of m5ops for X86.
2018-01-18 Andreas Sandbergutil: Add an option to specify paths in list_changes.py
2018-01-11 Earl Ouutil/m5: add Android.mk
2018-01-09 Hanhwi Jangutil: Add the missing wakecpu m5op in X86.
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-11-16 Radhika Jagtaputil: Add script to plot DRAM low power sweep
2017-11-14 Andreas Sandbergutil: Remove support for hg patches in patch creation...
2017-11-14 Andreas Sandbergutil: Optionally search entire history when listing...
2017-10-17 Andreas Sandbergutil: Filter out the For-Upstream commit message tag
2017-10-05 Gabe Blackmisc: Use a Makefile to ensure util/packet_pb2.py is...
2017-10-05 Gabe Blackmisc: When building packet_pb2.py, don't assume a parti...
2017-10-05 Gabe Blackmisc: Make decode_packet_trace.py print the new master...
2017-10-05 Gabe Blackmisc: Small style fix in _EncodeVarint32.
2017-10-05 Gabe Blackmisc: Rename the (De|En)codeVarint function _(De|En...
2017-10-05 Gabe Blackmisc: Fix the indentation in DecodeVarint in util/proto...
2017-10-04 Matthias Jungtlm: Elastic Trace Example with L2 Cache Added
2017-09-26 Gabe Blackmisc: Make the m5 utilities writefile command accept...
2017-09-11 Matthias Jungtlm: Don't set SystemC time resolution
2017-08-01 Andreas Sandbergstyle: Add shared gem5 headers to the style checker
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-07-12 Pau Cabreutil,arch-arm: Added python script to generate ARM...
2017-06-03 Gabe Blackmisc: Fix building the m5tap utility.
2017-05-30 Christian Menardmisc: check address range in the SystemC example
2017-05-30 Christian Menardmisc: Reorder sources in util/tlm and rewrite build...
2017-05-24 Gedare Bloomutil: generate fully qualified paths for cscope
next