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

Value Numbering + Major bug fixes #491

Merged
merged 29 commits into from
Aug 16, 2018
Merged

Value Numbering + Major bug fixes #491

merged 29 commits into from
Aug 16, 2018

Commits on Jul 8, 2018

  1. Configuration menu
    Copy the full SHA
    e8fa474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cc3d60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    525f3fe View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Configuration menu
    Copy the full SHA
    485e2be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba74342 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2018

  1. Configuration menu
    Copy the full SHA
    eec606b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893e4a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca0de54 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Configuration menu
    Copy the full SHA
    de35ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52fc4b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

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

Commits on Aug 4, 2018

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

Commits on Aug 5, 2018

  1. - Bug fix

    tgiphil committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    0437179 View commit details
    Browse the repository at this point in the history
  2. - Bug fix

    tgiphil committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    754a109 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. #1

    tgiphil committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    9f8dbf9 View commit details
    Browse the repository at this point in the history
  2. #2

    tgiphil committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    8cce4db View commit details
    Browse the repository at this point in the history
  3. #3

    tgiphil committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    29de084 View commit details
    Browse the repository at this point in the history
  4. #4

    tgiphil committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    9036120 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. #5

    tgiphil committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    97cc309 View commit details
    Browse the repository at this point in the history
  2. #6

    tgiphil committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    827e413 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. #7

    tgiphil committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    197b5e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. #8

    tgiphil committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    9a24a0c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. #9

    tgiphil committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    7e76203 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. #10

    tgiphil committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    0464a84 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. #11

    tgiphil committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    0c4cdc7 View commit details
    Browse the repository at this point in the history
  2. #12

    tgiphil committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    08b5d71 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/mosa/MOSA-Project into bu…

    …gfix-2
    
    # Conflicts:
    #	Demos/Run-TestWorld.bat
    #	Source/Mosa.Compiler.Framework/Analysis/SimpleFastDominance.cs
    #	Source/Mosa.Compiler.Framework/BaseMethodCompilerStage.cs
    #	Source/Mosa.Compiler.Framework/Compiler.cs
    #	Source/Mosa.Compiler.Framework/CompilerOptions.cs
    #	Source/Mosa.Compiler.Framework/Stages/DeadBlockStage.cs
    #	Source/Mosa.Compiler.Framework/Stages/EnterSSAStage.cs
    #	Source/Mosa.Compiler.Framework/Stages/IRCleanupStage.cs
    #	Source/Mosa.Compiler.Framework/Stages/IROptimizationStage.cs
    #	Source/Mosa.Compiler.Framework/Stages/PromoteTemporaryVariables.cs
    #	Source/Mosa.Compiler.Framework/Stages/ValueNumberingStage.cs
    #	Source/Mosa.Tool.Explorer/MainForm.Designer.cs
    #	Source/Mosa.Tool.Launcher/MainForm.Designer.cs
    tgiphil committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    93865a7 View commit details
    Browse the repository at this point in the history
  4. - Project updates

    tgiphil committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    2f7d811 View commit details
    Browse the repository at this point in the history
  5. - Project updates

    tgiphil committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    057c3e8 View commit details
    Browse the repository at this point in the history