1. 04 Feb, 2016 1 commit
  2. 03 Feb, 2016 3 commits
  3. 02 Feb, 2016 9 commits
  4. 01 Feb, 2016 5 commits
  5. 29 Jan, 2016 5 commits
  6. 28 Jan, 2016 2 commits
  7. 27 Jan, 2016 9 commits
  8. 26 Jan, 2016 5 commits
  9. 25 Jan, 2016 1 commit
    • Clean up register+immediate addresses in ARM. · 18273c0f
      Karl Schimpf authored
      Cleans up the integrated ARM assembler, and its handling of register
      memory addresses that can be modified by an immediate value. Handles
      each possible encoding of such memory addresses.
      
      Also adds assertions to check that the immediate value has the proper
      range for the immediate value, based on the corresponding encoding.
      
      BUG=None
      R=stichnot@chromium.org
      
      Review URL: https://codereview.chromium.org/1630863002 .