[gem5-dev] Change in gem5/gem5[develop]: util: Add an abstraction layer for call types in the m5 utility.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27241 ) Change subject: util: Add an abstraction layer for call types in the m5 utility. .. util: Add an abstraction layer for

[gem5-dev] Change in gem5/gem5[develop]: misc: Add the SE mode m5 ops to m5ops.h.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27236 ) Change subject: misc: Add the SE mode m5 ops to m5ops.h. .. misc: Add the SE mode m5 ops to m5ops.h. These shouldn't be

[gem5-dev] Change in gem5/gem5[develop]: util: Improve the usage text of the m5 utility.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27231 ) Change subject: util: Improve the usage text of the m5 utility. .. util: Improve the usage text of the m5 utility. Make

[gem5-dev] Change in gem5/gem5[develop]: sim,misc: Rename M5OP_ANNOTATE to M5OP_RESERVED1.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27235 ) Change subject: sim,misc: Rename M5OP_ANNOTATE to M5OP_RESERVED1. .. sim,misc: Rename M5OP_ANNOTATE to M5OP_RESERVED1. The

[gem5-dev] Change in gem5/gem5[develop]: util: Further simplify the initParam implementation.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27230 ) Change subject: util: Further simplify the initParam implementation. .. util: Further simplify the initParam implementation.

[gem5-dev] Change in gem5/gem5[develop]: util: Use a dispatch table to call ops in the m5 utility.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27238 ) Change subject: util: Use a dispatch table to call ops in the m5 utility. .. util: Use a dispatch table to call ops in the

[gem5-dev] Change in gem5/gem5[develop]: util: Add a helpful macro for merging two tokens to m5ops.h.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27239 ) Change subject: util: Add a helpful macro for merging two tokens to m5ops.h. .. util: Add a helpful macro for merging two

[gem5-dev] Change in gem5/gem5[develop]: misc: Tidy up M5OP_FOREACH and the constants in m5ops.h.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27234 ) Change subject: misc: Tidy up M5OP_FOREACH and the constants in m5ops.h. .. misc: Tidy up M5OP_FOREACH and the constants in

[gem5-dev] Change in gem5/gem5[develop]: util: Eliminate the sw99param m5 utility command.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27232 ) Change subject: util: Eliminate the sw99param m5 utility command. .. util: Eliminate the sw99param m5 utility command. This

[gem5-dev] Change in gem5/gem5[develop]: misc,util: Remove explicit ';'s from M5OP_FOREACH.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27237 ) Change subject: misc,util: Remove explicit ';'s from M5OP_FOREACH. .. misc,util: Remove explicit ';'s from M5OP_FOREACH. It

[gem5-dev] Change in gem5/gem5[develop]: util: Delete the execfile m5 utility command.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27233 ) Change subject: util: Delete the execfile m5 utility command. .. util: Delete the execfile m5 utility command. This command

[gem5-dev] Change in gem5/gem5[develop]: misc: Replace a deprecated method in protoio.cc.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/28185 ) Change subject: misc: Replace a deprecated method in protoio.cc. .. misc: Replace a deprecated method in protoio.cc. A

[gem5-dev] Change in gem5/gem5[develop]: util: Refactor the string->register packing function in the m5 utility.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27229 ) Change subject: util: Refactor the string->register packing function in the m5 utility. .. util: Refactor the

[gem5-dev] Change in gem5/gem5[develop]: sim: Simplify collecting the key value in initParam.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27228 ) Change subject: sim: Simplify collecting the key value in initParam. .. sim: Simplify collecting the key value in initParam.

[gem5-dev] Change in gem5/gem5[develop]: util: Remove the "pin" command from the m5 utility.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27226 ) Change subject: util: Remove the "pin" command from the m5 utility. .. util: Remove the "pin" command from the m5 utility.

[gem5-dev] Change in gem5/gem5[develop]: util: Add missing functions to the java wrapper for m5 ops.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27225 ) Change subject: util: Add missing functions to the java wrapper for m5 ops. .. util: Add missing functions to the java

[gem5-dev] Change in gem5/gem5[develop]: util: Update the java wrapper names for m5 ops.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27223 ) Change subject: util: Update the java wrapper names for m5 ops. .. util: Update the java wrapper names for m5 ops. These

[gem5-dev] Change in gem5/gem5[develop]: misc: Get rid of the m5op_flags.h header.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27221 ) Change subject: misc: Get rid of the m5op_flags.h header. .. misc: Get rid of the m5op_flags.h header. This held flags for

[gem5-dev] Change in gem5/gem5[develop]: misc: Remove m5a_ (critical path annotation) prototypes from m5ops.h.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27220 ) Change subject: misc: Remove m5a_ (critical path annotation) prototypes from m5ops.h. .. misc: Remove m5a_ (critical path

[gem5-dev] Change in gem5/gem5[develop]: util: Correct some help text for the initparam m5 utility command.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27227 ) Change subject: util: Correct some help text for the initparam m5 utility command. .. util: Correct some help text for

[gem5-dev] Change in gem5/gem5[develop]: util: Convert the other architecture's m5 utility builds to scons.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27219 ) Change subject: util: Convert the other architecture's m5 utility builds to scons. .. util: Convert the other

