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

Run translation and LLVM in parallel when compiling with multiple CGUs #43506

Merged
merged 29 commits into from
Aug 1, 2017

Commits on Jul 31, 2017

  1. Configuration menu
    Copy the full SHA
    c4adece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d4725 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bac57cf View commit details
    Browse the repository at this point in the history
  4. async-llvm(4): Move work coordination to separate thread in order to …

    …free up the main thread for translation.
    michaelwoerister committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    df6be33 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b18a61a View commit details
    Browse the repository at this point in the history
  6. async-llvm(6): Make the LLVM work coordinator get its work package th…

    …rough a channel instead of upfront.
    michaelwoerister committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    8f6894e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4282dd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    645841e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ccb970b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28589ec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f3ce505 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    397b2a8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b924ec1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a1be658 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    943a5bd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ad9eaa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e7d0fa3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7e09d1e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    81b789f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ab3bc58 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1480be3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8819278 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f5acc39 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bd36df8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a9a0ea9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    cacc31f View commit details
    Browse the repository at this point in the history
  27. async-llvm(27): Move #[rustc_error] check to an earlier point in orde…

    …r to restore some test expections.
    michaelwoerister committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    b1e043e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Configuration menu
    Copy the full SHA
    b8d4413 View commit details
    Browse the repository at this point in the history
  2. async-llvm(29): Adapt run-make/llvm-phase test case to LLVM module no…

    …t being available in memory.
    michaelwoerister committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    6468cad View commit details
    Browse the repository at this point in the history