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

LLVM upgrades #6713

Closed
wants to merge 5 commits into from
Closed

Commits on Jun 11, 2013

  1. Configuration menu
    Copy the full SHA
    d98febe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a108ae View commit details
    Browse the repository at this point in the history
  3. Upgrade LLVM

    brson authored and alexcrichton committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    3ea26b3 View commit details
    Browse the repository at this point in the history
  4. Fix build issues once LLVM has been upgraded

    * LLVM now has a C interface to LLVMBuildAtomicRMW
    * The exception handling support for the JIT seems to have been dropped
    * Various interfaces have been added or headers have changed
    alexcrichton committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    dd0ebed View commit details
    Browse the repository at this point in the history
  5. Fix setting the fixed stack segment attribute on LLVM functions

    At the same time create a more robust wrapper to try to prevent this type of
    issue from cropping up in the future.
    alexcrichton committed Jun 11, 2013
    Configuration menu
    Copy the full SHA
    db9373f View commit details
    Browse the repository at this point in the history