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

-DO NOT ACCEPT- New memory model #5

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 31, 2019

  1. Fixed the assembly names of some instructions which produces

    ambiguous disassembly.
    
    There are two variants like this:
    `VCVTPD2DQ xmm1, xmm2/m128` and `VCVTPD2DQ xmm1, ymm2/m256`
    
    In order to distinguish them the correct assembly mneumonic (prescribed by xed
        and objdump) are
    VCVTPD2DQX and VCVTPD2DQY resp.
    sdasgup3 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    51b248c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2019

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

Commits on Feb 3, 2019

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

Commits on Feb 4, 2019

  1. Make opcodes tokens

    Andrew-Miranti committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    956e1df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df47ed7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

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

Commits on Feb 12, 2019

  1. Configuration menu
    Copy the full SHA
    9b8787e View commit details
    Browse the repository at this point in the history
  2. The memory model migration begins. Removing lots of call sites into t…

    …he old model to replace them with new, removed assembler labels (since they will not exist in the decoded instruction stream)
    Andrew-Miranti committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    b64e647 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2019

  1. Hello World Works!

    Andrew-Miranti committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    54631d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

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

Commits on Feb 23, 2019

  1. Finished run-on-elf.py

    Andrew-Miranti committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    ff7c42a View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2019

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

Commits on Feb 26, 2019

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

Commits on Feb 28, 2019

  1. Woops

    Andrew-Miranti committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    5286c22 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

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

Commits on Mar 14, 2019

  1. Configuration menu
    Copy the full SHA
    b757149 View commit details
    Browse the repository at this point in the history
  2. Merge in jump changes

    Andrew-Miranti committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    5ce11ad View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

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