Searched hist:13656 (Results 1 - 8 of 8) sorted by relevance
/gem5/src/systemc/tests/ | ||
H A D | SConscript | diff 13656:2727dfddacf3 Sat Feb 09 04:37:00 EST 2019 Gabe Black <gabeblack@google.com> scons: Change an = to a += when accumulating sources from filters. The loop accidentally used a = when it should have used a +=, meaning only the sources from the final filter would be used. Change-Id: Ie066a5f85696f05d9ad3cf61f928b12deb39475b Reviewed-on: https://gem5-review.googlesource.com/c/16285 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Gabe Black <gabeblack@google.com> |
/gem5/src/mem/cache/ | ||
H A D | noncoherent_cache.hh | diff 13358:5e1605b47a21 Fri Oct 19 11:58:00 EDT 2018 Daniel R. Carvalho <odanrc@yahoo.com.br> mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base Move evictBlock(CacheBlk*, PacketList&) to base cache, as it is both sub-classes implementations are equal. Change-Id: I80fbd16813bfcc4938fb01ed76abe29b3f8b3018 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/13656 Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com> |
H A D | noncoherent_cache.cc | diff 13358:5e1605b47a21 Fri Oct 19 11:58:00 EDT 2018 Daniel R. Carvalho <odanrc@yahoo.com.br> mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base Move evictBlock(CacheBlk*, PacketList&) to base cache, as it is both sub-classes implementations are equal. Change-Id: I80fbd16813bfcc4938fb01ed76abe29b3f8b3018 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/13656 Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com> |
H A D | cache.hh | diff 13358:5e1605b47a21 Fri Oct 19 11:58:00 EDT 2018 Daniel R. Carvalho <odanrc@yahoo.com.br> mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base Move evictBlock(CacheBlk*, PacketList&) to base cache, as it is both sub-classes implementations are equal. Change-Id: I80fbd16813bfcc4938fb01ed76abe29b3f8b3018 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/13656 Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com> |
H A D | cache.cc | diff 13358:5e1605b47a21 Fri Oct 19 11:58:00 EDT 2018 Daniel R. Carvalho <odanrc@yahoo.com.br> mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base Move evictBlock(CacheBlk*, PacketList&) to base cache, as it is both sub-classes implementations are equal. Change-Id: I80fbd16813bfcc4938fb01ed76abe29b3f8b3018 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/13656 Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com> |
H A D | base.hh | diff 13358:5e1605b47a21 Fri Oct 19 11:58:00 EDT 2018 Daniel R. Carvalho <odanrc@yahoo.com.br> mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base Move evictBlock(CacheBlk*, PacketList&) to base cache, as it is both sub-classes implementations are equal. Change-Id: I80fbd16813bfcc4938fb01ed76abe29b3f8b3018 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/13656 Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com> |
H A D | base.cc | diff 13358:5e1605b47a21 Fri Oct 19 11:58:00 EDT 2018 Daniel R. Carvalho <odanrc@yahoo.com.br> mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base Move evictBlock(CacheBlk*, PacketList&) to base cache, as it is both sub-classes implementations are equal. Change-Id: I80fbd16813bfcc4938fb01ed76abe29b3f8b3018 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/13656 Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com> Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com> |
/gem5/src/ | ||
H A D | SConscript | diff 13656:2727dfddacf3 Sat Feb 09 04:37:00 EST 2019 Gabe Black <gabeblack@google.com> scons: Change an = to a += when accumulating sources from filters. The loop accidentally used a = when it should have used a +=, meaning only the sources from the final filter would be used. Change-Id: Ie066a5f85696f05d9ad3cf61f928b12deb39475b Reviewed-on: https://gem5-review.googlesource.com/c/16285 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Maintainer: Gabe Black <gabeblack@google.com> |
Completed in 172 milliseconds