[gem5-dev] Change in gem5/gem5[develop]: misc: Use a const char * in the m5op m5_add_symbol.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27224 ) Change subject: misc: Use a const char * in the m5op m5_add_symbol. .. misc: Use a const char * in the m5op m5_add_symbol.

[gem5-dev] Change in gem5/gem5[develop]: misc: Get rid of constants used for critical path annotation.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/27222 ) Change subject: misc: Get rid of constants used for critical path annotation. .. misc: Get rid of constants used for

[gem5-dev] Change in gem5/gem5[develop]: arm: Fix some bugs in the aapcs64 implementation.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/28267 ) Change subject: arm: Fix some bugs in the aapcs64 implementation. .. arm: Fix some bugs in the aapcs64

[gem5-dev] Change in gem5/gem5[develop]: arm: Add a unit test for some aspects of the aapcs64 ABI.

2020-04-27 Thread Gabe Black (Gerrit) via gem5-dev
Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/28268 ) Change subject: arm: Add a unit test for some aspects of the aapcs64 ABI. .. arm: Add a unit test for some

[gem5-dev] review flurry

2020-04-27 Thread Gabe Black via gem5-dev
Hey everybody, lets slow down here a little so that I have a chance to actually see a review before the change gets checked in. I think we have at least one bug checked in already. If a change hangs around for months that's too long, but at least a day so everyone has a chance to see what's going

[gem5-dev] Change in gem5/gem5[develop]: sim: Inheritance fixes in varargs

2020-04-27 Thread Nikos Nikoleris (Gerrit) via gem5-dev
Nikos Nikoleris has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/28250 ) Change subject: sim: Inheritance fixes in varargs .. sim: Inheritance fixes in varargs Change-Id:

[gem5-dev] Change in gem5/gem5[develop]: mem-ruby: Avoid const from member due to ::operator=(...)

2020-04-27 Thread Nikos Nikoleris (Gerrit) via gem5-dev
Nikos Nikoleris has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/28249 ) Change subject: mem-ruby: Avoid const from member due to ::operator=(...) .. mem-ruby: Avoid const from

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Remove unused SFINAE causing compilation errors

2020-04-27 Thread Nikos Nikoleris (Gerrit) via gem5-dev
Nikos Nikoleris has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/28251 ) Change subject: arch-arm: Remove unused SFINAE causing compilation errors .. arch-arm: Remove unused SFINAE

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Fix access modifier in Arm*ProcessBits class

2020-04-27 Thread Nikos Nikoleris (Gerrit) via gem5-dev
Hello Giacomo Travaglini, I'd like you to do a code review. Please visit https://gem5-review.googlesource.com/c/public/gem5/+/28248 to review the following change. Change subject: arch-arm: Fix access modifier in Arm*ProcessBits class

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Remove alignment specified from alias declararions

2020-04-27 Thread Nikos Nikoleris (Gerrit) via gem5-dev
Nikos Nikoleris has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/28252 ) Change subject: arch-arm: Remove alignment specified from alias declararions .. arch-arm: Remove alignment

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Fix clasta/b and lasta/b simd instructions

2020-04-27 Thread Jordi Vaquero (Gerrit) via gem5-dev
Jordi Vaquero has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/28247 ) Change subject: arch-arm: Fix clasta/b and lasta/b simd instructions .. arch-arm: Fix clasta/b and lasta/b

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Fix Sve Fcmla indexed instruction

2020-04-27 Thread Jordi Vaquero (Gerrit) via gem5-dev
Jordi Vaquero has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/28227 ) Change subject: arch-arm: Fix Sve Fcmla indexed instruction .. arch-arm: Fix Sve Fcmla indexed instruction Sve

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: SVE instructions do not use AHP format

2020-04-27 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/28108 ) Change subject: arch-arm: SVE instructions do not use AHP format .. arch-arm: SVE instructions do not use AHP format

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Do not increment exponent if FPSCR.FZ in fplib

2020-04-27 Thread Giacomo Travaglini (Gerrit) via gem5-dev
Giacomo Travaglini has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/28107 ) Change subject: arch-arm: Do not increment exponent if FPSCR.FZ in fplib .. arch-arm: Do not increment exponent if

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: FCVTZS instruction returns sign extension

2020-04-27 Thread Jordi Vaquero (Gerrit) via gem5-dev
Jordi Vaquero has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/28229 ) Change subject: arch-arm: FCVTZS instruction returns sign extension .. arch-arm: FCVTZS instruction returns

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Fix SVE indx inst by sizeof error and dest overwrite

2020-04-27 Thread Jordi Vaquero (Gerrit) via gem5-dev
Jordi Vaquero has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/28228 ) Change subject: arch-arm: Fix SVE indx inst by sizeof error and dest overwrite .. arch-arm: Fix SVE indx

[gem5-dev] Change in gem5/gem5[develop]: arch-arm: Fix Sve Fcmla indexed instruction

2020-04-27 Thread Jordi Vaquero (Gerrit) via gem5-dev
Jordi Vaquero has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/28227 ) Change subject: arch-arm: Fix Sve Fcmla indexed instruction .. arch-arm: Fix Sve Fcmla indexed instruction