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

stage2 translate-c: function body statements #2569

Merged
merged 38 commits into from
Jul 16, 2019

Commits on May 26, 2019

  1. WIP translate var decl

    hryx committed May 26, 2019
    Configuration menu
    Copy the full SHA
    fceedad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99f0b28 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. var decl: threadlocal

    hryx committed May 27, 2019
    Configuration menu
    Copy the full SHA
    c79b8ae View commit details
    Browse the repository at this point in the history
  2. var decl: init node

    hryx committed May 27, 2019
    Configuration menu
    Copy the full SHA
    1a8f8c6 View commit details
    Browse the repository at this point in the history
  3. var decl: ImplicitCastExpr

    hryx committed May 27, 2019
    Configuration menu
    Copy the full SHA
    9c437f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bbee1b View commit details
    Browse the repository at this point in the history
  5. Remove unused local struct type

    hryx committed May 27, 2019
    Configuration menu
    Copy the full SHA
    2aa1c5d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    e1f3eec View commit details
    Browse the repository at this point in the history
  2. Prevent infinite recursion

    hryx committed May 28, 2019
    Configuration menu
    Copy the full SHA
    2229986 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e07888e View commit details
    Browse the repository at this point in the history
  4. expr: DeclRefExpr

    hryx committed May 28, 2019
    Configuration menu
    Copy the full SHA
    b558d09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e632c2a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

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

Commits on Jun 8, 2019

  1. transCStyleCastExpr

    hryx committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    1f82c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1692a76 View commit details
    Browse the repository at this point in the history
  3. (broken) translate Paren type

    hryx committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    ed5b833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad0f056 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

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

Commits on Jun 10, 2019

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

Commits on Jun 11, 2019

  1. transReturnStmt

    hryx committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    0f545e5 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Configuration menu
    Copy the full SHA
    6325ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae95d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8b460 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c86a19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c423697 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    226a23d View commit details
    Browse the repository at this point in the history
  7. Observe translate mode in stage2

    hryx committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    b2e06c3 View commit details
    Browse the repository at this point in the history
  8. transStringLiteral

    hryx committed Jun 23, 2019
    Configuration menu
    Copy the full SHA
    69b90e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. transBinaryOperator: Add, Sub

    hryx committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    f845994 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Escape C string literals

    hryx committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    8435351 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Configuration menu
    Copy the full SHA
    b4bd52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e0ff32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2060c7c View commit details
    Browse the repository at this point in the history
  4. Use new width format option

    hryx committed Jun 28, 2019
    Configuration menu
    Copy the full SHA
    6462688 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc74bf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Configuration menu
    Copy the full SHA
    102bf52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247e567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e38f72 View commit details
    Browse the repository at this point in the history