aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2024-07-19Update ChangeLog and version files for releasereleases/gcc-11.5.0releases/gcc-11Richard Biener4-0/+16
2023-05-29Update ChangeLog and version files for releasereleases/gcc-11.4.0Jakub Jelinek4-0/+16
2022-04-21Update ChangeLog and version files for releasereleases/gcc-11.3.0Richard Biener4-0/+16
2022-01-28Daily bump.GCC Administrator1-0/+6
2022-01-27Sync git aliases from master.Martin Liska3-3/+54
contrib/ChangeLog: * gcc-git-customization.sh: Sync from master. * git-descr.sh: New file. * git-undescr.sh: New file.
2022-01-25Daily bump.GCC Administrator1-0/+6
2022-01-24gcc-changelog: sync from master.Martin Liska3-3/+96
contrib/ChangeLog: * gcc-changelog/git_commit.py: Sync from master. * gcc-changelog/test_email.py: Likewise. * gcc-changelog/test_patches.txt: Likewise.
2022-01-20Daily bump.GCC Administrator1-0/+6
2022-01-19git scripts: sync from master.Martin Liska3-47/+101
contrib/ChangeLog: * git-backport.py: Sync from master. * git-commit-mklog.py: Likewise. * git-fix-changelog.py: New file.
2022-01-18Daily bump.GCC Administrator1-0/+7
2022-01-17git-backport: support renamed .cc files in commit message.Martin Liska1-34/+48
The change can automatically update names for *.cc files that are part of a backport. contrib/ChangeLog: * git-backport.py: Support renaming of .cc files. (cherry picked from commit 938ea06c5e9e06a4c81965fcabc36d2da5e2f868)
2021-11-09Daily bump.GCC Administrator1-0/+9
2021-11-08gcc-changelog: sync from masterMartin Liska6-19/+189
contrib/ChangeLog: * gcc-changelog/git_check_commit.py: Sync from master. * gcc-changelog/git_commit.py: Likewise. * gcc-changelog/git_email.py: Likewise. * gcc-changelog/git_update_version.py: Likewise. * gcc-changelog/test_email.py: Likewise. * gcc-changelog/test_patches.txt: Likewise.
2021-07-28Update ChangeLog and version files for releasereleases/gcc-11.2.0Richard Biener4-0/+16
2021-06-24Daily bump.GCC Administrator1-0/+11
2021-06-23Sync mklog.py from master.Martin Liska2-14/+59
contrib/ChangeLog: * mklog.py: Sync. * test_mklog.py: Likewise.
2021-06-23contrib: add git-commit-mklog wrapperMartin Liska3-2/+55
contrib/ChangeLog: * gcc-git-customization.sh: Use the new wrapper. * git-commit-mklog.py: New file. * prepare-commit-msg: Support GCC_MKLOG_ARGS.
2021-05-19Daily bump.GCC Administrator1-0/+7
2021-05-18gcc-changelog: Remove use of non-strict modeJonathan Wakely1-1/+1
contrib/ChangeLog: * gcc-changelog/git_email.py: Remove use of non-strict mode. (cherry picked from commit 7b4bae0acb14a1076df3234e905442bbdf9503dd)
2021-05-18Daily bump.GCC Administrator1-0/+9
2021-05-17Update mpfr version to 3.1.6Richard Biener3-3/+3
This updates the mpfr version to 3.1.6 which is the last bugfix release from the 3.1.x series and avoids printing the version is buggy but acceptable from our configury. 2021-05-17 Richard Biener <rguenther@suse.de> contrib/ChangeLog: * download_prerequisites: Update mpfr version to 3.1.6. * prerequisites.md5: Update. * prerequisites.sha512: Likewise. (cherry picked from commit 2ec80a3457a1be57736a70007d4851e676bce7e8)
2021-05-15Daily bump.GCC Administrator1-0/+10
2021-05-14gcc-changelog: sync scripts.Martin Liska7-326/+218
contrib/ChangeLog: * gcc-changelog/git_check_commit.py: Sync from master. * 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. * gcc-changelog/test_patches.txt: Likewise.
2021-04-28Daily bump.GCC Administrator1-0/+7
2021-04-27Update ChangeLog and version files for releaseJakub Jelinek4-0/+16
2021-04-27Update gennews for GCC 10 and GCC 11.Jakub Jelinek1-1/+3
2021-04-27 Jakub Jelinek <jakub@redhat.com> * gennews (files): Add files for GCC 10 and GCC 11. (cherry picked from commit bbadf83e5a2a1e3bf713dd41391e149aea2d61db)
2021-04-13Daily bump.GCC Administrator1-0/+11
2021-04-12gcc-changelog: do not allow space in long lineMartin Liska1-1/+1
contrib/ChangeLog: * gcc-changelog/git_commit.py: Do not allow space in long lines.
2021-04-12mklog: support long filenamesMartin Liska3-2/+43
contrib/ChangeLog: * gcc-changelog/git_commit.py: Support long filenames in entries. * gcc-changelog/test_email.py: Test it. * gcc-changelog/test_patches.txt: Likewise.
2021-03-24Daily bump.GCC Administrator1-0/+4
2021-03-23mklog: fix test_mklog.py tests.Martin Liska1-3/+5
contrib/ChangeLog: * mklog.py: Fix broken tests.
2021-03-23Daily bump.GCC Administrator1-0/+4
2021-03-22mklog: add new argument --directory.Martin Liska1-1/+4
The argument is handy when one needs to generate ChangeLog entries for a different project (e.g. binutils). contrib/ChangeLog: * mklog.py: Add --directory argument.
2021-03-20Daily bump.GCC Administrator1-0/+4
2021-03-19substitute @tie{} with a space for the man pagesMatthias Klose1-0/+1
contrib/ 2021-03-19 Matthias Klose <doko@ubuntu.com> * texi2pod.pl: Substitute @tie{} with a space for the man pages.
2021-03-16Daily bump.GCC Administrator1-0/+5
2021-03-16gcc-changelog: skip broken commit in git_update_version.py.Martin Liska1-0/+4
contrib/ChangeLog: * gcc-changelog/git_update_version.py: Skip one problematic commit.
2021-03-13Daily bump.GCC Administrator1-0/+9
2021-03-12gcc-changelog: allow ChangeLog deletion in a commitMartin Liska5-2/+40
contrib/ChangeLog: * gcc-changelog/git_commit.py: Allow deletion of ChangeLog files. * gcc-changelog/setup.cfg: Set line limit to 120 characters. * gcc-changelog/test_email.py: Add test. * gcc-changelog/test_patches.txt: Likewise. * gcc-changelog/git_email.py: Fix parsing of deleted files.
2021-02-09Daily bump.GCC Administrator1-0/+5
2021-02-08mklog: automatically fill in generated entriesMike Frysinger1-0/+5
contrib/ChangeLog: * mklog.py (generated_files): New set. (generate_changelog): Add entries based on generated_files.
2021-02-04Daily bump.GCC Administrator1-0/+5
2021-02-03do not generate fusion.md, update contrib/gcc_updateAaron Sawdey1-0/+1
In a previous fusion-combine patch for rs6000, Segher had asked me to comment out the automatic regeneration of fusion.md. And more recently Edelsohn pointed out that gcc_update needed to fix the timestamp of fusion.md so it didn't get unnecessarily regenerated. contrib/ChangeLog: * gcc_update (files_and_dependencies): Add dependency for gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md. gcc/ChangeLog: * config/rs6000/t-rs6000: Comment out auto generation of fusion.md for now.
2021-01-29Daily bump.GCC Administrator1-0/+5
2021-01-28Fix LTO bootstrap on WindowsEric Botcazou1-1/+20
The latest fix introduced a comparison of executables and this cannot directly work on Windows because they are timestamped. Moreover nobody sets $(exeext) at top level, at least on MinGW, so you get weird behavior because some tools add the implicit .exe suffix and others do not. contrib/ PR lto/85574 * compare-lto: Deal with PE-COFF executables specifically.
2021-01-15Daily bump.GCC Administrator1-0/+4
2021-01-14mklog: skip unsupported filesMartin Liska1-0/+3
This fixes an infinite loop one could see for: git show b87ec922c40 | ./contrib/mklog.py contrib/ChangeLog: * mklog.py: Fix infinite loop for unsupported files.
2021-01-14Daily bump.GCC Administrator1-0/+21
2021-01-13gcc-changelog: Support multiline parentheses wrappingMartin Liska3-2/+100
contrib/ChangeLog: * gcc-changelog/git_commit.py: Support wrapping of functions in parentheses that can take multiple lines. * gcc-changelog/test_email.py: Add tests for it. * gcc-changelog/test_patches.txt: Add 2 patches.
2021-01-13mklog: support define_insn_and_split formatMartin Liska2-1/+53
contrib/ChangeLog: * mklog.py: Parse also define_insn_and_split and similar directives in .md files. * test_mklog.py: Test.