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

Worked on move hints #29

Merged
merged 32 commits into from
Mar 30, 2014
Merged

Worked on move hints #29

merged 32 commits into from
Mar 30, 2014

Commits on Mar 24, 2014

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

Commits on Mar 26, 2014

  1. Constructed SpinLock for X86 Platform

    This code is untested but works in theory, need to devise tests.
    charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    b3fd811 View commit details
    Browse the repository at this point in the history
  2. Fix and temporary workaround.

    Fix for null operand issue.
    
    Temporary work around for the following issues:
    mosa#25
    mosa#24
    charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    a28bd3a View commit details
    Browse the repository at this point in the history
  3. - Fixed use of XOR instruction

    - Removed unused intrinsic
    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    bea8cf4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a87bea View commit details
    Browse the repository at this point in the history
  5. - Minor refactoring of EnterSSA stage

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    7816dff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e719cb View commit details
    Browse the repository at this point in the history
  7. - Added Block Order implementations

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    b5f7165 View commit details
    Browse the repository at this point in the history
  8. - Added linker factory

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    3efc37c View commit details
    Browse the repository at this point in the history
  9. - Added boot stage factory

    - Refactored base/interface usage
    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    91925f6 View commit details
    Browse the repository at this point in the history
  10. - Refactored base/interface usage

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    c38aae2 View commit details
    Browse the repository at this point in the history
  11. - Refactored base/interface usage

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    04acd8e View commit details
    Browse the repository at this point in the history
  12. - Refactored base/interface usage

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    c6e56fb View commit details
    Browse the repository at this point in the history
  13. - CodeMain

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    dd6f72a View commit details
    Browse the repository at this point in the history
  14. - Purge Archive

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    2a1aabd View commit details
    Browse the repository at this point in the history
  15. - Worked on EnterSSA

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    372f5a4 View commit details
    Browse the repository at this point in the history
  16. - Fixed Promote Local Variables Stage

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    1647cc4 View commit details
    Browse the repository at this point in the history
  17. - Fixed rare bugs with SSA

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    e62d359 View commit details
    Browse the repository at this point in the history
  18. - Fixed rare bugs with SSA

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    5bc7d74 View commit details
    Browse the repository at this point in the history
  19. - Minor

    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    65f5411 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ba86911 View commit details
    Browse the repository at this point in the history
  21. - Added constant folding optimization for shift operations

    - Added dead code removal optimization for unreferenced blocks
    tgiphil authored and charsleysa committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    53ffa93 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f8eb2a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2014

  1. Configuration menu
    Copy the full SHA
    6c9160d View commit details
    Browse the repository at this point in the history
  2. - Added MoveHints to register (incomplete)

    - Renamed LiveIntervalUnion to LiveIntervalTrack
    tgiphil committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    05d6502 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. Configuration menu
    Copy the full SHA
    b6daa5b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/kiootic/MOSA-Project

    Conflicts:
    	Source/Mosa.Compiler.MosaTypeSystem/Metadata/CLRMetadata.cs
    	Source/Mosa.Compiler.MosaTypeSystem/Metadata/MetadataCache.cs
    tgiphil committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    7171cc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2014

  1. Configuration menu
    Copy the full SHA
    f1214da View commit details
    Browse the repository at this point in the history
  2. Fixed CoolWorld crash

    Fixed CoolWorld crash caused by no checking for SMBIOS.
    Now runs fine in TinySimulator, there is still an issue with QEMU.
    charsleysa committed Mar 30, 2014
    Configuration menu
    Copy the full SHA
    bfc53f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61d9314 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6196624 View commit details
    Browse the repository at this point in the history
  5. - Minor fixes

    tgiphil committed Mar 30, 2014
    Configuration menu
    Copy the full SHA
    38ec304 View commit details
    Browse the repository at this point in the history