Searched hist:67 (Results 51 - 75 of 184) sorted by relevance

12345678

/gem5/tests/long/fs/10.linux-boot/ref/alpha/linux/tsunami-minor/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/fs/10.linux-boot/ref/arm/linux/realview64-o3-dual/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/fs/10.linux-boot/ref/arm/linux/realview64-minor-dual/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/fs/10.linux-boot/ref/arm/linux/realview64-o3/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/fs/10.linux-boot/ref/arm/linux/realview64-minor/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/fs/10.linux-boot/ref/arm/linux/realview64-simple-timing-dual/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/se/10.mcf/ref/arm/linux/minor-timing/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/se/20.parser/ref/arm/linux/minor-timing/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/se/30.eon/ref/arm/linux/minor-timing/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/se/40.perlbmk/ref/arm/linux/minor-timing/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/se/60.bzip2/ref/arm/linux/minor-timing/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/long/se/70.twolf/ref/arm/linux/minor-timing/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/quick/se/00.hello/ref/alpha/linux/minor-timing/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/tests/quick/se/01.hello-2T-smt/ref/alpha/linux/o3-timing-mt/
H A Dstats.txt11860:67dee11badea Sun Feb 19 05:30:00 EST 2017 Andreas Hansson <andreas.hansson@arm.com> stats: Get all stats updated to reflect current behaviour

Line everything up again.
/gem5/src/arch/hsail/insts/
H A Dmem.hh11325:67cc559d513a Sat Feb 06 20:21:00 EST 2016 Steve Reinhardt <steve.reinhardt@amd.com> style: eliminate explicit boolean comparisons

Result of running 'hg m5style --skip-all --fix-control -a' to get
rid of '== true' comparisons, plus trivial manual edits to get
rid of '== false'/'== False' comparisons.

Left a couple of explicit comparisons in where they didn't seem
unreasonable:
invalid boolean comparison in src/arch/mips/interrupts.cc:155
>> DPRINTF(Interrupt, "Interrupts OnCpuTimerINterrupt(tc) == true\n");<<
invalid boolean comparison in src/unittest/unittest.hh:110
>> "EXPECT_FALSE(" #expr ")", (expr) == false)<<
/gem5/configs/common/
H A DPlatformConfig.py13731:67cd980cb20f Sat Jan 26 05:57:00 EST 2019 Andreas Sandberg <andreas.sandberg@arm.com> configs: Fix Python 3 iterator and exec compatibility issues

Python 2.7 used to return lists for operations such as map and range,
this has changed in Python 3. To make the configs Python 3 compliant,
add explicit conversions from iterators to lists where needed, replace
xrange with range, and fix changes to exec syntax.

This change doesn't fix import paths since that might require us to
restructure the configs slightly.

Change-Id: Idcea8482b286779fc98b4e144ca8f54069c08024
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/16002
Reviewed-by: Gabe Black <gabeblack@google.com>
H A DSysPaths.py13731:67cd980cb20f Sat Jan 26 05:57:00 EST 2019 Andreas Sandberg <andreas.sandberg@arm.com> configs: Fix Python 3 iterator and exec compatibility issues

Python 2.7 used to return lists for operations such as map and range,
this has changed in Python 3. To make the configs Python 3 compliant,
add explicit conversions from iterators to lists where needed, replace
xrange with range, and fix changes to exec syntax.

This change doesn't fix import paths since that might require us to
restructure the configs slightly.

Change-Id: Idcea8482b286779fc98b4e144ca8f54069c08024
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/16002
Reviewed-by: Gabe Black <gabeblack@google.com>
H A DHMC.py13731:67cd980cb20f Sat Jan 26 05:57:00 EST 2019 Andreas Sandberg <andreas.sandberg@arm.com> configs: Fix Python 3 iterator and exec compatibility issues

Python 2.7 used to return lists for operations such as map and range,
this has changed in Python 3. To make the configs Python 3 compliant,
add explicit conversions from iterators to lists where needed, replace
xrange with range, and fix changes to exec syntax.

This change doesn't fix import paths since that might require us to
restructure the configs slightly.

Change-Id: Idcea8482b286779fc98b4e144ca8f54069c08024
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/16002
Reviewed-by: Gabe Black <gabeblack@google.com>
H A Dcpu2000.py13731:67cd980cb20f Sat Jan 26 05:57:00 EST 2019 Andreas Sandberg <andreas.sandberg@arm.com> configs: Fix Python 3 iterator and exec compatibility issues

