Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use undef for (some) partially-uninit constants #94130

Merged
merged 5 commits into from
Feb 25, 2022

Commits on Feb 18, 2022

  1. Use undef for partially-uninit constants up to 1024 bytes

    There needs to be some limit to avoid perf regressions on large arrays
    with undef in each element (see comment in the code).
    erikdesjardins committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    b7e5597 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    d5769e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e84fa View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. add check for llvm 14

    erikdesjardins committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    067f628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bf8303 View commit details
    Browse the repository at this point in the history