History log of /external/toolchain-utils/bestflags/generation.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/generation.py
c01232264caccaffe6302414b7e901a96d3b18bf 11-Aug-2013 Yuheng Long <yuhenglong@google.com> Refine the module hill_climb_best_neighbor.

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

Change-Id: I95fd82072f1474b73735a643f2da589eb930b838
Reviewed-on: https://gerrit-int.chromium.org/42663
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/generation.py
2b514c28dd26aa02c2ea0f9924be91fb2394c8a0 09-Aug-2013 Yuheng Long <yuhenglong@google.com> Add more examples for better documentation.

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

Change-Id: I1f8f361388d3c3171a7135d1d0ef38ee5f695829
Reviewed-on: https://gerrit-int.chromium.org/42584
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/generation.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/generation.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/generation.py
a5712a2c71aa665dcca808963d152228890c8364 22-Jul-2013 Yuheng Long <yuhenglong@google.com> Add the steering stage of the framework.

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

Change-Id: Id92bcf04ee24dfbc918f59ac8d87d30ee69e47b3
Reviewed-on: https://gerrit-int.chromium.org/41454
Reviewed-by: Simon Que <sque@google.com>
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/generation.py
16d7a5204e347855b1c3a68c982c22f931a12866 20-Jul-2013 Yuheng Long <yuhenglong@google.com> Added the copyright information.

BUG=None
TEST=unit testing for the pipeline stage, pipeline workers and generation.

Change-Id: I1a4eb5e2759ea536fa6faee613199b8f679f586e
Reviewed-on: https://gerrit-int.chromium.org/41357
Reviewed-by: Simon Que <sque@google.com>
Tested-by: Yuheng Long <yuhenglong@google.com>
Commit-Queue: Yuheng Long <yuhenglong@google.com>
/external/toolchain-utils/bestflags/generation.py
8b9c0f140b48253cdbcc7c050f115c5e3bda6d88 16-Jul-2013 Yuheng Long <yuhenglong@google.com> Added the base Generation base class.

Algorithm specific subclasses, e.g., Genetic Algorithm and Hill Climbing,
should extend this base class.

BUG=None
TEST=unit testing for the pipeline stage, pipeline workers and generation.

Change-Id: Icc79b02099521db74fed7c1017691e2a8719be23
Reviewed-on: https://gerrit-int.chromium.org/41081
Reviewed-by: Luis Lozano <llozano@chromium.org>
Reviewed-by: Simon Que <sque@google.com>
Tested-by: Yuheng Long <yuhenglong@google.com>
Commit-Queue: Yuheng Long <yuhenglong@google.com>
/external/toolchain-utils/bestflags/generation.py
26ec76c8a9d4f5dd023513d2772fa6cd4b6749ea 11-Jul-2013 Yuheng Long <yuhenglong@google.com> Rename the methods and use the dummy parameters.

Refactor methods names and substitute unused variables with dummy variables.

BUG=None
TEST=unit testing for the pipeline stage and pipeline workers.

Change-Id: I237d893201853d8620ff886c8fb9012c38b83805
Reviewed-on: https://gerrit-int.chromium.org/40865
Commit-Queue: Yuheng Long <yuhenglong@google.com>
Tested-by: Yuheng Long <yuhenglong@google.com>
Reviewed-by: Simon Que <sque@google.com>
/external/toolchain-utils/bestflags/generation.py
49358b75c25a44760e884245440dc96e55812d04 10-Jul-2013 Yuheng Long <yuhenglong@google.com> Add the project information to each file's header comment.

BUG=None
TEST=None

Change-Id: I362bfbf18c42025a0248714aa5d69ecfaa1daa2b
Reviewed-on: https://gerrit-int.chromium.org/40826
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/generation.py
f20cffac082e3d920818f230ffc80ae6976267c0 04-Jun-2013 Yuheng Long <yuhenglong@google.com> Added the skeleton for the flagging framework.

BUG=None
TEST=None

Change-Id: I72c37ac70ed2adca588ad9866a6bcc26775aed8b
Reviewed-on: https://gerrit-int.chromium.org/39096
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/generation.py