1. 24 Sep, 2009 11 commits
  2. 23 Sep, 2009 2 commits
  3. 22 Sep, 2009 13 commits
  4. 21 Sep, 2009 8 commits
  5. 19 Sep, 2009 6 commits
    • Robert Griesemer's avatar
      - filter trailing whitespace · 144580d6
      Robert Griesemer authored
      - removed some unused code
      
      R=rsc
      DELTA=103  (84 added, 15 deleted, 4 changed)
      OCL=34816
      CL=34829
      144580d6
    • Rob Pike's avatar
      hakuho · 084577b8
      Rob Pike authored
      R=ken
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=34828
      CL=34828
      084577b8
    • Russ Cox's avatar
      fix build · f0536598
      Russ Cox authored
      R=kaib
      OCL=34823
      CL=34823
      f0536598
    • Kai Backman's avatar
      expanded arm regression testing. will go away once 5g is compliant · e4eaf4c2
      Kai Backman authored
      R=rsc
      APPROVED=rsc
      DELTA=300  (297 added, 0 deleted, 3 changed)
      OCL=34813
      CL=34821
      e4eaf4c2
    • Kai Backman's avatar
      added emulator support for arm. · 1c71ab18
      Kai Backman authored
      R=rsc
      APPROVED=rsc
      DELTA=7  (3 added, 0 deleted, 4 changed)
      OCL=34661
      CL=34820
      1c71ab18
    • Russ Cox's avatar
      8l: step toward native client. · 4a4ec238
      Russ Cox authored
        - ELF header bits and addresses
        - do not let instructions span 32-byte boundary
        - align CALLs so return is to 32-byte boundary
        - align indirect jump targets to 32-byte boundary
          (only possible indirect jumps are function entries)
      
      still to do:
        - replace indirect jump, indirect call, and ret with
          nacl-approved instruction sequences
        - switch to GS segment for m-local storage
      
      R=ken
      OCL=34818
      CL=34818
      4a4ec238