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

Next80 merge test #9

Closed
wants to merge 9 commits into from
Closed

Next80 merge test #9

wants to merge 9 commits into from

Commits on Mar 20, 2019

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

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    31247e3 View commit details
    Browse the repository at this point in the history
  2. [PPC64][libunwind] Fix r2 not properly restored

    This change makes each unwind step inspect the instruction at the
    return address and, if needed, read r2 from its saved location and
    modify the context appropriately.
    
    One point that (maybe) could be improved is to try to find if the
    binary being unwound is ELFv1 or ELFv2 at run time, instead of at
    compile time, or, find out the correct save location of r2 in some
    other way.
    luporl authored and luporl committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    6b293b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Addressed review comments

    luporl authored and luporl committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    2b112d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Merge branch 'next80' of github.com:PPC64/llvm-project into next80

    luporl authored and luporl committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    46ef371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f2bdd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Fixed regression and ELFv1 ASM functions

    luporl authored and luporl committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    a994896 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    a9e7e34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5efb305 View commit details
    Browse the repository at this point in the history