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

Experimental JIT compiler #3292

Closed
wants to merge 10 commits into from
Closed

Experimental JIT compiler #3292

wants to merge 10 commits into from

Commits on Aug 28, 2012

  1. Add experimental JIT compiler

    z0w0 authored and brson committed Aug 28, 2012
    Configuration menu
    Copy the full SHA
    7d8f00f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4901b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9a3bf6 View commit details
    Browse the repository at this point in the history
  4. jit: Add passes and cleanup code

    z0w0 authored and brson committed Aug 28, 2012
    Configuration menu
    Copy the full SHA
    f37fbc7 View commit details
    Browse the repository at this point in the history
  5. jit: Forgot header for inlining pass

    z0w0 authored and brson committed Aug 28, 2012
    Configuration menu
    Copy the full SHA
    ca9c7b2 View commit details
    Browse the repository at this point in the history
  6. jit: correct formatting

    z0w0 authored and brson committed Aug 28, 2012
    Configuration menu
    Copy the full SHA
    9bb97d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b74e625 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2012

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

Commits on Aug 30, 2012

  1. jit: Clean rustllvm code, let rustc expose __morestack instead of lin…

    …king in libmorestack and return _rust_main and call it from rustc
    z0w0 committed Aug 30, 2012
    Configuration menu
    Copy the full SHA
    fd89f05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f106761 View commit details
    Browse the repository at this point in the history