summaryrefslogtreecommitdiff
path: root/llvm/utils/release
AgeCommit message (Expand)Author
2025-11-04build_llvm_release.bat: Put the 32-bit sanitizers back (#166437)Hans Wennborg
2025-11-04build_llvm_release.bat fixes (#166385)Hans Wennborg
2025-10-17Unify x64 and arm64 build process in build_llvm_release.bat (#131687)Omair Javaid
2025-09-02[release] Correct download links for Windows on Arm packages (#156459)David Spickett
2025-08-19On Windows, in the release build script, fix detecting if clang-cl is in PATH...Alexandre Ganea
2025-08-15[LLVM][utils] Add script which clears release notes (#153593)Yanzuo Liu
2025-08-12[llvm][release] Correct formatting field in release messageDavid Spickett
2025-07-29[llvm][release] Add links to commonly used release packages (#147719)David Spickett
2025-07-17Use Parallel xz for test-suite sources. (#149389)Tobias Hieta
2025-07-14[llvm][release] Mark gh commands in package verify exampleDavid Spickett
2025-07-04[llvm][release] On release page, explain package types and verification (#138...David Spickett
2025-06-03[llvm][utils] Correct misleading comment in bump-version.pyDavid Spickett
2025-04-25[Documentation] Always use SVG for dot-generated doxygen images. (#136843)cor3ntin
2025-04-15[llvm] Build Windows release package with clang-cl if possible (#135446)Alexandre Ganea
2025-02-24On Windows, remove the UCRT libraries from the release script (#128378)Alexandre Ganea
2025-02-20Add Wasm, RISC-V, BPF, and NVPTX targets back to Windows release packaging (#...Hans Wennborg
2024-11-16[Utils] Fixed rebase in merge-release-pr script (#116340)Tobias Hieta
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond
2024-09-29[test-release.sh] Fix sed encoding issues on macOS (#105989)Keith Smiley
2024-09-12Delete the clang-format Visual Studio plugin code (#108342)Hans
2024-09-02Win release packaging: Don't try to use rpmalloc for 32-bit x86 (#106969)Hans
2024-08-29Restrict LLVM_TARGETS_TO_BUILD in Windows release packaging (#106059)Hans
2024-08-28[test-release.sh] Fix python 3.12 compatibility (#105993)Keith Smiley
2024-08-10[Utils] Add new merge-release-pr.py script. (#101630)Tobias Hieta
2024-08-02workflows: Re-implement the get-llvm-version action as a composite action (#1...Tom Stellard
2024-07-23[MLGO][Infra] Add mlgo-utils to bump-version script (#100186)Aiden Grossman
2024-07-23[Utils] Updates to bump-version.py (#100089)Tobias Hieta
2024-06-20[Support] Vendor rpmalloc in-tree and use it for the Windows 64-bit release (...Alexandre Ganea
2024-06-17[llvm] Fix incorrect usage of `LIBXML2_INCLUDE_DIRS` in the Windows release s...Alexandre Ganea
2024-04-27[CMake][Release] Enable CMAKE_POSITION_INDEPENDENT_CODE (#90139)Tom Stellard
2024-03-18[release] Fix version extraction in export.sh (#85328)Tom Stellard
2024-03-08github-upload-release.py: Fix bug preventing release creation (#84571)Tom Stellard
2024-02-23build_llvm_release.bat: add tarball export to x64 release (#79840)Benoît Amiaux
2024-02-20[workflows] Fix permissions check for creating new releases (#81163)Tom Stellard
2024-02-20[Release] Don't build during test-release.sh Phase 3 install (#82001)Rainer Orth
2024-02-15[Release] Install compiler-rt builtins during Phase 1 on AIX (#81485)azhan92
2024-01-23[CMake][Release] Add option for enabling PGO to release cache file. (#78823)Tom Stellard
2024-01-17workflows: Refactor release-tasks.yml (#69523)Tom Stellard
2024-01-17On Windows, make the release script work with the local git checkout (#78273)Alexandre Ganea
2024-01-04test-release.sh: Add a CMake cache file for 3-stage release builds (#75903)Tom Stellard
2023-11-26test-release.sh: Default to letting ninja select the number of build jobs (#7...Tom Stellard
2023-11-21test-release.sh: Only build the clang target in stage 1 and 2 (#72703)Tom Stellard
2023-11-14Use PGO for x86_64 windows release packaging (#71067)Hans
2023-11-02[Release] Build compiler-rt during Phase 1 on AIX (#70672)azhan92
2023-10-23[llvm][Release] Add note about binaries to Github release description (#69698)David Spickett
2023-09-28Fix release/export.sh to export runtimes tarball, too (#67404)René Rebe
2023-09-25[Documentation] Replace recommonmark by myst-parser (#65664)cor3ntin
2023-09-22build-docs: Add option to disable doxygen/sphinx docs (#66928)Tobias Hieta
2023-08-04build_llvm_release.bat: Set -DCLANG_ENABLE_LIBXML2=OFFHans Wennborg