| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [opt-viewer] Include default values in help output | Brian Gesiak | 2017-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Summary: Python's argparse module includes a `%(default)s` format specifier that can be used to print the default value of an option in its help text. Use this for opt-viewer utilities' `--jobs` arguments. Reviewers: anemet Reviewed By: anemet Subscribers: llvm-commits, fhahn Differential Revision: https://reviews.llvm.org/D34081 llvm-svn: 305155 | ||||
| * | [opt-diff] Fix the case when the script is invoked with directories | Adam Nemet | 2017-03-06 | 1 | -1/+3 |
| | | | | | llvm-svn: 297055 | ||||
| * | New tool: opt-diff.py | Adam Nemet | 2017-03-02 | 1 | -0/+68 |
| This tool allows generating the different between two optimization record files. The result is a YAML file too that can be visualized with opt-viewer. This is very useful to see what optimization were added and removed by a change. llvm-svn: 296767 | |||||

