Skip to content
Snippets Groups Projects
  1. Mar 20, 2015
  2. Mar 17, 2015
  3. Mar 16, 2015
  4. Mar 15, 2015
  5. Mar 10, 2015
    • Lioncash's avatar
      dyncom: Minor cleanup · e34ba68e
      Lioncash authored
      Assemblers will exit with an error when trying to assemble instructions with disallowed registers.
      e34ba68e
  6. Mar 09, 2015
  7. Mar 04, 2015
  8. Mar 02, 2015
  9. Feb 28, 2015
  10. Feb 26, 2015
  11. Feb 25, 2015
  12. Feb 22, 2015
  13. Feb 17, 2015
  14. Feb 16, 2015
  15. Feb 15, 2015
  16. Feb 13, 2015
  17. Feb 12, 2015
  18. Feb 11, 2015
  19. Feb 10, 2015
    • Lioncash's avatar
      arm: Remove TRUE/FALSE defines · 088fab74
      Lioncash authored
      - Removed the Debug parameter from ARMul_State since it isn't used.
      - Changed ARMul_CoProInit to a void function. It always returned true.
      088fab74
    • Lioncash's avatar
      arm_dyncom_thumb: Make lookup tables static · 8d2fb3bb
      Lioncash authored
      These don't need to be recreated all the time.
      8d2fb3bb
    • Lioncash's avatar
      dyncom: Add more regs to MCR/MRC · 3eccc66a
      Lioncash authored
      Adds the registers that were left out of some coprocessor ranges.
      3eccc66a
    • Lioncash's avatar
    • Kevin Hartman's avatar
      Scheduler refactor Pt. 1 · 5fcbfc06
      Kevin Hartman authored
      * Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid
      for a thread at any given point in the system.
      * Removes dead code from thread.cpp.
      * Moves the implementation of resetting a ThreadContext to the corresponding core's implementation.
      
      Other changes:
      * Fixed comments in arm interfaces.
      * Updated comments in thread.cpp
      * Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp.
      * Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation.
      5fcbfc06
  20. Feb 09, 2015
Loading