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

[WIP] Support LLVM12 #503

Merged
merged 15 commits into from
Jul 26, 2021
Merged

[WIP] Support LLVM12 #503

merged 15 commits into from
Jul 26, 2021

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    6e92cb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5d3f07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c5bebe View commit details
    Browse the repository at this point in the history
  4. Fix formatting.

    elliottslaughter committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    7bc34b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61a4658 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    dfcf56f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85034d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Use Attribute::get* methods for ByVal and SRet

    Fixes "Attribute 'byval' type does not match parameter!" errors
    Jcd1230 committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    0de11ce View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

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

    Jcd1230 committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    c056eb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Add llvm_headers_120.h

    Jcd1230 committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    ca92b10 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Support more linker versions in Makefile

    Changes the way LLVM & Clang object files are detected & extracted in
    the default Makefile to handle a wider variety of linker `-t` output formats.
    Jcd1230 committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    14874ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c450ad View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    c9c9898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f72f73 View commit details
    Browse the repository at this point in the history