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

Fixes c_ABI tests on windows #2079

Merged
merged 7 commits into from
Mar 20, 2019
Merged

Fixes c_ABI tests on windows #2079

merged 7 commits into from
Mar 20, 2019

Commits on Mar 16, 2019

  1. Configuration menu
    Copy the full SHA
    0d4a5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    094d40f View commit details
    Browse the repository at this point in the history
  3. avoid reading LineBlockFragmentHeader at all if the address is not in…

    … range, thus simplifying code and improving speed of execution
    Sahnvour committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    704dfaa View commit details
    Browse the repository at this point in the history
  4. print a message instead of returning an error when debug info comes f…

    …rom a source file not found (for example compiled on another computer)
    Sahnvour committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    ae9b90c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Configuration menu
    Copy the full SHA
    c17b163 View commit details
    Browse the repository at this point in the history
  2. c_abi: add some tests for int and float parameter passing potentially…

    … using both registers and stack
    Sahnvour committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    27d5e1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d669db7 View commit details
    Browse the repository at this point in the history