Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 102be342f6e1
Choose a base ref
...
head repository: crystal-lang/crystal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 009d9bc98d98
Choose a head ref
  • 3 commits
  • 49 files changed
  • 1 contributor

Commits on Feb 11, 2017

  1. LLVM: bind Context functions, and apply a general refactor

    Ary Borenszweig committed Feb 11, 2017

    Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    4c6708c View commit details

Commits on Feb 12, 2017

  1. LLVM: remove global context and related functions

    Now a single non-global context is used in the compiler.
    The next step is to use one context per module, so we can
    compile them in different threads.
    Ary Borenszweig committed Feb 12, 2017
    Copy the full SHA
    193225d View commit details

Commits on Feb 13, 2017

  1. Compiler: use a different LLVM::Context for each LLVM::Module

    Ary Borenszweig committed Feb 13, 2017
    Copy the full SHA
    009d9bc View commit details
Loading