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

make >= 128-bit integer types 16-byte aligned #3003

Closed

Commits on Aug 4, 2019

  1. Configuration menu
    Copy the full SHA
    5a41bc1 View commit details
    Browse the repository at this point in the history
  2. remove assertion for same type sizes as LLVM

    Types can have differnt sizes than LLVM would give them.
    Added test demonstrates this and would trip said assert.
    mschwaig committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    eeec6c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6655117 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Revert "add hack to fix std.Mutex test"

    This reverts commit 6655117.
    mschwaig committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    0166f72 View commit details
    Browse the repository at this point in the history
  2. fix test based on review

    mschwaig committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    cd2a07f View commit details
    Browse the repository at this point in the history
  3. add tests which segfault

    mschwaig committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    958d2a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b831fd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

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