Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JuliaLLVM/LLVM.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.4.6
Choose a base ref
...
head repository: JuliaLLVM/LLVM.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.5.0
Choose a head ref
  • 15 commits
  • 54 files changed
  • 4 contributors

Commits on Mar 26, 2026

  1. Configuration menu
    Copy the full SHA
    d8df961 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af1ead View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Bump codecov/codecov-action from 5 to 6 (#540)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5 to 6.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    [ci skip]
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    61d9365 View commit details
    Browse the repository at this point in the history
  2. Bump actions/github-script from 7 to 8 (#536)

    Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](actions/github-script@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/github-script
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    [ci skip]
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    8b29dce View commit details
    Browse the repository at this point in the history
  3. Bump actions/download-artifact from 4 to 8 (#538)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    [ci skip]
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    abf7641 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2026

  1. Reject non-power-of-2 alignment in pointerref/pointerset (#541)

    LLVM requires alignment on load/store instructions to be a power of 2
    (enforced by the Align class constructor). Passing non-power-of-2 values
    produces invalid IR that gets silently miscompiled, e.g. causing
    misaligned vectorized loads that crash on GPU.
    
    Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    maleadt and claude authored Apr 9, 2026
    Configuration menu
    Copy the full SHA
    86cc265 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. Add custom TTI support and add to NewPM (#542)

    Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    maleadt and claude authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    e76b8e0 View commit details
    Browse the repository at this point in the history
  2. Add workspaces. (#543)

    maleadt authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    d8b4b0c View commit details
    Browse the repository at this point in the history
  3. Bump LLVMExtra (#544)

    maleadt authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    5232c96 View commit details
    Browse the repository at this point in the history
  4. Support for LLVM 21 (#527)

    Co-authored-by: Tim Besard <tim.besard@gmail.com>
    yuyichao and maleadt authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    a066f7b View commit details
    Browse the repository at this point in the history
  5. Bump julia-actions/cache from 2 to 3 (#539)

    Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3.
    - [Release notes](https://github.com/julia-actions/cache/releases)
    - [Commits](julia-actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: julia-actions/cache
      dependency-version: '3'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    2d215d7 View commit details
    Browse the repository at this point in the history
  6. Bump version and LLVMExtra

    maleadt authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    4a5d5bf View commit details
    Browse the repository at this point in the history
  7. Add CI for 1.13. (#545)

    maleadt authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    01323f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c03b8bb View commit details
    Browse the repository at this point in the history
  9. Add precompilation workload.

    maleadt committed Apr 22, 2026
    2 Configuration menu
    Copy the full SHA
    3cc588d View commit details
    Browse the repository at this point in the history
Loading