Searched hist:13466 (Results 1 - 4 of 4) sorted by relevance
/gem5/src/arch/null/ | ||
H A D | isa_traits.hh | diff 13347:4085b1fa2288 Fri Oct 12 08:15:00 EDT 2018 Gabe Black <gabeblack@google.com> null: Stop specifying an endianness in isa_traits.hh. The NULL ISA doesn't really have an endianness. Now that the packet accessors which consumed that endianness are gone, we can get rid of that setting as well. Change-Id: I8dd4c7b8236b07df4458fea377865f30141121d4 Reviewed-on: https://gem5-review.googlesource.com/c/13466 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com> |
/gem5/src/mem/ | ||
H A D | packet_access.hh | diff 13347:4085b1fa2288 Fri Oct 12 08:15:00 EDT 2018 Gabe Black <gabeblack@google.com> null: Stop specifying an endianness in isa_traits.hh. The NULL ISA doesn't really have an endianness. Now that the packet accessors which consumed that endianness are gone, we can get rid of that setting as well. Change-Id: I8dd4c7b8236b07df4458fea377865f30141121d4 Reviewed-on: https://gem5-review.googlesource.com/c/13466 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com> |
H A D | packet.hh | diff 13347:4085b1fa2288 Fri Oct 12 08:15:00 EDT 2018 Gabe Black <gabeblack@google.com> null: Stop specifying an endianness in isa_traits.hh. The NULL ISA doesn't really have an endianness. Now that the packet accessors which consumed that endianness are gone, we can get rid of that setting as well. Change-Id: I8dd4c7b8236b07df4458fea377865f30141121d4 Reviewed-on: https://gem5-review.googlesource.com/c/13466 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com> |
/gem5/src/base/ | ||
H A D | SConscript | diff 13466:cd8fd8480b4b Wed Nov 28 20:40:00 EST 2018 Gabe Black <gabeblack@google.com> base: Change the unit test binary names to use .test, and to be consistent. Most tests were named *test where * was the base name of the file being tested, but some were named differently based on, for instance, the name of the class that file implemented. This change makes all the test names consistently based off of the file name they test, and also brings in the new .test convention to make them easier to read. Now, if you have a file like fiber.cc you want to test, you'd have a unit test in a file called fiber.test.cc, and a test called fiber.test which would generate a binary called fiber.test.opt, fiber.test.debug, etc. Change-Id: I61d59016090371a9bae72066e7473a34aecea21f Reviewed-on: https://gem5-review.googlesource.com/c/14677 Reviewed-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Maintainer: Gabe Black <gabeblack@google.com> |
Completed in 71 milliseconds