1. 25 Jan, 2018 9 commits
  2. 24 Jan, 2018 5 commits
  3. 23 Jan, 2018 3 commits
  4. 22 Jan, 2018 14 commits
  5. 21 Jan, 2018 9 commits
    • bunnei's avatar
      Merge pull request #130 from MerryMage/dynarmic · 32d91fa6
      bunnei authored
      externals: Update dynarmic
      32d91fa6
    • David's avatar
      Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114) · eeb3b5ee
      David authored
      * Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid
      
      * used clang-format-3.9 instead
      
      * lowercase pid
      
      * Moved nvmemp handlers to cpp
      
      * Removed unnecessary logging for NvOsGetConfigU32. Cleaned up log and changed to LOG_DEBUG
      
      * using std::arrays instead of c arrays
      
      * nvhost get config now uses std::array completely
      
      * added pid logging back
      
      * updated cmakelist
      
      * missing includes
      
      * added array, removed memcpy
      
      * clang-format6.0
      eeb3b5ee
    • bunnei's avatar
      Merge pull request #128 from Subv/parcel_query · 2403143f
      bunnei authored
      VI: Implement the Query transaction of IHOSBinderDriver, and stubbed some results.
      2403143f
    • Lioncash's avatar
      nvmap: Add a return 0 underneath the UNIMPLEMENTED macro · 06d2e1bd
      Lioncash authored
      This macro resolves to an empty macro in release builds.
      06d2e1bd
    • Lioncash's avatar
      nvmap: Make IoctlCommands an enum class · 687a17ac
      Lioncash authored
      Prevents the enum values from polluting the surrounding scope
      687a17ac
    • MerryMage's avatar
      externals: Update dynarmic · e7cb20fb
      MerryMage authored
      a6d17e A64: Implement AND (vector)
      963453 tests/A64: Randomize vectors
      adcd34 tests/A64/unicorn: Print interrupt number when InterruptHook is hit
      304c91 tests/A64: Allow RunTestInstance to start from an arbitrary offset
      d333b5 A64: Implement ADD (vector, vector)
      1cf87a A64: Implement REV, REV32, and REV16 (#126)
      9fc157 IR: Simplify types. F32 -> U32, F64 -> U64, F128 -> U128
      50c181 reg_alloc: GetBitWidth: Add UNREACHABLE
      adccbf reg_alloc: Consider bitwidth of data and registers when emitting instructions
      7b7f23 A64: Implement CSEL
      2f8413 IR: Implement Conditional Select
      ebb3e8 A64/tests: Split unicorn sanity checking from other tests
      5740a0 tests/A64: Single random instruction: Test branch instructions as well
      0892b4 A64/translate/branch: bug: Read-after-write error in BLR
      e77bc2 A64: Implement SBFM, BFM, UBFM
      0c37ca A64: Implement MOVN, MOVZ, MOVK
      b6bb59 travis: Print current test information
      e77207 fuzz_thumb: Off by one error
      a04ca2 ir/location_descriptor: Add missing <functional> header for std::hash
      1e0f5c travis: Run A64 tests
      e7cb20fb
    • bunnei's avatar
      Merge pull request #123 from bunnei/fs · ab852570
      bunnei authored
      Initial implementation of RomFS filesystem and fsp-srv
      ab852570
    • bunnei's avatar
      file_sys: Clang format fixes. · 5035d18b
      bunnei authored
      5035d18b
    • bunnei's avatar
      8e50d600