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

LLVM compile #17

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 24, 2017

  1. Make greeklib buildable with LLVM

    This was quite straightforward, it involved:
    - Ensuring all int functions return a value
    - Including all libc headers necessary
    - Explicitly including all .h files used
    nickjwhite committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    cb0fd5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c32bcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    477e07d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    042e156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8b83e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    708ca12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d07e7ce View commit details
    Browse the repository at this point in the history
  8. Make gener build with LLVM

    nickjwhite committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    222f7f8 View commit details
    Browse the repository at this point in the history
  9. Make anal/ build with LLVM

    This should be everything buildable, I believe, so next job is to test
    the output.
    nickjwhite committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    0da1bf7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9e05b8 View commit details
    Browse the repository at this point in the history