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: m-labs/artiq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 603d49dffa99
Choose a base ref
...
head repository: m-labs/artiq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: adf18bb04263
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 19, 2015

  1. Add a trivial dead code elimination transform.

    Its purpose is to sweep up basic blocks with no predecessors,
    which are annoying to handle explicitly elsewhere.
    whitequark committed Jul 19, 2015
    Copy the full SHA
    f212ec0 View commit details
  2. Fix IRGenerator.append(loc=...).

    whitequark committed Jul 19, 2015
    Copy the full SHA
    8eedb3b View commit details
  3. Use ".k" instead of "k" for the finalizer continuation variable.

    The dot signifies that this is an internal variable and it
    does not need to be tracked as if it was a user-defined one.
    whitequark committed Jul 19, 2015
    Copy the full SHA
    4bd83fb View commit details
  4. Fix assignment to tuples in IRGenerator.

    whitequark committed Jul 19, 2015
    Copy the full SHA
    adf18bb View commit details
Loading