Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ssloy/tinycompiler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ssloy/tinycompiler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: llvm-ir
Choose a head ref
  • 20 commits
  • 16 files changed
  • 2 contributors

Commits on Jan 31, 2025

  1. LLVM IR hello world

    ssloy committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    e742a9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7857fe3 View commit details
    Browse the repository at this point in the history
  3. polishing

    ssloy committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    b41d10b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. loops and conditions

    ssloy committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    e9f6d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c151915 View commit details
    Browse the repository at this point in the history
  3. makefile

    ssloy committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    c8d48f5 View commit details
    Browse the repository at this point in the history
  4. scope indices are removed, back to variable names. Context is not cap…

    …tured correctly, need to fix that.
    ssloy committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    3ce263d View commit details
    Browse the repository at this point in the history
  5. null args/context bugfix

    ssloy committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    3b4d323 View commit details
    Browse the repository at this point in the history
  6. bad context example

    ssloy committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    5515b61 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. analyzer WIP

    ssloy committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    b9d0e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    514a9bd View commit details
    Browse the repository at this point in the history
  3. template polishing

    ssloy committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    e889b5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da3e700 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. ssa mem2reg wip

    ssloy committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    763facf View commit details
    Browse the repository at this point in the history
  2. mem2reg seems to work

    ssloy committed Feb 6, 2025
    Configuration menu
    Copy the full SHA
    3e79772 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    783531d View commit details
    Browse the repository at this point in the history
  2. refactoring wip

    ssloy committed Feb 7, 2025
    Configuration menu
    Copy the full SHA
    4936021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7f06ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f7d3ed View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. llvm ir cfg wip

    ssloy committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    251dd40 View commit details
    Browse the repository at this point in the history
Loading