Python 2.7 used to return lists for operations such as map and range,
this has changed in Python 3. To make the configs Python 3 compliant,
add explicit conversions from iterators to lists where needed, replace
xrange with range, and fix changes to exec syntax.

This change doesn't fix import paths since that might require us to
restructure the configs slightly.

Change-Id: Idcea8482b286779fc98b4e144ca8f54069c08024
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/16002
Reviewed-by: Gabe Black <gabeblack@google.com>
/gem5/configs/example/
H A Druby_gpu_random_test.py13731:67cd980cb20f Sat Jan 26 05:57:00 EST 2019 Andreas Sandberg <andreas.sandberg@arm.com> configs: Fix Python 3 iterator and exec compatibility issues

Python 2.7 used to return lists for operations such as map and range,
this has changed in Python 3. To make the configs Python 3 compliant,
add explicit conversions from iterators to lists where needed, replace
xrange with range, and fix changes to exec syntax.

This change doesn't fix import paths since that might require us to
restructure the configs slightly.

Change-Id: Idcea8482b286779fc98b4e144ca8f54069c08024
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/16002
Reviewed-by: Gabe Black <gabeblack@google.com>
H A Dhmctest.py13731:67cd980cb20f Sat Jan 26 05:57:00 EST 2019 Andreas Sandberg <andreas.sandberg@arm.com> configs: Fix Python 3 iterator and exec compatibility issues

Python 2.7 used to return lists for operations such as map and range,
this has changed in Python 3. To make the configs Python 3 compliant,
add explicit conversions from iterators to lists where needed, replace
xrange with range, and fix changes to exec syntax.

This change doesn't fix import paths since that might require us to
restructure the configs slightly.

Change-Id: Idcea8482b286779fc98b4e144ca8f54069c08024
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/16002
Reviewed-by: Gabe Black <gabeblack@google.com>
H A Dapu_se.py13731:67cd980cb20f Sat Jan 26 05:57:00 EST 2019 Andreas Sandberg <andreas.sandberg@arm.com> configs: Fix Python 3 iterator and exec compatibility issues

Python 2.7 used to return lists for operations such as map and range,
this has changed in Python 3. To make the configs Python 3 compliant,
add explicit conversions from iterators to lists where needed, replace
xrange with range, and fix changes to exec syntax.

This change doesn't fix import paths since that might require us to
restructure the configs slightly.

Change-Id: Idcea8482b286779fc98b4e144ca8f54069c08024
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/16002
Reviewed-by: Gabe Black <gabeblack@google.com>
/gem5/configs/dram/
H A Dlat_mem_rd.py13731:67cd980cb20f Sat Jan 26 05:57:00 EST 2019 Andreas Sandberg <andreas.sandberg@arm.com> configs: Fix Python 3 iterator and exec compatibility issues

Python 2.7 used to return lists for operations such as map and range,
this has changed in Python 3. To make the configs Python 3 compliant,
add explicit conversions from iterators to lists where needed, replace
xrange with range, and fix changes to exec syntax.

This change doesn't fix import paths since that might require us to
restructure the configs slightly.

Change-Id: Idcea8482b286779fc98b4e144ca8f54069c08024
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/c/16002
Reviewed-by: Gabe Black <gabeblack@google.com>
/gem5/src/arch/alpha/linux/
H A Dlinux.hh6689:67d980fcbc7a Sat Oct 24 13:53:00 EDT 2009 Timothy M. Jones <tjones1@inf.ed.ac.uk> syscall: Addition of an ioctl command code for Power.
/gem5/src/arch/hsail/
H A Dgen.py11325:67cc559d513a Sat Feb 06 20:21:00 EST 2016 Steve Reinhardt <steve.reinhardt@amd.com> style: eliminate explicit boolean comparisons

Result of running 'hg m5style --skip-all --fix-control -a' to get
rid of '== true' comparisons, plus trivial manual edits to get
rid of '== false'/'== False' comparisons.

Left a couple of explicit comparisons in where they didn't seem
unreasonable:
invalid boolean comparison in src/arch/mips/interrupts.cc:155
>> DPRINTF(Interrupt, "Interrupts OnCpuTimerINterrupt(tc) == true\n");<<
invalid boolean comparison in src/unittest/unittest.hh:110
>> "EXPECT_FALSE(" #expr ")", (expr) == false)<<

Completed in 133 milliseconds

12345678