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

Upgrade LLVM to support ARM split stacks and unwinding #5612

Merged
merged 6 commits into from
Apr 11, 2013

Commits on Apr 11, 2013

  1. Update LLVM for ARM changes

    brson committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    a9741bd View commit details
    Browse the repository at this point in the history
  2. rustllvm: followup latest LLVM

    yichoi authored and brson committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    4b4f482 View commit details
    Browse the repository at this point in the history
  3. rust morestack assembly for arm

    Conflicts:
    	src/rt/arch/arm/morestack.S
    ILyoan authored and brson committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    3d0d144 View commit details
    Browse the repository at this point in the history
  4. FIX meta_section_name for macos

    ILyoan authored and brson committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    344628f View commit details
    Browse the repository at this point in the history
  5. rustllvm: Initialize target analysis passes

    Without this the target info for certain optimizations will not be
    created and the compiler will sometimes crash
    brson committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    a34948a View commit details
    Browse the repository at this point in the history
  6. add unwind information on morestack

    ILyoan authored and brson committed Apr 11, 2013
    Configuration menu
    Copy the full SHA
    03116f2 View commit details
    Browse the repository at this point in the history