aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/release
AgeCommit message (Expand)AuthorFilesLines
2026-02-02[Github] Fully remove use of login_or_token (#179258)Aiden Grossman1-2/+2
2026-01-21[llvm][utils] Remove source owner check from merge-release-pr script (#176949)Cullen Rhodes1-6/+0
2026-01-16[llvm][utils][release] Remove mention of sub-project source archives (#176348)David Spickett1-1/+1
2026-01-16[lldb][windows] switch to Python 3.11 for the non ARM64 release builds (#175796)Charles Zablit1-3/+3
2026-01-13[llvm][release] Reveal download links based on uploaded assets (#167688)David Spickett1-42/+162
2026-01-10workflows/release-sources: Disable building sub-project tarballs by default (...Tom Stellard1-7/+15
2025-12-08Build win release packages with LLDB_ENABLE_LIBXML2 (#170513)Hans Wennborg1-3/+2
2025-12-04build_llvm_release.bat: Use absolute path when building the tarball (#169951)Tom Stellard1-1/+1
2025-11-26github-upload-release.py: add requirements and lock files for installing depe...Ryan Mast1-0/+3
2025-11-04build_llvm_release.bat: Put the 32-bit sanitizers back (#166437)Hans Wennborg1-4/+2
2025-11-04build_llvm_release.bat fixes (#166385)Hans Wennborg1-4/+11
2025-10-17Unify x64 and arm64 build process in build_llvm_release.bat (#131687)Omair Javaid1-94/+56
2025-09-02[release] Correct download links for Windows on Arm packages (#156459)David Spickett1-1/+1
2025-08-19On Windows, in the release build script, fix detecting if clang-cl is in PATH...Alexandre Ganea1-2/+2
2025-08-15[LLVM][utils] Add script which clears release notes (#153593)Yanzuo Liu1-0/+52
2025-08-12[llvm][release] Correct formatting field in release messageDavid Spickett1-1/+1
2025-07-29[llvm][release] Add links to commonly used release packages (#147719)David Spickett1-7/+55
2025-07-17Use Parallel xz for test-suite sources. (#149389)Tobias Hieta1-1/+1
2025-07-14[llvm][release] Mark gh commands in package verify exampleDavid Spickett1-2/+2
2025-07-04[llvm][release] On release page, explain package types and verification (#138...David Spickett1-8/+35
2025-06-03[llvm][utils] Correct misleading comment in bump-version.pyDavid Spickett1-1/+1
2025-04-25[Documentation] Always use SVG for dot-generated doxygen images. (#136843)cor3ntin1-1/+1
2025-04-15[llvm] Build Windows release package with clang-cl if possible (#135446)Alexandre Ganea1-1/+21
2025-02-24On Windows, remove the UCRT libraries from the release script (#128378)Alexandre Ganea1-1/+0
2025-02-20Add Wasm, RISC-V, BPF, and NVPTX targets back to Windows release packaging (#...Hans Wennborg1-1/+1
2024-11-16[Utils] Fixed rebase in merge-release-pr script (#116340)Tobias Hieta1-16/+79
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond1-515/+515
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond1-515/+515
2024-09-29[test-release.sh] Fix sed encoding issues on macOS (#105989)Keith Smiley1-2/+2
2024-09-12Delete the clang-format Visual Studio plugin code (#108342)Hans1-1/+0
2024-09-02Win release packaging: Don't try to use rpmalloc for 32-bit x86 (#106969)Hans1-0/+1
2024-08-29Restrict LLVM_TARGETS_TO_BUILD in Windows release packaging (#106059)Hans1-0/+1
2024-08-28[test-release.sh] Fix python 3.12 compatibility (#105993)Keith Smiley1-1/+1
2024-08-10[Utils] Add new merge-release-pr.py script. (#101630)Tobias Hieta1-0/+254
2024-08-02workflows: Re-implement the get-llvm-version action as a composite action (#1...Tom Stellard1-0/+86
2024-07-23[MLGO][Infra] Add mlgo-utils to bump-version script (#100186)Aiden Grossman1-0/+5
2024-07-23[Utils] Updates to bump-version.py (#100089)Tobias Hieta1-7/+19
2024-06-20[Support] Vendor rpmalloc in-tree and use it for the Windows 64-bit release (...Alexandre Ganea1-0/+2
2024-06-17[llvm] Fix incorrect usage of `LIBXML2_INCLUDE_DIRS` in the Windows release s...Alexandre Ganea1-3/+3
2024-04-27[CMake][Release] Enable CMAKE_POSITION_INDEPENDENT_CODE (#90139)Tom Stellard1-2/+1
2024-03-18[release] Fix version extraction in export.sh (#85328)Tom Stellard1-1/+1
2024-03-08github-upload-release.py: Fix bug preventing release creation (#84571)Tom Stellard1-1/+1
2024-02-23build_llvm_release.bat: add tarball export to x64 release (#79840)BenoƮt Amiaux1-0/+9
2024-02-20[workflows] Fix permissions check for creating new releases (#81163)Tom Stellard1-4/+12
2024-02-20[Release] Don't build during test-release.sh Phase 3 install (#82001)Rainer Orth1-0/+5
2024-02-15[Release] Install compiler-rt builtins during Phase 1 on AIX (#81485)azhan921-2/+2
2024-01-23[CMake][Release] Add option for enabling PGO to release cache file. (#78823)Tom Stellard1-2/+2
2024-01-17workflows: Refactor release-tasks.yml (#69523)Tom Stellard1-4/+20
2024-01-17On Windows, make the release script work with the local git checkout (#78273)Alexandre Ganea1-19/+38
2024-01-04test-release.sh: Add a CMake cache file for 3-stage release builds (#75903)Tom Stellard1-7/+60