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

Backport fixes to LLVM 4.0 ARM codegen bugs #42740

Merged
merged 1 commit into from
Jun 19, 2017
Merged

Commits on Jun 18, 2017

  1. Backport fixes to LLVM 4.0 ARM codegen bugs

    So ARM had quite a few codegen bugs on LLVM 4.0 which are fixed on LLVM
    trunk. This backports 5 of them:
    r297871 - ARM: avoid clobbering register in v6 jump-table expansion.
        - fixes rust-lang#42248
    r294949 - [Thumb-1] TBB generation: spot redefinitions of index
    r295816 - [ARM] Fix constant islands pass.
    r300870 - [Thumb-1] Fix corner cases for compressed jump tables
    r302650 - [IfConversion] Add missing check in
    IfConversion/canFallThroughTo
        - unblocks rust-lang#39409
    arielb1 committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    207951b View commit details
    Browse the repository at this point in the history