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

Inline assembly #2873

Merged
merged 68 commits into from Jul 20, 2020
Merged

Inline assembly #2873

merged 68 commits into from Jul 20, 2020

Commits on Jan 13, 2020

  1. Add inline asm RFC

    Amanieu committed Jan 13, 2020
    Copy the full SHA
    5559913 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Minor corrections

    Amanieu committed Jan 14, 2020
    Copy the full SHA
    4edab76 View commit details
    Browse the repository at this point in the history
  2. More minor corrections

    Amanieu committed Jan 14, 2020
    Copy the full SHA
    03f22fe View commit details
    Browse the repository at this point in the history
  3. Oops

    Amanieu committed Jan 14, 2020
    Copy the full SHA
    31cab5e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Copy the full SHA
    add2123 View commit details
    Browse the repository at this point in the history
  2. Rename flags() to options()

    Amanieu committed Jan 21, 2020
    Copy the full SHA
    fad338a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    806228f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

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

Commits on Jan 24, 2020

  1. Clarify rules

    Amanieu committed Jan 24, 2020
    Copy the full SHA
    fc99a8c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Rename imm to const

    Amanieu committed Jan 25, 2020
    Copy the full SHA
    2572476 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Copy the full SHA
    93b179c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Fix minor typos

    Amanieu committed Feb 9, 2020
    Copy the full SHA
    d82b70d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Copy the full SHA
    2adfde8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    89cbf28 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Copy the full SHA
    5884b7f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f427d17 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    feecfa1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    15c7aa8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Copy the full SHA
    7d066ce View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Fix typos

    Amanieu committed Feb 25, 2020
    Copy the full SHA
    44853af View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b5d854d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6b3a129 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d83a1e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Copy the full SHA
    904b71e View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Amanieu committed Feb 28, 2020
    Copy the full SHA
    a48259d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. x[16-31] don't exist on RV32E

    Amanieu committed Feb 29, 2020
    Copy the full SHA
    843b6cf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. Clarify rules

    Amanieu committed Mar 1, 2020
    Copy the full SHA
    a1467e2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f4ffff View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8c54738 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Copy the full SHA
    2d431ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7ddeedc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    571474c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

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

Commits on Mar 6, 2020

  1. Copy the full SHA
    88d4f21 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    df8388f View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Amanieu committed Mar 6, 2020
    Copy the full SHA
    5554950 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d0a743a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1738eec View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8f2871e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Copy the full SHA
    651d152 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Minor fixes

    Amanieu committed Mar 15, 2020
    Copy the full SHA
    766290f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ff3400a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    db1743a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Copy the full SHA
    014624e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    784a13f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Copy the full SHA
    14b47f4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3490ce6 View commit details
    Browse the repository at this point in the history
  3. Assembly code that does not conform to the GAS syntax will result in …

    …assembler-specific behavior.
    Amanieu committed Mar 18, 2020
    Copy the full SHA
    8d8b1d3 View commit details
    Browse the repository at this point in the history
  4. Clarify nounwind rule

    Amanieu committed Mar 18, 2020
    Copy the full SHA
    66bb5f9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ec6a4ce View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Copy the full SHA
    491d29f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    35db0a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

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

Commits on May 1, 2020

  1. Copy the full SHA
    cef9246 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5dd81ea View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    52d0096 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a3c53ec View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

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

Commits on May 11, 2020

  1. Use u32 for CPUID example

    Amanieu committed May 11, 2020
    Copy the full SHA
    62fe4e4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Copy the full SHA
    f45ca4b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1dbeaf9 View commit details
    Browse the repository at this point in the history
  3. Update text/0000-inline-asm.md

    Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
    Amanieu and bjorn3 committed May 16, 2020
    Copy the full SHA
    89f917e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3633849 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ae298d8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Fix broken link

    Amanieu committed May 18, 2020
    Copy the full SHA
    65b1cf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Update text/0000-inline-asm.md

    Co-authored-by: laizy <laizy@users.noreply.github.com>
    Amanieu and laizy committed Jun 2, 2020
    Copy the full SHA
    a03813d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Copy the full SHA
    087ac5c View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. RFC 2873 (asm!): Allow multiple template string arguments

    Interpret them as newline-separated.
    
    Update examples and explanations for this change.
    joshtriplett authored and Amanieu committed Jun 16, 2020
    Copy the full SHA
    733869a View commit details
    Browse the repository at this point in the history