1. 15 Jan, 2018 20 commits
  2. 14 Jan, 2018 16 commits
  3. 13 Jan, 2018 4 commits
    • MerryMage's avatar
      Minor cleanup · 80db02c4
      MerryMage authored
      80db02c4
    • MerryMage's avatar
      macOS: Update Info.plist · b3c30353
      MerryMage authored
      b3c30353
    • James Rowe's avatar
      c2d28351
    • MerryMage's avatar
      Update dynarmic to bc73004 · 668e5452
      MerryMage authored
      bc73004 a64_merge_interpret_blocks: Remove debug output
      4e656ed tests/A64: Randomize PSTATE.<NZCV>
      fd9530b A64: Optimization: Merge interpret blocks
      3c9eb04 testenv: Use format constants
      324f3fc tests/A64: Unicorn interface fixes
      98ecbe7 tests/A64: Fuzz against unicorn
      b1d38e7 tests/A64: Move TestEnvironment to own header
      5218ad9 A64/data_processing_pcrel: bug: ADR{,P} instructions sign extend their immediate
      b1a8c39 A64/data_processing_addsub: bug: {ADD,SUB}S (extended register) instructions write to ZR when d = 31
      64827fb a64_emit_x64: bug: A64CallSupervisor trampled callee-save registers
      1bfa04d emit_x64: bug: OP m/r64, imm32 form instructions sign-extend their immediate on x64
      edadeea A64 inferface: Use two argument static_assert
      9ab1304 A64: Add ExceptionRaised IR instruction
      6843eed Update readme
      7438d07 A64/translate: Add TranslateSingleInstruction function
      668e5452