History log of /external/toolchain-utils/bestflags/testing_batch.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f2a3ef46f75d2196a93d3ed27f4d1fcf22b54fbe 15-Dec-2015 Luis Lozano <llozano@chromium.org> Run pyformat on all the toolchain-utils files.

This gets rid of a lot of lint issues.
Ran by doing this:

for f in *.py; do echo -n "$f " ; if [ -x $f ]; then pyformat -i
--remove_trailing_comma --yapf --force_quote_type=double $f ; else
pyformat -i --remove_shebang --remove_trailing_comma --yapf
--force_quote_type=double $f ; fi ; done

BUG=chromium:567921
TEST=Ran simple crosperf run.

Change-Id: I59778835fdaa5f706d2e1765924389f9e97433d1
Reviewed-on: https://chrome-internal-review.googlesource.com/242031
Reviewed-by: Luis Lozano <llozano@chromium.org>
Commit-Queue: Luis Lozano <llozano@chromium.org>
Tested-by: Luis Lozano <llozano@chromium.org>
Reviewed-by: Yunlian Jiang <yunlian@google.com>
/external/toolchain-utils/bestflags/testing_batch.py
7b8b2d11d0ac87ea3a9ecad976b2214e1c680bc5 14-Aug-2013 Yuheng Long <yuhenglong@google.com> Add the negative flag elimination algorithm.

BUG=None
TEST=unit testings for the pipeline stage, pipeline workers, generation,
steering, task, flag, hill climbing, genetic algorithm and iterative flag
elimination algorithm.

Change-Id: I2d400e304570de8a15556529eff823d40c36b185
Reviewed-on: https://gerrit-int.chromium.org/42798
Reviewed-by: Luis Lozano <llozano@chromium.org>
Commit-Queue: Yuheng Long <yuhenglong@google.com>
Tested-by: Yuheng Long <yuhenglong@google.com>
/external/toolchain-utils/bestflags/testing_batch.py
ce860ea3fc65c488b9ea5e93efbf521dae9dc7dd 14-Aug-2013 Yuheng Long <yuhenglong@google.com> Fixed the problems in task and steering.

BUG=None
TEST=unit testings for the pipeline stage, pipeline workers, generation,
steering, task, flag, hill climbing and genetic algorithm.
Change-Id: Ib34ef05518124b6ffa03f0c35795109e22581b89
Reviewed-on: https://gerrit-int.chromium.org/43002
Reviewed-by: Luis Lozano <llozano@chromium.org>
Commit-Queue: Yuheng Long <yuhenglong@google.com>
Tested-by: Yuheng Long <yuhenglong@google.com>
/external/toolchain-utils/bestflags/testing_batch.py
e896dfd76014af3c399d1b54be022fb1663a105b 14-Aug-2013 Yuheng Long <yuhenglong@google.com> Refining the documentations.

BUG=None
TEST=unit testings for the pipeline stage, pipeline workers, generation,
steering, task, flag, hill climbing and genetic algorithm.

Change-Id: I45c83c9dc74e54b75492ceb281e6912eb347d75e
Reviewed-on: https://gerrit-int.chromium.org/42802
Reviewed-by: Simon Que <sque@google.com>
Reviewed-by: Luis Lozano <llozano@chromium.org>
Tested-by: Yuheng Long <yuhenglong@google.com>
Commit-Queue: Yuheng Long <yuhenglong@google.com>
/external/toolchain-utils/bestflags/testing_batch.py
057ad5c77ef0ea44ee260718eb6d30afef2f7f83 07-Aug-2013 Yuheng Long <yuhenglong@google.com> Add the Genetic Algorithm.

BUG=None
TEST=unit testings for the pipeline stage, pipeline workers, generation,
steering, task, flag, hill climbing and genetic algorithm.

Change-Id: I2864d6a6859fff43bc2d3afb059c672c54bbe385
Reviewed-on: https://gerrit-int.chromium.org/42472
Reviewed-by: Simon Que <sque@google.com>
Commit-Queue: Yuheng Long <yuhenglong@google.com>
Tested-by: Yuheng Long <yuhenglong@google.com>
/external/toolchain-utils/bestflags/testing_batch.py
ccfaf2f382815945c1c883e1cfceb2eba55e28b0 02-Aug-2013 Yuheng Long <yuhenglong@google.com> Add the best branching hill climbing algorithm.

BUG=None
TEST=unit testings for the pipeline stage, pipeline workers, generation,
steering, task, flag and hill climbing.

Change-Id: Ifd181f45c4b82f5fb77b0d4946757954aa806d33
Reviewed-on: https://gerrit-int.chromium.org/42284
Tested-by: Yuheng Long <yuhenglong@google.com>
Reviewed-by: Simon Que <sque@google.com>
Commit-Queue: Yuheng Long <yuhenglong@google.com>
/external/toolchain-utils/bestflags/testing_batch.py