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

runtime versions of Intrinsics.reinterpret #13485

Merged
merged 11 commits into from
Oct 17, 2015
Merged

Commits on Oct 7, 2015

  1. Configuration menu
    Copy the full SHA
    7a6a9e0 View commit details
    Browse the repository at this point in the history
  2. wip: cleanup intrinsics

    vtjnash committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    9717472 View commit details
    Browse the repository at this point in the history
  3. introduce a call method for (runtime versions of) intrinsics. use it …

    …to have "reinterpret" do runtime error checking (fix #12832)
    vtjnash committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    5f32773 View commit details
    Browse the repository at this point in the history
  4. create a compile option for a Julia that is not linked against llvm (…

    …other than libLLVMSupport.a for APInt support)
    vtjnash committed Oct 7, 2015
    Configuration menu
    Copy the full SHA
    ac66b65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d23dc85 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2015

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

Commits on Oct 16, 2015

  1. 2 Configuration menu
    Copy the full SHA
    897886c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3edb24c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e10010 View commit details
    Browse the repository at this point in the history
  4. store a minimal list for jl_module_init_order

    reduces runtime lookup effort. but the real reason is that it is a workaround because of the replacing of Core.Inference
    vtjnash committed Oct 16, 2015
    Configuration menu
    Copy the full SHA
    040cf46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cda8b06 View commit details
    Browse the repository at this point in the history