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

Build infra changes to enable building a more universal cross target jit builds #41126

Merged
merged 23 commits into from
Sep 9, 2020

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    906d468 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    83ed473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    482e8c3 View commit details
    Browse the repository at this point in the history
  3. New build subset rules

    davidwrighton committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    824419d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56cc15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d359df View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Swap crossgen2 to use new clrjit dlls

    - Also add support for building x64 hosted crossgen2 into all non-x64 builds
      - Allows for running live built crossgen2 during further compilation and test steps
    davidwrighton committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    d471312 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1afd7e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72dd26d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Consolidate all standalone jit building to use the function instead o…

    …f a separate cmakelists.txt file
    davidwrighton committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    ef86678 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    7d3c823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db74ff8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

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

Commits on Aug 26, 2020

  1. Code review feedback

    davidwrighton committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    fa08b56 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    0f420f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbeceaf View commit details
    Browse the repository at this point in the history
  3. Improve R2R dump

    - Print out x86 absolute reloc targets
    - In naked mode, do not emit RVAs for EH clause details
    davidwrighton committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    b0703f7 View commit details
    Browse the repository at this point in the history
  4. Fix difference in x86 r2r image generation between x64 and x86 hosted

    - actual compiled code size wasn't properly handled in CorInfoImpl, resulting in binaries of excess size
    davidwrighton committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    f5e1064 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

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

Commits on Sep 4, 2020

  1. Fix issues found in CI

    davidwrighton committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    42b44da View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    davidwrighton committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    92fe566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8da95fb View commit details
    Browse the repository at this point in the history