1. 06 Oct, 2014 2 commits
  2. 01 Oct, 2014 1 commit
  3. 30 Sep, 2014 2 commits
  4. 29 Sep, 2014 4 commits
  5. 25 Sep, 2014 1 commit
  6. 24 Sep, 2014 4 commits
  7. 23 Sep, 2014 1 commit
  8. 22 Sep, 2014 5 commits
  9. 19 Sep, 2014 3 commits
  10. 18 Sep, 2014 3 commits
  11. 17 Sep, 2014 2 commits
  12. 16 Sep, 2014 2 commits
  13. 12 Sep, 2014 4 commits
  14. 11 Sep, 2014 3 commits
  15. 10 Sep, 2014 2 commits
  16. 09 Sep, 2014 1 commit
    • Jacob.Bramley@arm.com's avatar
      Reland r23732: ARM64: Fix and improve --trace-sim register trace. · 3dbb3c39
      Jacob.Bramley@arm.com authored
      - Use standard names (except that our GREY is the standard BLACK).
      - Make non-bold colours explicit, otherwise the boldness can carry over
        into subsequent colour declarations.
      - I've moved some colours around to make them consistent. Register value
        updates (which are very common) now stand out less than they did,
        making the less-common (and arguably more important) debug
        announcements appear brighter.
        - FP registers and values are now magenta.
        - Integer registers and values are now cyan.
        - Memory accesses are now blue.
      - LOG_WRITE prints the source register for stores.
      - Loads are logged with a format similar to that used for stores.
        Specifically, the memory address is printed alongside the new register
        value.
      - Updates to D registers print the raw bits as well as the double value.
        Updates to S registers print the raw bits as well as the float value.
        (Previously, we printed both double and float interpretations of the
        bits, which was a bit cluttered.)
      
      BUG=
      R=svenpanne@chromium.org
      
      Review URL: https://codereview.chromium.org/551823004
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23802 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      3dbb3c39