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
base: 1f491996e363
Choose a base ref
...
head repository: crystal-lang/crystal
compare: e5d2bc64cccc
Choose a head ref
  • 8 commits
  • 49 files changed
  • 1 contributor

Commits on Nov 1, 2016

  1. AArch64: ABI

    ysbaddaden committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    d060f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    572df72 View commit details
    Browse the repository at this point in the history
  3. AArch64: std fixes

    - libxml2 is likely to miss unwind tables
    - libyaml bindings
    - libgmp bindings
    ysbaddaden committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    4058154 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5d073a View commit details
    Browse the repository at this point in the history
  5. Fix: use Time.now for Random#new_seed on ARM/AArch64

    Not the safest choice, but LLVM.read_cycle_counter is unavailable.
    Maybe we should use `/dev/urandom` instead.
    ysbaddaden committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    b1e8082 View commit details
    Browse the repository at this point in the history
  6. AArch64: compiler fixes

    ysbaddaden committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    6be63fe View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2016

  1. Fix: some LLVM targets may not be available

    For example Homebrew distributes LLVM without the AArch64 target by
    default.
    ysbaddaden committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    51ce238 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3491 from ysbaddaden/aarch64-support

    AArch64 support (ARMv8-A)
    ysbaddaden committed Nov 2, 2016
    Configuration menu
    Copy the full SHA
    e5d2bc6 View commit details
    Browse the repository at this point in the history