Skip to content
Snippets Groups Projects
  1. Apr 11, 2024
    • Martin Jambor's avatar
      contrib/check-params-in-docs.py: Ignore gcn-preferred-vectorization-factor · 33f83d3c
      Martin Jambor authored
      contrib/check-params-in-docs.py is a script that checks that all
      options reported with ./gcc/xgcc -Bgcc --help=param are in
      gcc/doc/invoke.texi and vice versa.
      gcn-preferred-vectorization-factor is in the manual but normally not
      reported by --help, probably because I do not have gcn offload
      configured.  This patch makes the script silently about this particular
      fact.
      
      contrib/ChangeLog:
      
      2024-04-11  Martin Jambor  <mjambor@suse.cz>
      
      	* check-params-in-docs.py (ignored): Add
      	gcn-preferred-vectorization-factor.
      33f83d3c
  2. Jan 05, 2024
    • Jonathan Wakely's avatar
      contrib: Remove C-style comments from Python files · 29abd09a
      Jonathan Wakely authored
      These Python scripts have "*/" at the end of the license header comment
      blocks, presumably copy&pasted from C files.
      
      contrib/ChangeLog:
      
      	* analyze_brprob.py: Remove stray text at end of comment.
      	* analyze_brprob_spec.py: Likewise.
      	* check-params-in-docs.py: Likewise.
      	* check_GNU_style.py: Likewise.
      	* check_GNU_style_lib.py: Likewise.
      	* filter-clang-warnings.py: Likewise.
      	* gcc-changelog/git_check_commit.py: Likewise.
      	* gcc-changelog/git_commit.py: Likewise.
      	* gcc-changelog/git_email.py: Likewise.
      	* gcc-changelog/git_repository.py: Likewise.
      	* gcc-changelog/git_update_version.py: Likewise.
      	* gcc-changelog/test_email.py: Likewise.
      	* gen_autofdo_event.py: Likewise.
      	* mark_spam.py: Likewise.
      	* unicode/gen-box-drawing-chars.py: Likewise.
      	* unicode/gen-combining-chars.py: Likewise.
      	* unicode/gen-printable-chars.py: Likewise.
      	* unicode/gen_wcwidth.py: Likewise.
      29abd09a
  3. Jan 03, 2024
  4. Jan 16, 2023
  5. Dec 14, 2022
    • Martin Liska's avatar
      contrib: add copyright for my scripts · 81f86cb9
      Martin Liska authored
      contrib/ChangeLog:
      
      	* analyze_brprob.py: Add copyright header.
      	* analyze_brprob_spec.py: Likewise.
      	* check-params-in-docs.py: Likewise.
      	* check_GNU_style.py: Likewise.
      	* check_GNU_style_lib.py: Likewise.
      	* filter-clang-warnings.py: Likewise.
      	* gcc-changelog/git_check_commit.py: Likewise.
      	* gcc-changelog/git_commit.py: Likewise.
      	* gcc-changelog/git_email.py: Likewise.
      	* gcc-changelog/git_repository.py: Likewise.
      	* gcc-changelog/git_update_version.py: Likewise.
      	* gcc-changelog/test_email.py: Likewise.
      	* mark_spam.py: Likewise.
      81f86cb9
  6. Nov 23, 2021
  7. Dec 04, 2020
    • Martin Liska's avatar
      Document missing params. · 9199da4b
      Martin Liska authored
      contrib/ChangeLog:
      
      	* check-params-in-docs.py: use flake8 and add some
      	tweaks to ignore aarch64 params.
      
      gcc/ChangeLog:
      
      	* doc/invoke.texi: Add missing params.
      9199da4b
  8. May 28, 2020
  9. Mar 06, 2019
  10. Sep 25, 2018
Loading